class NstUnitList: public NstList<NstUnit>

Class NstUnitList

Inheritance:


Public Methods

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


Documentation

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

oint type() const
The type is NST_UNIT_LIST.

ochar* class_type() const
Returns the string NST_UNIT_LIST.

ochar* class_name() const
Returns the string NstUnitList.

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

oNstUnitList* clone() const
Recursive cloning.

oNstUnitList& operator= (const NstUnitList& 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++.