Parser for integer values. More...
#include <SNamedValue.h>
Static Public Member Functions | |
static bool | ParseValue (const SStringW &strValue, int &value) |
Parses a string to an integer value. | |
static int | GetNullValue () |
Retrieves the null value for integers. | |
Parser for integer values.
Definition at line 171 of file SNamedValue.h.
|
static |
Retrieves the null value for integers.
Definition at line 18 of file SNamedValue.cpp.
|
static |
Parses a string to an integer value.
strValue | String representation of the value. |
value | Variable to store the parsed integer value. |
Definition at line 23 of file SNamedValue.cpp.