|
void | setint (int val) |
|
void | setfloat (float val) |
|
void | setnumber (double val) |
|
void | setstr (char *val) |
|
void | setnull () |
|
void | setcode (const uint *val) |
|
void | setmacro (const uint *val) |
|
void | setcstr (const char *val) |
|
void | setident (ident *val) |
|
const char * | getstr () const |
|
int | getint () const |
|
float | getfloat () const |
|
double | getnumber () const |
|
bool | getbool () const |
|
void | getval (tagval &r) const |
|
void | cleanup () |
|
|
int | type |
|
union { | |
|
int i | |
|
float f | |
|
char * s | |
|
const uint * code | |
|
ident * id | |
|
const char * cstr | |
|
}; | | |
|
The documentation for this struct was generated from the following file:
- /github/workspace/src/libprimis-headers/command.h