SimGrid  3.16
Versatile Simulation of Distributed Systems
string.hpp File Reference
#include <simgrid_config.h>
#include <string>
#include <cstdarg>
#include <stdlib.h>

Namespaces

 simgrid
 Alltoall Bruck.
 
 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...