SubstValue a service structure used by SubstString. Ignore. More...
#include <ucmd.h>
Data Fields | |
union { | |
double floating | |
int integer | |
void * pointer | |
const char * string | |
} | assign |
SubstValueType | type |
SubstValue a service structure used by SubstString. Ignore.
union { ... } SubstValue::assign |
double SubstValue::floating |
void* SubstValue::pointer |
const char* SubstValue::string |