![]() |
GeNN
1.1
GPU enhanced Neuronal Networks (GeNN)
|
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... | |
Contains a template function for string conversion from const char* to C++ string.
| #define _TOSTRING_H_ |
macro for avoiding multiple inclusion during compilation
| #define tS | ( | X | ) | toString(X) |
Macro providing the abbreviated syntax tS() instead of toString().
| std::string toString | ( | T | t | ) |
template function for string conversion from const char* to C++ string