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

#include <CarlaRecorderEventDel.h>

+ Collaboration diagram for CarlaRecorderEventsDel:

Public Member Functions

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

Private Attributes

std::vector< CarlaRecorderEventDelEvents
 

Detailed Description

Definition at line 20 of file CarlaRecorderEventDel.h.

Member Function Documentation

◆ Add()

void CarlaRecorderEventsDel::Add ( const CarlaRecorderEventDel Event)

Definition at line 29 of file CarlaRecorderEventDel.cpp.

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

+ Here is the caller graph for this function:

◆ Clear()

void CarlaRecorderEventsDel::Clear ( void  )

Definition at line 24 of file CarlaRecorderEventDel.cpp.

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

+ Here is the caller graph for this function:

◆ GetEvents()

const std::vector< CarlaRecorderEventDel > & CarlaRecorderEventsDel::GetEvents ( )

Definition at line 76 of file CarlaRecorderEventDel.cpp.

Referenced by FFrameData::PlayFrameData().

+ Here is the caller graph for this function:

◆ Read()

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

Definition at line 62 of file CarlaRecorderEventDel.cpp.

References EventDel, and CarlaRecorderEventDel::Read().

Referenced by FFrameData::Read().

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

◆ Write()

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

Definition at line 34 of file CarlaRecorderEventDel.cpp.

References EventDel.

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

+ Here is the caller graph for this function:

Member Data Documentation

◆ Events

std::vector<CarlaRecorderEventDel> CarlaRecorderEventsDel::Events
private

Definition at line 31 of file CarlaRecorderEventDel.h.


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