Parameter flag value definition. More...
#include <sml/flag.h>
Public Attributes | |
| char * | desc |
| char * | name |
| UINT32 | value |
Parameter flag value definition.
These are meant to be statically defined and normally use (char*) in the ASCII range. Since there are a few cases where we need Unicode, interpret the name and desc as UTF8. This will cause no change for statically defined strings, as they're all chars < 128. In the few places where we need to make one Unicode, convert it to UTF8 and store that.
| char* SML::FLAG::desc |
| char* SML::FLAG::name |
1.6.1