Hosting courtesy of Sourceforge

SourceForge Logo
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Parse::Parseable Class Reference

#include <ListParser.h>

Inheritance diagram for Parse::Parseable:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual ParsermakeParserToParseMe (istream &inputFile)=0

Detailed Description

Defines an interface for classes that can make a Parser for themselves

Definition at line 37 of file ListParser.h.


Constructor & Destructor Documentation

virtual Parse::Parseable::~Parseable   [virtual]
 

Definition at line 43 of file ListParser.h.


Member Function Documentation

virtual Parser* Parse::Parseable::makeParserToParseMe istream &    inputFile [pure virtual]
 

Makes a Parser capable of reading whatever this is called on. Allocates the Parser dynamically, leaves the caller responsible for deletion

Reimplemented in Game::MapLocation, Game::AbstractPlayer, Game::LocalPlayer, Game::KeyboardController, Game::JoystickController, Game::PowerupFactory, Game::SingleImageTile, Game::ExplodableTile, Game::ConveyorTile, Game::SlipperyTile, and Game::TileSetReader.


The documentation for this class was generated from the following file:
Generated on Tue May 21 07:26:57 2002 for BomberLAN by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001