CARLA
Public Member Functions | Private Attributes | List of all members
CarlaRecorderEventsParent Class Reference

#include <CarlaRecorderEventParent.h>

+ Collaboration diagram for CarlaRecorderEventsParent:

Public Member Functions

void Add (const CarlaRecorderEventParent &Event)
 
void Clear (void)
 
const std::vector< CarlaRecorderEventParent > & GetEvents ()
 
void Read (std::istream &InFile)
 
void Write (std::ostream &OutFile)
 

Private Attributes

std::vector< CarlaRecorderEventParentEvents
 

Detailed Description

Definition at line 21 of file CarlaRecorderEventParent.h.

Member Function Documentation

◆ Add()

void CarlaRecorderEventsParent::Add ( const CarlaRecorderEventParent Event)

Definition at line 34 of file CarlaRecorderEventParent.cpp.

Referenced by FFrameData::AddEvent(), and ACarlaRecorder::AddEvent().

+ Here is the caller graph for this function:

◆ Clear()

void CarlaRecorderEventsParent::Clear ( void  )

Definition at line 29 of file CarlaRecorderEventParent.cpp.

Referenced by FFrameData::Clear(), and ACarlaRecorder::Clear().

+ Here is the caller graph for this function:

◆ GetEvents()

const std::vector< CarlaRecorderEventParent > & CarlaRecorderEventsParent::GetEvents ( )

Definition at line 82 of file CarlaRecorderEventParent.cpp.

◆ Read()

void CarlaRecorderEventsParent::Read ( std::istream &  InFile)

Definition at line 67 of file CarlaRecorderEventParent.cpp.

References EventParent, and CarlaRecorderEventParent::Read().

Referenced by FFrameData::Read().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Write()

void CarlaRecorderEventsParent::Write ( std::ostream &  OutFile)

Definition at line 39 of file CarlaRecorderEventParent.cpp.

References EventParent.

Referenced by FFrameData::Write(), and ACarlaRecorder::Write().

+ Here is the caller graph for this function:

Member Data Documentation

◆ Events

std::vector<CarlaRecorderEventParent> CarlaRecorderEventsParent::Events
private

Definition at line 32 of file CarlaRecorderEventParent.h.


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