class NstDistformatList: public NstList<NstDistformat>

Class NstDistformatList

Inheritance:


Public Methods

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


Documentation

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

oint type() const
The type is NST_DISTFORMAT_LIST.

ochar* class_type() const
Returns the string NST_DISTFORMAT_LIST.

ochar* class_name() const
Returns the string NstDistformatList.

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

oNstDistformatList* clone() const
Recursive cloning.

oNstDistformatList& operator= (const NstDistformatList& 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++.