|
SimGrid
3.21
Versatile Simulation of Distributed Systems
|
#include <simgrid/config.h>#include <cstdarg>#include <cstdlib>#include <string>Namespaces | |
| simgrid | |
| simgrid::xbt | |
Typedefs | |
| typedef std::string | simgrid::xbt::string |
Functions | |
| std::string | simgrid::xbt::string_printf (const char *fmt,...) |
| Create a C++ string from a C-style format. More... | |
| std::string | simgrid::xbt::string_vprintf (const char *fmt, va_list ap) |
| Create a C++ string from a C-style format. More... | |