|
SimGrid
3.17
Versatile Simulation of Distributed Systems
|
#include <instr_private.h>
Public Member Functions | |
| Value (const char *name, const char *color, Type *father) | |
| ~Value () | |
Static Public Member Functions | |
| static Value * | get_or_new (const char *name, const char *color, Type *father) |
| static Value * | get (const char *name, Type *father) |
Public Attributes | |
| char * | id_ |
| char * | name_ |
| char * | color_ |
| Type * | father_ |
| simgrid::instr::Value::Value | ( | const char * | name, |
| const char * | color, | ||
| Type * | father | ||
| ) |
| simgrid::instr::Value::~Value | ( | ) |
|
static |
|
static |
| char* simgrid::instr::Value::id_ |
| char* simgrid::instr::Value::name_ |
| char* simgrid::instr::Value::color_ |
| Type* simgrid::instr::Value::father_ |