pelib  2.0.0
pelib::PlatformParser Class Reference

#include <PlatformParser.hpp>

Inheritance diagram for pelib::PlatformParser:
[legend]

List of all members.

Public Member Functions

virtual Platformparse (std::istream &in) const =0
virtual PlatformParserclone () const =0

Detailed Description

Base class of any parser class that produces instances of pelib::Platform from an input stream

Definition at line 30 of file PlatformParser.hpp.


Member Function Documentation

virtual PlatformParser* pelib::PlatformParser::clone ( ) const [pure virtual]

Returns a pointer to a copy of this class

virtual Platform* pelib::PlatformParser::parse ( std::istream &  in) const [pure virtual]

Reads input stream and produces and instance of pelib::Platform


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