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

#include <WorldObjectState.hpp>

Collaboration diagram for yap::WorldObjectState:

List of all members.

Public Member Functions

 WorldObjectState ()
 WorldObjectState (const WorldObjectState &copy)
 WorldObjectState (const String &state)
WorldObjectStateoperator= (const WorldObjectState &copy)
WorldObjectStateoperator= (const String &other)
bool operator< (const WorldObjectState &right) const
bool operator== (const WorldObjectState &right) const
bool operator!= (const WorldObjectState &right) const
bool operator== (const String &right) const
bool operator!= (const String &right) const
const StringGetName () const
const StringGetLogicalName () const
bool IsJoinedTo (const String &other) const

Private Attributes

WorldObjectStateFactory::WorldObjectStateInfoinfo_

Detailed Description

Definition at line 10 of file WorldObjectState.hpp.


Constructor & Destructor Documentation

yap::WorldObjectState::WorldObjectState ( )

Definition at line 5 of file WorldObjectState.cpp.

yap::WorldObjectState::WorldObjectState ( const WorldObjectState copy)

Definition at line 10 of file WorldObjectState.cpp.

yap::WorldObjectState::WorldObjectState ( const String state)

Definition at line 15 of file WorldObjectState.cpp.

Here is the call graph for this function:


Member Function Documentation

const String & yap::WorldObjectState::GetLogicalName ( ) const

Definition at line 71 of file WorldObjectState.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

const String & yap::WorldObjectState::GetName ( ) const

Definition at line 66 of file WorldObjectState.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool yap::WorldObjectState::IsJoinedTo ( const String other) const

Definition at line 76 of file WorldObjectState.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool yap::WorldObjectState::operator!= ( const WorldObjectState right) const

Definition at line 51 of file WorldObjectState.cpp.

Here is the call graph for this function:

bool yap::WorldObjectState::operator!= ( const String right) const

Definition at line 61 of file WorldObjectState.cpp.

Here is the call graph for this function:

bool yap::WorldObjectState::operator< ( const WorldObjectState right) const

Definition at line 41 of file WorldObjectState.cpp.

WorldObjectState & yap::WorldObjectState::operator= ( const WorldObjectState copy)

Definition at line 21 of file WorldObjectState.cpp.

WorldObjectState & yap::WorldObjectState::operator= ( const String other)

Definition at line 31 of file WorldObjectState.cpp.

Here is the call graph for this function:

bool yap::WorldObjectState::operator== ( const WorldObjectState right) const

Definition at line 46 of file WorldObjectState.cpp.

Here is the caller graph for this function:

bool yap::WorldObjectState::operator== ( const String right) const

Definition at line 56 of file WorldObjectState.cpp.

Here is the call graph for this function:


Member Data Documentation

WorldObjectStateFactory::WorldObjectStateInfo* yap::WorldObjectState::info_
private

Definition at line 35 of file WorldObjectState.hpp.


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