SimGrid  3.17
Versatile Simulation of Distributed Systems
simgrid::instr::Value Class Reference

#include <instr_private.h>

Public Member Functions

 Value (const char *name, const char *color, Type *father)
 
 ~Value ()
 

Static Public Member Functions

static Valueget_or_new (const char *name, const char *color, Type *father)
 
static Valueget (const char *name, Type *father)
 

Public Attributes

char * id_
 
char * name_
 
char * color_
 
Typefather_
 

Constructor & Destructor Documentation

◆ Value()

simgrid::instr::Value::Value ( const char *  name,
const char *  color,
Type father 
)

◆ ~Value()

simgrid::instr::Value::~Value ( )

Member Function Documentation

◆ get_or_new()

simgrid::instr::Value * simgrid::instr::Value::get_or_new ( const char *  name,
const char *  color,
Type father 
)
static

◆ get()

simgrid::instr::Value * simgrid::instr::Value::get ( const char *  name,
Type father 
)
static

Member Data Documentation

◆ id_

char* simgrid::instr::Value::id_

◆ name_

char* simgrid::instr::Value::name_

◆ color_

char* simgrid::instr::Value::color_

◆ father_

Type* simgrid::instr::Value::father_

The documentation for this class was generated from the following files: