class NstDistributionList: public NstList<NstDistribution>

Class NstDistributionList

Inheritance:


Public Methods

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


Documentation

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

oint type() const
The type is NST_DISTRIBUTION_LIST.

ochar* class_type() const
Returns the string NST_DISTRIBUTION_LIST.

ochar* class_name() const
Returns the string NstDistributionList.

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

oNstDistributionList* clone() const
Recursive cloning.

oNstDistributionList& operator= (const NstDistributionList& 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++.