manpagez: man pages & more
info mathgl
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

7.8 mglArg class

Structure describes arguments of functions in the stucture mglCommand. It is defined in #include <mgl/mgl_parse.h>.

Parameter of mglArg: int type

Type of argument: 0-data, 1-string, 2-number.

Parameter of mglArg: mglData * d

Pointer to data (used if type=0).

Parameter of mglArg: wchar_t w[2048]

String with parameters (used if type=1 or if type=0 as variable name).

Parameter of mglArg: char s[2048]

String with parameters (used if type=1).

Parameter of mglArg: float v

Numerical value (used if type==2)


© manpagez.com 2000-2024
Individual documents may contain additional copyright information.