#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) |
1.5.6