soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
SIntParser Class Reference

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.
 

Detailed Description

Parser for integer values.

Definition at line 171 of file SNamedValue.h.

Member Function Documentation

◆ GetNullValue()

int SIntParser::GetNullValue ( )
static

Retrieves the null value for integers.

Returns
Null value for integers.

Definition at line 18 of file SNamedValue.cpp.

◆ ParseValue()

bool SIntParser::ParseValue ( const SStringW & strValue,
int & value )
static

Parses a string to an integer value.

Parameters
strValueString representation of the value.
valueVariable to store the parsed integer value.
Returns
TRUE if parsing is successful, FALSE otherwise.

Definition at line 23 of file SNamedValue.cpp.


The documentation for this class was generated from the following files: