class NstOn: public NstTree

Class NstOn

Inheritance:


Public Fields

[more]int top_dim
top_dim.
[more]int temp_dim
temp_dim.
[more]int array_dim
array_dim.

Public Methods

[more] NstOn()
Creates a default object. This object is not syntactically correct.
[more] NstOn(const int& ntop_dim, const int& ntemp_dim, const int& narray_dim)
Creates a new NstOn
[more]int type() const
The type is NST_ON.
[more]char* class_type() const
Returns the string NST_ON.
[more]char* class_name() const
Returns the string NstOn.
[more]int base_type() const
Gives the base type of the object.
[more]NstTree* create_default()
Creates a default object of the base type.
[more]void copy(const NstOn& s)
Recursive copy of s.
[more]NstOn* clone() const
Recursive cloning.
[more]NstOn& operator= (const NstOn& s)
Same as copy.


Inherited from NstTree:

Public Fields

olong tree_id
oNstUserInfo user_info

Public Methods

oNstTree* cut_buffer() const
ovoid error(const char* st) const
ovoid warning(const char* st) const
oostream& operator << (ostream& s, const NstTree& t)
oNstTree* init()
oNstTree* init(NstTrees::iterator &it)
oNstTree* next()
oNstTree* next(NstTrees::iterator &it)
ovoid traversal(int (*action)(NstTree*, void*), void* extra = NULL)
oNstTree* upsearch(int (*comptest)(NstTree*, void*), void* extra = NULL)
oNstTree* cut()
oNstDefinition* search(const NstIdentifier& i, int tp = -1) const
ovoid replace(NstTree& n)
oNstTree* in() const
o fathers() const
ostring whoami() const


Documentation

Class NstOn.
o NstOn()
Creates a default object. This object is not syntactically correct.

o NstOn(const int& ntop_dim, const int& ntemp_dim, const int& narray_dim)
Creates a new NstOn.
Parameters:
ntop_dim - top_dim
ntemp_dim - temp_dim
narray_dim - array_dim

oint type() const
The type is NST_ON.

ochar* class_type() const
Returns the string NST_ON.

ochar* class_name() const
Returns the string NstOn.

oint base_type() const
Gives the base type of the object.

oNstTree* create_default()
Creates a default object of the base type.

oint top_dim
top_dim.

oint temp_dim
temp_dim.

oint array_dim
array_dim.

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

oNstOn* clone() const
Recursive cloning.

oNstOn& operator= (const NstOn& s)
Same as copy.


Direct child classes:
NstOnVal
NstOnRange

Alphabetic index HTML hierarchy of classes or Java



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