Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
GameSpyPeerMessageQueue Class Reference

Inherits GameSpyPeerMessageQueueInterface.

Public Member Functions

virtual ~GameSpyPeerMessageQueue ()
 
 GameSpyPeerMessageQueue ()
 
virtual void startThread (void)
 
virtual void endThread (void)
 
virtual Bool isThreadRunning (void)
 
virtual Bool isConnected (void)
 
virtual Bool isConnecting (void)
 
virtual void addRequest (const PeerRequest &req)
 
virtual Bool getRequest (PeerRequest &req)
 
virtual void addResponse (const PeerResponse &resp)
 
virtual Bool getResponse (PeerResponse &resp)
 
virtual SerialAuthResult getSerialAuthResult (void)
 
void setSerialAuthResult (SerialAuthResult result)
 
PeerThreadClassgetThread (void)
 
- Public Member Functions inherited from GameSpyPeerMessageQueueInterface
virtual ~GameSpyPeerMessageQueueInterface ()
 

Additional Inherited Members

- Static Public Member Functions inherited from GameSpyPeerMessageQueueInterface
static GameSpyPeerMessageQueueInterfacecreateNewMessageQueue (void)
 

Detailed Description

Definition at line 143 of file PeerThread.cpp.

Constructor & Destructor Documentation

◆ ~GameSpyPeerMessageQueue()

GameSpyPeerMessageQueue::~GameSpyPeerMessageQueue ( )
virtual

Definition at line 556 of file PeerThread.cpp.

◆ GameSpyPeerMessageQueue()

GameSpyPeerMessageQueue::GameSpyPeerMessageQueue ( )

Definition at line 550 of file PeerThread.cpp.

Member Function Documentation

◆ addRequest()

void GameSpyPeerMessageQueue::addRequest ( const PeerRequest & req)
virtual

Implements GameSpyPeerMessageQueueInterface.

Definition at line 599 of file PeerThread.cpp.

◆ addResponse()

void GameSpyPeerMessageQueue::addResponse ( const PeerResponse & resp)
virtual

Implements GameSpyPeerMessageQueueInterface.

Definition at line 622 of file PeerThread.cpp.

◆ endThread()

void GameSpyPeerMessageQueue::endThread ( void )
virtual

Implements GameSpyPeerMessageQueueInterface.

Definition at line 577 of file PeerThread.cpp.

◆ getRequest()

Bool GameSpyPeerMessageQueue::getRequest ( PeerRequest & req)
virtual

Implements GameSpyPeerMessageQueueInterface.

Definition at line 609 of file PeerThread.cpp.

◆ getResponse()

Bool GameSpyPeerMessageQueue::getResponse ( PeerResponse & resp)
virtual

Implements GameSpyPeerMessageQueueInterface.

Definition at line 635 of file PeerThread.cpp.

◆ getSerialAuthResult()

virtual SerialAuthResult GameSpyPeerMessageQueue::getSerialAuthResult ( void )
inlinevirtual

Implements GameSpyPeerMessageQueueInterface.

Definition at line 160 of file PeerThread.cpp.

◆ getThread()

PeerThreadClass * GameSpyPeerMessageQueue::getThread ( void )

Definition at line 648 of file PeerThread.cpp.

◆ isConnected()

Bool GameSpyPeerMessageQueue::isConnected ( void )
virtual

Implements GameSpyPeerMessageQueueInterface.

Definition at line 589 of file PeerThread.cpp.

◆ isConnecting()

Bool GameSpyPeerMessageQueue::isConnecting ( void )
virtual

Implements GameSpyPeerMessageQueueInterface.

Definition at line 594 of file PeerThread.cpp.

◆ isThreadRunning()

Bool GameSpyPeerMessageQueue::isThreadRunning ( void )
virtual

Implements GameSpyPeerMessageQueueInterface.

Definition at line 584 of file PeerThread.cpp.

◆ setSerialAuthResult()

void GameSpyPeerMessageQueue::setSerialAuthResult ( SerialAuthResult result)
inline

Definition at line 161 of file PeerThread.cpp.

◆ startThread()

void GameSpyPeerMessageQueue::startThread ( void )
virtual

Implements GameSpyPeerMessageQueueInterface.

Definition at line 561 of file PeerThread.cpp.


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