GeNN  1.1
GPU enhanced Neuronal Networks (GeNN)
 All Classes Files Functions Variables Typedefs Macros Pages
toString.h File Reference

Contains a template function for string conversion from const char* to C++ string. More...

#include <string>
#include <sstream>

Go to the source code of this file.

Macros

#define _TOSTRING_H_
 macro for avoiding multiple inclusion during compilation More...
 
#define tS(X)   toString(X)
 Macro providing the abbreviated syntax tS() instead of toString(). More...
 

Functions

template<typename T >
std::string toString (T t)
 template function for string conversion from const char* to C++ string More...
 

Detailed Description

Contains a template function for string conversion from const char* to C++ string.

Macro Definition Documentation

#define _TOSTRING_H_

macro for avoiding multiple inclusion during compilation

#define tS (   X)    toString(X)

Macro providing the abbreviated syntax tS() instead of toString().

Function Documentation

template<typename T >
std::string toString ( t)

template function for string conversion from const char* to C++ string