Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

internal.h File Reference

#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


Define Documentation

#define NMSTL_NAMESPACE_BEGIN   namespace std {}; namespace nmstl { using namespace ::std;
 

#define NMSTL_NAMESPACE_END   };
 


Function Documentation

string to_string const double &    d
 

string to_string const unsigned short &    i
 

string to_string const short &    i
 

string to_string const unsigned int &    i
 

string to_string const int &    i
 

string to_string const string &    s
 

string to_string const char *    ch
 

template<class T>
string to_string const T *&    t
 

template<class T>
string to_string const T &    t
 


Variable Documentation

NMSTL_NAMESPACE_BEGIN
 

NMSTL_NAMESPACE_END
 


Generated on Fri Sep 20 20:07:30 2002 for NMSTL