class NstLoopinfo: public NstTree

Class NstLoopinfo

Inheritance:


Public Fields

[more]string nestor_info
nestor_info.
[more]int nestor_flag
nestor_flag.
[more]NstVariableList new_variables
new_variables.
[more]NstVariableList reduction_variables
reduction_variables.
[more]int is_independent
is_independent.

Public Methods

[more] NstLoopinfo()
Creates a new loop info.
[more] ~NstLoopinfo()
Recursive destructor.
[more] NstLoopinfo(const NstLoopinfo& o)
Recursive copy constructor
[more]int type() const
The type is NST_LOOPINFO.
[more]char* class_type() const
Returns the string NST_LOOPINFO.
[more]char* class_name() const
Returns the string NstLoopinfo.
[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 NstLoopinfo& s)
Recursive copy of s.
[more]NstLoopinfo* clone() const
Recursive cloning.
[more]NstLoopinfo& operator= (const NstLoopinfo& s)
Same as copy.
[more]NstVariable* home_variable() const
Returns the home_variable (Attribute 3).
[more]NstVariable* home_variable(const NstVariable& n)
Replaces the home_variable (Attribute 3).
[more] NstLoopinfo(int nis_independent)
Creates a new parallel information for a loop


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 NstLoopinfo.
o NstLoopinfo()
Creates a new loop info.

o ~NstLoopinfo()
Recursive destructor.

o NstLoopinfo(const NstLoopinfo& 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_LOOPINFO.

ochar* class_type() const
Returns the string NST_LOOPINFO.

ochar* class_name() const
Returns the string NstLoopinfo.

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

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

ostring nestor_info
nestor_info.

oint nestor_flag
nestor_flag.

oNstVariableList new_variables
new_variables.

oNstVariableList reduction_variables
reduction_variables.

oint is_independent
is_independent.

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

oNstLoopinfo* clone() const
Recursive cloning.

oNstLoopinfo& operator= (const NstLoopinfo& s)
Same as copy.

oNstVariable* home_variable() const
Returns the home_variable (Attribute 3).

oNstVariable* home_variable(const NstVariable& n)
Replaces the home_variable (Attribute 3).

o NstLoopinfo(int nis_independent)
Creates a new parallel information for a loop.


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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