class NstVariableList: public NstList<NstVariable>

Class NstVariableList

Inheritance:


Public Methods

[more] NstVariableList()
Creates an empty object.
[more]int type() const
The type is NST_VARIABLE_LIST.
[more]char* class_type() const
Returns the string NST_VARIABLE_LIST.
[more]char* class_name() const
Returns the string NstVariableList.
[more]void copy(const NstVariableList& s)
Recursive copy of s.
[more]NstVariableList* clone() const
Recursive cloning.
[more]NstVariableList& operator= (const NstVariableList& s)
Same as copy.


Documentation

Class NstVariableList.
o NstVariableList()
Creates an empty object.

oint type() const
The type is NST_VARIABLE_LIST.

ochar* class_type() const
Returns the string NST_VARIABLE_LIST.

ochar* class_name() const
Returns the string NstVariableList.

ovoid copy(const NstVariableList& s)
Recursive copy of s.

oNstVariableList* clone() const
Recursive cloning.

oNstVariableList& operator= (const NstVariableList& s)
Same as copy.


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.