class NstUserInfo

User info in each object

Public Fields

void* info
Generic pointer
unsigned long tag
Tag
int user1
Extra tag 1
int user2
Extra tag 2
int user3
Extra tag 3

Public Methods

void (*custom_unparse)(ostream& s, const NstTree& t)
Custom unparse

Documentation

User info in each object. An object of this class is stored in each \ref{NstTree} object. This allows to store user information in each object.
unsigned long tag
Tag. Used for instance by \ref{nst_petit_unparse} to assign a number to each variable access.

int user1
Extra tag 1

int user2
Extra tag 2

int user3
Extra tag 3

void* info
Generic pointer

void (*custom_unparse)(ostream& s, const NstTree& t)
Custom unparse.

If this pointer is not NULL, the function custom_unparse is called instead of the usual unparse function of the object. This allows the user to completely customize its output.


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de