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

#include <OpenBattleSpawnerAreaReader.hpp>

Inheritance diagram for yap::OpenBattleSpawnerAreaReader:
Collaboration diagram for yap::OpenBattleSpawnerAreaReader:

List of all members.

Public Member Functions

 OpenBattleSpawnerAreaReader (OpenBattleSpawnerArea &openBattleSpawnerArea, const String &xmlRootNodeName)
virtual ~OpenBattleSpawnerAreaReader ()
- Public Member Functions inherited from yap::BattleSpawnerAreaReader
virtual ~BattleSpawnerAreaReader ()
- Public Member Functions inherited from yap::MapAreaReader
virtual ~MapAreaReader ()
- Public Member Functions inherited from yap::DynamicWorldObjectReader
virtual ~DynamicWorldObjectReader ()
virtual void Visit (XmlReader &visitable)
- Public Member Functions inherited from yap::WorldObjectReader
virtual ~WorldObjectReader ()
- Public Member Functions inherited from yap::BaseReaderVisitor
virtual ~BaseReaderVisitor ()
virtual void Visit (IPacket &visitable)
virtual void Visit (DatabaseStream &visitable)
- Public Member Functions inherited from yap::IReaderVisitor
virtual ~IReaderVisitor ()

Private Member Functions

 DISALLOW_COPY (OpenBattleSpawnerAreaReader)

Private Attributes

OpenBattleSpawnerAreaopenBattleSpawnerArea_

Additional Inherited Members

- Protected Member Functions inherited from yap::BattleSpawnerAreaReader
 BattleSpawnerAreaReader (BattleSpawnerArea &battleSpawnerArea, const String &xmlRootNodeName)
- Protected Member Functions inherited from yap::MapAreaReader
 MapAreaReader (MapArea &mapArea, const String &xmlRootNodeName)
- Protected Member Functions inherited from yap::DynamicWorldObjectReader
 DynamicWorldObjectReader (DynamicWorldObject &dynamicWorldObject, const String &xmlRootNodeName)
- Protected Member Functions inherited from yap::WorldObjectReader
 WorldObjectReader (WorldObject &worldObject, const String &xmlRootNodeName)
- Protected Member Functions inherited from yap::BaseReaderVisitor
 BaseReaderVisitor ()

Detailed Description

Definition at line 11 of file OpenBattleSpawnerAreaReader.hpp.


Constructor & Destructor Documentation

yap::OpenBattleSpawnerAreaReader::OpenBattleSpawnerAreaReader ( OpenBattleSpawnerArea openBattleSpawnerArea,
const String xmlRootNodeName 
)

Definition at line 6 of file OpenBattleSpawnerAreaReader.cpp.

yap::OpenBattleSpawnerAreaReader::~OpenBattleSpawnerAreaReader ( )
virtual

Reimplemented in ycl::OpenBattleSpawnerAreaReader.

Definition at line 14 of file OpenBattleSpawnerAreaReader.cpp.


Member Function Documentation

yap::OpenBattleSpawnerAreaReader::DISALLOW_COPY ( OpenBattleSpawnerAreaReader  )
private

Member Data Documentation

OpenBattleSpawnerArea& yap::OpenBattleSpawnerAreaReader::openBattleSpawnerArea_
private

Reimplemented in ycl::OpenBattleSpawnerAreaReader.

Definition at line 26 of file OpenBattleSpawnerAreaReader.hpp.


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