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

#include <CarlaRecorderEventAdd.h>

+ Collaboration diagram for CarlaRecorderEventsAdd:

Public Member Functions

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

Private Attributes

std::vector< CarlaRecorderEventAddEvents
 

Detailed Description

Definition at line 38 of file CarlaRecorderEventAdd.h.

Member Function Documentation

◆ Add()

void CarlaRecorderEventsAdd::Add ( const CarlaRecorderEventAdd Event)

Definition at line 75 of file CarlaRecorderEventAdd.cpp.

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

+ Here is the caller graph for this function:

◆ Clear()

void CarlaRecorderEventsAdd::Clear ( void  )

Definition at line 70 of file CarlaRecorderEventAdd.cpp.

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

+ Here is the caller graph for this function:

◆ GetEvents()

const std::vector< CarlaRecorderEventAdd > & CarlaRecorderEventsAdd::GetEvents ( )

Definition at line 118 of file CarlaRecorderEventAdd.cpp.

Referenced by FFrameData::PlayFrameData().

+ Here is the caller graph for this function:

◆ Read()

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

Definition at line 106 of file CarlaRecorderEventAdd.cpp.

References EventAdd, and CarlaRecorderEventAdd::Read().

Referenced by FFrameData::Read().

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

◆ Write()

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

Definition at line 80 of file CarlaRecorderEventAdd.cpp.

References EventAdd, and CarlaRecorderEventAdd::Write().

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

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

Member Data Documentation

◆ Events

std::vector<CarlaRecorderEventAdd> CarlaRecorderEventsAdd::Events
private

Definition at line 49 of file CarlaRecorderEventAdd.h.


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