YAPOG  0.0.1
Yet Another Pokemon Online Game
yap::IObjectLoader Struct Reference

#include <IObjectLoader.hpp>

Inheritance diagram for yap::IObjectLoader:
Collaboration diagram for yap::IObjectLoader:

List of all members.

Public Member Functions

virtual ~IObjectLoader ()
virtual ILoadableLoad (IReader &reader, const String &rootNodeName)=0

Detailed Description

Definition at line 11 of file IObjectLoader.hpp.


Constructor & Destructor Documentation

virtual yap::IObjectLoader::~IObjectLoader ( )
inlinevirtual

Definition at line 13 of file IObjectLoader.hpp.


Member Function Documentation

virtual ILoadable* yap::IObjectLoader::Load ( IReader reader,
const String rootNodeName 
)
pure virtual

Implemented in yap::XmlObjectLoader< T, TXmlReader >.

Here is the caller graph for this function:


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