ParCompMark::ConfigOptions::Option Struct Reference

#include <PCMConfigOptions.h>

List of all members.


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

Smart pointer on this struct.

Definition at line 117 of file PCMConfigOptions.h.


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

Description of the option (optional).

Definition at line 114 of file PCMConfigOptions.h.

Type of the option.

Definition at line 110 of file PCMConfigOptions.h.

Referenced by ~Option().

Value of the option.

Definition at line 112 of file PCMConfigOptions.h.

Referenced by ~Option().


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