xoreos  0.0.5
Public Member Functions | Public Attributes | List of all members
Aurora::TalkManager::Table Struct Reference
Collaboration diagram for Aurora::TalkManager::Table:
Collaboration graph
[legend]

Public Member Functions

 Table (TalkTable *tM, TalkTable *tF, uint32 p, uint32 i)
 
bool operator< (const Table &right) const
 

Public Attributes

uint32 id
 
uint32 priority
 
TalkTabletableMale
 
TalkTabletableFemale
 

Detailed Description

Definition at line 67 of file talkman.h.

Constructor & Destructor Documentation

◆ Table()

Aurora::TalkManager::Table::Table ( TalkTable tM,
TalkTable tF,
uint32  p,
uint32  i 
)
inline

Definition at line 74 of file talkman.h.

Member Function Documentation

◆ operator<()

bool Aurora::TalkManager::Table::operator< ( const Table right) const
inline

Definition at line 77 of file talkman.h.

References priority.

Member Data Documentation

◆ id

uint32 Aurora::TalkManager::Table::id

Definition at line 68 of file talkman.h.

◆ priority

uint32 Aurora::TalkManager::Table::priority

Definition at line 69 of file talkman.h.

Referenced by operator<().

◆ tableFemale

TalkTable* Aurora::TalkManager::Table::tableFemale

Definition at line 72 of file talkman.h.

Referenced by Aurora::TalkManager::deleteTable().

◆ tableMale

TalkTable* Aurora::TalkManager::Table::tableMale

Definition at line 71 of file talkman.h.

Referenced by Aurora::TalkManager::deleteTable().


The documentation for this struct was generated from the following file: