SimGrid  3.16
Versatile Simulation of Distributed Systems
NewEvent Class Reference

#include <instr_private.h>

Inheritance diagram for NewEvent:
PajeEvent

Public Member Functions

 NewEvent (double timestamp, container_t container, type_t type, val_t value)
 
void print () override
 
- Public Member Functions inherited from PajeEvent
virtual ~PajeEvent ()
 

Public Attributes

container_t container
 
type_t type
 
val_t value
 
- Public Attributes inherited from PajeEvent
double timestamp
 
e_event_type event_type
 
voiddata
 

Constructor & Destructor Documentation

◆ NewEvent()

NewEvent::NewEvent ( double  timestamp,
container_t  container,
type_t  type,
val_t  value 
)

Member Function Documentation

◆ print()

void NewEvent::print ( )
overridevirtual

Implements PajeEvent.

Member Data Documentation

◆ container

container_t NewEvent::container

◆ type

type_t NewEvent::type

◆ value

val_t NewEvent::value

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