This class wraps structure SOptionValue defined in i_Options.h. More...
#include <CIDEController.h>
Public Member Functions | |
| COptionValue () | |
| Initializes the object. | |
| COptionValue (const std::string &rstrString) | |
| Initializes input string with the given value. | |
| COptionValue (double valFloat) | |
| Initializes input float with the given value. | |
| COptionValue (DWORD dwInteger) | |
| Initializes input integer with the given value. | |
| const char * | getOutputBuffer () |
| Returns contents of the output buffer. | |
| void | setSeparators (char pathSeparator=0, char valueSeparator=0, char optionSeparator=0) |
| Sets separators for multiple options. | |
This class wraps structure SOptionValue defined in i_Options.h.
|
inline |
Initializes the object.
Uses default separators, and does not allocate output buffer. Use this ctor when you want to GET option value (EOptionValue::ofGet).
|
inline |
Initializes input string with the given value.
Uses default separators, and does not allocate output buffer.
|
inline |
Initializes input integer with the given value.
Uses default separators, and does not allocate output buffer.
|
inline |
Initializes input float with the given value.
Uses default separators, and does not allocate output buffer.