ParCompMark::ConfigOptions::Option Struct Reference
#include <PCMConfigOptions.h>
Detailed Description
Struct for option.
Definition at line 106 of file PCMConfigOptions.h.
Public Types | |
typedef ParCompMark::Pointer< Option, DummyLock > | Pointer |
Smart pointer on this struct. | |
Public Member Functions | |
~Option () | |
Destructor of the option. | |
Public Attributes | |
OptionType | type |
Type of the option. | |
void * | value |
Value of the option. | |
std::string | description |
Description of the option (optional). |
Member Typedef Documentation
Constructor & Destructor Documentation
ParCompMark::ConfigOptions::Option::~Option | ( | ) | [inline] |
Destructor of the option.
Definition at line 118 of file PCMConfigOptions.h.
References ParCompMark::ConfigOptions::STRING, type, and value.
Member Data Documentation
std::string ParCompMark::ConfigOptions::Option::description |
The documentation for this struct was generated from the following file: