Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

OptionsRecorder::t_OptDesc Struct Reference

List of all members.

Public Types

enum  t_kinds { o_int, o_string, o_bool }

Public Attributes

enum OptionsRecorder::t_OptDesc::t_kinds  kind
char* name
char* defVal

Static Public Attributes

char* kNames []

Detailed Description

This structure describes an option: its name, its default value and its type. The default value is the string representation of an int or bool if the value is of that kind, otherwise the value itself, whatever.

Definition at line 67 of file options_recorder.hh.


Member Enumeration Documentation

enum OptionsRecorder::t_OptDesc::t_kinds
 

Enumeration values:
o_int  
o_string  
o_bool  

Definition at line 71 of file options_recorder.hh.


Member Data Documentation

char * OptionsRecorder::t_OptDesc::kNames [static]
 

Definition at line 69 of file options_recorder.hh.

enum OptionsRecorder::t_OptDesc::t_kinds OptionsRecorder::t_OptDesc::kind
 

char * OptionsRecorder::t_OptDesc::name
 

Definition at line 72 of file options_recorder.hh.

char * OptionsRecorder::t_OptDesc::defVal
 

Definition at line 73 of file options_recorder.hh.


The documentation for this struct was generated from the following file:
Generated at Tue Jul 9 21:08:40 2002 for CppCC by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001