class NstOpEq: public NstOp

Class NstOpEq

Inheritance:


Public Methods

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


Inherited from NstOp:

Public Methods

oint base_type() const
oNstTree* create_default()
oint priority() const


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 NstOpEq.
o NstOpEq()
Creates an empty object.

oint type() const
The type is NST_OP_EQ.

ochar* class_type() const
Returns the string NST_OP_EQ.

ochar* class_name() const
Returns the string NstOpEq.

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

oNstOpEq* clone() const
Recursive cloning.

oNstOpEq& operator= (const NstOpEq& 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++.