#include <string>
#include <cstdio>
#include <typeinfo>
Go to the source code of this file.
Defines | |
#define | NMSTL_NAMESPACE_BEGIN namespace std {}; namespace nmstl { using namespace ::std; |
#define | NMSTL_NAMESPACE_END }; |
Functions | |
template<class T> string | to_string (const T &t) |
template<class T> string | to_string (const T *&t) |
string | to_string (const char *ch) |
string | to_string (const string &s) |
string | to_string (const int &i) |
string | to_string (const unsigned int &i) |
string | to_string (const short &i) |
string | to_string (const unsigned short &i) |
string | to_string (const double &d) |
Variables | |
NMSTL_NAMESPACE_BEGIN | |
NMSTL_NAMESPACE_END |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|