|
CPN
Computational Process Networks
|
A general ToStream function that takes printf like arguments and returns a std::string. More...
Include dependency graph for ToString.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| std::string | ToString (const char *fmt,...) |
A general ToStream function that takes printf like arguments and returns a std::string.
Definition in file ToString.h.
| std::string ToString | ( | const char * | fmt, |
| ... | |||
| ) |
Takes arguments like printf and returns a std::string.
| fmt | format string like printf |
Definition at line 31 of file ToString.cc.
1.8.5