class NstOnVal: public NstOn

Class NstOnVal

Inheritance:


Public Methods

[more] NstOnVal(const int& ntop_dim, const int& ntemp_dim, const int& narray_dim)
Creates a new NstOnVal
[more]int type() const
The type is NST_ON_VAL.
[more]char* class_type() const
Returns the string NST_ON_VAL.
[more]char* class_name() const
Returns the string NstOnVal.
[more]void copy(const NstOnVal& s)
Recursive copy of s.
[more]NstOnVal* clone() const
Recursive cloning.
[more]NstOnVal& operator= (const NstOnVal& s)
Same as copy.


Inherited from NstOn:

Public Fields

oint top_dim
oint temp_dim
oint array_dim

Public Methods

oint base_type() const
oNstTree* create_default()


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 NstOnVal.
o NstOnVal(const int& ntop_dim, const int& ntemp_dim, const int& narray_dim)
Creates a new NstOnVal.
Parameters:
ntop_dim - top_dim
ntemp_dim - temp_dim
narray_dim - array_dim

oint type() const
The type is NST_ON_VAL.

ochar* class_type() const
Returns the string NST_ON_VAL.

ochar* class_name() const
Returns the string NstOnVal.

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

oNstOnVal* clone() const
Recursive cloning.

oNstOnVal& operator= (const NstOnVal& 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++.