class NstDefinitionList: public NstList<NstDefinition>

Class NstDefinitionList

Inheritance:


Public Methods

[more] NstDefinitionList()
Creates an empty object.
[more]int type() const
The type is NST_DEFINITION_LIST.
[more]char* class_type() const
Returns the string NST_DEFINITION_LIST.
[more]char* class_name() const
Returns the string NstDefinitionList.
[more]void copy(const NstDefinitionList& s)
Recursive copy of s.
[more]NstDefinitionList* clone() const
Recursive cloning.
[more]NstDefinitionList& operator= (const NstDefinitionList& s)
Same as copy.
[more]NstDefinition* search(const NstIdentifier& i, int tp = -1) const
Search an identifier in the table


Documentation

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

oint type() const
The type is NST_DEFINITION_LIST.

ochar* class_type() const
Returns the string NST_DEFINITION_LIST.

ochar* class_name() const
Returns the string NstDefinitionList.

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

oNstDefinitionList* clone() const
Recursive cloning.

oNstDefinitionList& operator= (const NstDefinitionList& s)
Same as copy.

oNstDefinition* search(const NstIdentifier& i, int tp = -1) const
Search an identifier in the table.


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.