TRF Language Model
wb::Opt_Struct Struct Reference

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...
 

Detailed Description

structure of the value

Definition at line 41 of file wb-option.h.

Member Data Documentation

§ pAddress

void* wb::Opt_Struct::pAddress

value memory address

Definition at line 44 of file wb-option.h.

§ pDocMsg

const char* wb::Opt_Struct::pDocMsg

value usage docment

Definition at line 45 of file wb-option.h.

§ pLabel

const char* wb::Opt_Struct::pLabel

label content. Donot stroe the flag "-"

Definition at line 43 of file wb-option.h.

§ type

ValueType wb::Opt_Struct::type

value type

Definition at line 42 of file wb-option.h.


The documentation for this struct was generated from the following file: