stlsoft/std/cstdlib.hpp File Reference


Detailed Description

[C++ only] Mappings of stdlib string functions that use String Access Shims string (Utility Library).

#include <stlsoft/stlsoft.h>
#include <stlsoft/std/cbase_.hpp>
#include <stlsoft/shims/access/string.hpp>
#include <stdlib.h>

Go to the source code of this file.

Namespaces

namespace  stlsoft

Functions

template<typename S>
int system (S const &s)
 system()
atoi family
template<typename S>
int atoi (S const &s)
template<typename S>
long atol (S const &s)
template<typename S>
double atof (S const &s)
strtol family
long strtol (char const *s, char **endptr, int radix)
long strtol (wchar_t const *s, wchar_t **endptr, int radix)
unsigned long strtoul (char const *s, char **endptr, int radix)
unsigned long strtoul (wchar_t const *s, wchar_t **endptr, int radix)
double strtod (char const *s, char **endptr)
double strtod (wchar_t const *s, wchar_t **endptr)


Generated on Thu Jun 10 08:58:10 2010 for STLSoft by  doxygen 1.5.6