YAPOG  0.0.1
Yet Another Pokemon Online Game
yap::MapEventQueue Class Reference

#include <MapEventQueue.hpp>

Collaboration diagram for yap::MapEventQueue:

List of all members.

Public Member Functions

 MapEventQueue ()
void AddEvent (MapEventContext *event)
MapEventContextGetEvent ()
bool IsEmpty () const

Private Member Functions

 DISALLOW_COPY (MapEventQueue)

Private Attributes

collection::Queue
< MapEventContext * > 
events_

Detailed Description

Definition at line 11 of file MapEventQueue.hpp.


Constructor & Destructor Documentation

yap::MapEventQueue::MapEventQueue ( )

Definition at line 5 of file MapEventQueue.cpp.


Member Function Documentation

void yap::MapEventQueue::AddEvent ( MapEventContext event)

Definition at line 10 of file MapEventQueue.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

yap::MapEventQueue::DISALLOW_COPY ( MapEventQueue  )
private
MapEventContext & yap::MapEventQueue::GetEvent ( )

Definition at line 15 of file MapEventQueue.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool yap::MapEventQueue::IsEmpty ( ) const

Definition at line 22 of file MapEventQueue.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

collection::Queue<MapEventContext*> yap::MapEventQueue::events_
private

Definition at line 26 of file MapEventQueue.hpp.


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