/home/thomas/development/delivery-check/repo/src/string2.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool StringToUnsignedChar (const char *s, unsigned char *n, char **endptr, int base)
bool StringToLong (const char *s, long *n, char **endptr, int base)
bool StringToUnsignedLong (const char *s, unsigned long *n, char **endptr, int base)
bool StringToLongLong (const char *s, long long *n, char **endptr, int base)
bool StringToUnsignedLongLong (const char *s, unsigned long long *n, char **endptr, int base)

Function Documentation

bool StringToLong ( const char *  s,
long *  n,
char **  endptr,
int  base 
)

Referenced by main().

Here is the caller graph for this function:

bool StringToLongLong ( const char *  s,
long long *  n,
char **  endptr,
int  base 
)
bool StringToUnsignedChar ( const char *  s,
unsigned char *  n,
char **  endptr,
int  base 
)

Referenced by SerialTx::SetNewValueFromUi().

Here is the caller graph for this function:

bool StringToUnsignedLong ( const char *  s,
unsigned long *  n,
char **  endptr,
int  base 
)

Referenced by main(), and SplitOffsetFile().

Here is the caller graph for this function:

bool StringToUnsignedLongLong ( const char *  s,
unsigned long long *  n,
char **  endptr,
int  base 
)

Referenced by main().

Here is the caller graph for this function:

Generated on Sun Feb 12 16:44:50 2012 for Simulavr by  doxygen 1.6.3