class NstUserInfo

User info in each object

Public Fields

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

Public Methods

[more] (*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.
olong tag
Tag. Used for instance by \ref{nst_petit_unparse} to assign a number to each variable access.

oint user1
Extra tag 1.

oint user2
Extra tag 2.

oint user3
Extra tag 3.

ovoid* info
Generic pointer.

o (*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 HTML hierarchy of classes or Java



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