|
CPN
Computational Process Networks
|
#include "common_priv.h"#include <cpn/utils/ToString.h>#include <stdio.h>#include <stdlib.h>#include <stdarg.h>
Include dependency graph for ToString.cc:Go to the source code of this file.
Functions | |
| std::string | ToString (const char *fmt,...) |
Definition in file ToString.cc.
| 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