SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
#include <cstdarg>
#include <cstdio>
#include <simgrid_config.h>
#include <xbt/string.hpp>
#include <xbt/sysdep.h>
Namespaces | |
simgrid | |
Host datatype from SIMIX POV. | |
simgrid::xbt | |
Functions | |
std::string | simgrid::xbt::string_vprintf (const char *fmt, va_list ap) |
Create a C++ string from a C-style format. More... | |
std::string | simgrid::xbt::string_printf (const char *fmt,...) |
Create a C++ string from a C-style format. More... | |