class NstTypePointer: public NstType

Class NstTypePointer

Inheritance:


Public Methods

[more] NstTypePointer(const NstType& npt)
Creates a new NstTypePointer
[more] ~NstTypePointer()
Recursive destructor.
[more] NstTypePointer(const NstTypePointer& o)
Recursive copy constructor
[more]int type() const
The type is NST_TYPE_POINTER.
[more]char* class_type() const
Returns the string NST_TYPE_POINTER.
[more]char* class_name() const
Returns the string NstTypePointer.
[more]void copy(const NstTypePointer& s)
Recursive copy of s.
[more]NstTypePointer* clone() const
Recursive cloning.
[more]NstTypePointer& operator= (const NstTypePointer& s)
Same as copy.
[more]NstType* pointer_type() const
Returns the pointer_type (Attribute 0).
[more]NstType* pointer_type(const NstType& n)
Replaces the pointer_type (Attribute 0).


Inherited from NstType:

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 NstTypePointer.
o NstTypePointer(const NstType& npt)
Creates a new NstTypePointer.
Parameters:
npt - pointer_type

o ~NstTypePointer()
Recursive destructor.

o NstTypePointer(const NstTypePointer& o)
Recursive copy constructor. Creates a new object that is a recursive copy of the parameter.
Parameters:
o - object to copy.

oint type() const
The type is NST_TYPE_POINTER.

ochar* class_type() const
Returns the string NST_TYPE_POINTER.

ochar* class_name() const
Returns the string NstTypePointer.

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

oNstTypePointer* clone() const
Recursive cloning.

oNstTypePointer& operator= (const NstTypePointer& s)
Same as copy.

oNstType* pointer_type() const
Returns the pointer_type (Attribute 0).

oNstType* pointer_type(const NstType& n)
Replaces the pointer_type (Attribute 0).


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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