TRF Language Model
|
structure of the value More...
#include <wb-option.h>
Public Attributes | |
ValueType | type |
value type More... | |
const char * | pLabel |
label content. Donot stroe the flag "-" More... | |
void * | pAddress |
value memory address More... | |
const char * | pDocMsg |
value usage docment More... | |
structure of the value
Definition at line 41 of file wb-option.h.
void* wb::Opt_Struct::pAddress |
value memory address
Definition at line 44 of file wb-option.h.
const char* wb::Opt_Struct::pDocMsg |
value usage docment
Definition at line 45 of file wb-option.h.
const char* wb::Opt_Struct::pLabel |
label content. Donot stroe the flag "-"
Definition at line 43 of file wb-option.h.
ValueType wb::Opt_Struct::type |
value type
Definition at line 42 of file wb-option.h.