pelib  2.0.0
pelib::TaskgraphParser Class Reference

#include <TaskgraphParser.hpp>

Inheritance diagram for pelib::TaskgraphParser:
[legend]

List of all members.

Public Member Functions

virtual Taskgraphparse (std::istream &in) const =0
virtual TaskgraphParserclone () const =0

Detailed Description

Superclass of all Taskgraph parsers

Definition at line 30 of file TaskgraphParser.hpp.


Member Function Documentation

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

Returns a pointer to a copy of the class

Implemented in pelib::GraphML.

virtual Taskgraph* pelib::TaskgraphParser::parse ( std::istream &  in) const [pure virtual]

Parses any input stream and produce an instance of pelib::Taskgraph that contains the data read

Implemented in pelib::GraphML, and pelib::GraphMLParser.


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