[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Class mglVar represent MGL variables. It is needed for parsing MGL scripts (see mglParse class). This class is derived from mglData
and is defined in #include <mgl2/mgl.h>
.
std::wstring
sName of variable.
mglVar *
nextmglVar *
prevNext and previous variable in the list.
bool
tempFlag of the temporary variable. If true
the this variable will be removed after script execution.
void
void (*
func)(void *)
Callback function, which will be called at variable destroying.
void *
oPointer to external object for callback function.
mglVar
:
mglVar ()Create variable with size 1*1*1.
mglVar
:
~mglVar ()Deletes the instance of class mglVar.
mglVar
: void
MoveAfter (mglVar *
var)Evaluates the formula for 'x','r'
=x, 'y','n'
=y, 'z','t'
=z, 'a','u'
=u.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated by Dimitrios Eftaxiopoulos on August 18, 2013 using texi2html 1.82.