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

#include <World.hpp>

Inheritance diagram for yap::World:
Collaboration diagram for yap::World:

List of all members.

Public Member Functions

virtual ~World ()
IUpdateable members.
virtual void Update (const Time &dt)
 Makes the object evolve for one frame of the game.
- Public Member Functions inherited from yap::IUpdateable
virtual ~IUpdateable ()

Protected Member Functions

 World ()
virtual void HandleUpdate (const Time &dt)

Private Member Functions

 DISALLOW_COPY (World)

Detailed Description

Definition at line 11 of file World.hpp.


Constructor & Destructor Documentation

yap::World::~World ( )
virtual

Reimplemented in ycl::World, and yse::World.

Definition at line 9 of file World.cpp.

yap::World::World ( )
protected

Reimplemented in ycl::World, and yse::World.

Definition at line 5 of file World.cpp.


Member Function Documentation

yap::World::DISALLOW_COPY ( World  )
private
void yap::World::HandleUpdate ( const Time dt)
protectedvirtual

Reimplemented in ycl::World, and yse::World.

Definition at line 18 of file World.cpp.

Here is the caller graph for this function:

void yap::World::Update ( const Time dt)
virtual

Makes the object evolve for one frame of the game.

Parameters:
dtDelta time since the last frame.

Implements yap::IUpdateable.

Definition at line 13 of file World.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


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