WizardsToolkit  1.0.7
string-private.h File Reference
#include <wizard/locale_.h>
Include dependency graph for string-private.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static double StringToDouble (const char *restrict string, char **restrict sentinal)
static double StringToDoubleInterval (const char *string, const double interval)
static int StringToInteger (const char *restrict value)
static long StringToLong (const char *restrict value)
static unsigned long StringToUnsignedLong (const char *restrict value)

Function Documentation

static double StringToDouble ( const char *restrict  string,
char **restrict  sentinal 
) [inline, static]

Definition at line 27 of file string-private.h.

References InterpretLocaleValue().

Referenced by GetWizardToken(), and ParseWizardTime().

static double StringToDoubleInterval ( const char *  string,
const double  interval 
) [inline, static]

Definition at line 33 of file string-private.h.

References InterpretSiPrefixValue().

static int StringToInteger ( const char *restrict  value) [inline, static]

Definition at line 48 of file string-private.h.

static long StringToLong ( const char *restrict  value) [inline, static]

Definition at line 53 of file string-private.h.

Referenced by OpenBlob(), AddPathToXMLTree(), and GetXMLTreePath().

static unsigned long StringToUnsignedLong ( const char *restrict  value) [inline, static]

Definition at line 58 of file string-private.h.

Referenced by LoadLogList(), and ResourceComponentGenesis().