#include <simix.hpp>
simgrid::simix::args::args |
( |
| ) |
|
|
inline |
simgrid::simix::args::args |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
inline |
simgrid::simix::args::~args |
( |
| ) |
|
|
inline |
simgrid::simix::args::args |
( |
args const & |
that | ) |
|
|
delete |
simgrid::simix::args::args |
( |
args && |
that | ) |
|
|
inline |
void simgrid::simix::args::clear |
( |
| ) |
|
|
inline |
args& simgrid::simix::args::operator= |
( |
args const & |
that | ) |
|
|
delete |
args& simgrid::simix::args::operator= |
( |
args && |
that | ) |
|
|
inline |
int simgrid::simix::args::argc |
( |
| ) |
const |
|
inline |
char** simgrid::simix::args::argv |
( |
| ) |
|
|
inline |
const char* const* simgrid::simix::args::argv |
( |
| ) |
const |
|
inline |
char* simgrid::simix::args::operator[] |
( |
std::size_t |
i | ) |
|
|
inline |
The documentation for this class was generated from the following file: