class NstOnList: public NstList<NstOn>

Class NstOnList

Inheritance:


Public Methods

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


Documentation

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

oint type() const
The type is NST_ON_LIST.

ochar* class_type() const
Returns the string NST_ON_LIST.

ochar* class_name() const
Returns the string NstOnList.

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

oNstOnList* clone() const
Recursive cloning.

oNstOnList& operator= (const NstOnList& 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++.