winIDEA SDK
|
This class wraps structure SOptionValue defined in i_Options.h.
#include <CIDEController.h>
Public Member Functions | |
COptionValue () | |
Initializes the object. More... | |
COptionValue (const std::string &rstrString) | |
Initializes input string with the given value. More... | |
COptionValue (double valFloat) | |
Initializes input float with the given value. More... | |
COptionValue (DWORD dwInteger) | |
Initializes input integer with the given value. More... | |
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. | |
|
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.