class NstConstantList: public NstList<NstConstant>

Class NstConstantList

Inheritance:


Public Methods

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


Documentation

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

oint type() const
The type is NST_CONSTANT_LIST.

ochar* class_type() const
Returns the string NST_CONSTANT_LIST.

ochar* class_name() const
Returns the string NstConstantList.

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

oNstConstantList* clone() const
Recursive cloning.

oNstConstantList& operator= (const NstConstantList& 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++.