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

#include <instr_private.h>

Inheritance diagram for simgrid::instr::NewEvent:
simgrid::instr::PajeEvent

Public Member Functions

 NewEvent (double timestamp, Container *container, Type *type, Value *val)
 
void print () override
 
- Public Member Functions inherited from simgrid::instr::PajeEvent
virtual ~PajeEvent ()
 

Public Attributes

Containercontainer
 
Typetype
 
Valueval
 
- Public Attributes inherited from simgrid::instr::PajeEvent
double timestamp_
 
e_event_type eventType_
 

Constructor & Destructor Documentation

◆ NewEvent()

simgrid::instr::NewEvent::NewEvent ( double  timestamp,
Container container,
Type type,
Value val 
)

Member Function Documentation

◆ print()

void simgrid::instr::NewEvent::print ( )
overridevirtual

Member Data Documentation

◆ container

Container* simgrid::instr::NewEvent::container

◆ type

Type* simgrid::instr::NewEvent::type

◆ val

Value* simgrid::instr::NewEvent::val

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