pelib  2.0.0
pelib::PlatformOutput Class Reference

#include <PlatformOutput.hpp>

Inheritance diagram for pelib::PlatformOutput:
[legend]

List of all members.

Public Member Functions

virtual void dump (std::ostream &o, const Record *data) const =0
virtual PlatformOutputclone () const =0

Detailed Description

Base class for a Platform output class

Definition at line 30 of file PlatformOutput.hpp.


Member Function Documentation

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

Returns a pointer to a copy of this Platform output class

virtual void pelib::PlatformOutput::dump ( std::ostream &  o,
const Record data 
) const [pure virtual]

Writes the platform in output stream

Parameters:
oOutput stream to write Platform instance to
dataInstance of pelib::Platform to be written to output stream

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