OpenStructure
Public Member Functions
EntityIOHandlerFactoryBase Class Referenceabstract

#include <entity_io_handler.hh>

Inherited by EntityIOHandlerFactory< HANDLER >, and EntityIOHandlerFactory< HANDLER >.

Public Member Functions

virtual ~EntityIOHandlerFactoryBase ()
 
virtual bool ProvidesImport (const boost::filesystem::path &loc, const String &type) const =0
 
virtual bool ProvidesExport (const boost::filesystem::path &loc, const String &type) const =0
 
virtual EntityIOHandlerP Create () const =0
 
virtual String GetFormatName () const =0
 
virtual String GetFormatDescription () const =0
 
virtual ~EntityIOHandlerFactoryBase ()
 
virtual bool ProvidesImport (const boost::filesystem::path &loc, const String &type) const =0
 
virtual bool ProvidesExport (const boost::filesystem::path &loc, const String &type) const =0
 
virtual EntityIOHandlerP Create () const =0
 
virtual String GetFormatName () const =0
 
virtual String GetFormatDescription () const =0
 

Detailed Description

pure abstract base class for creation of a specfic entity io handle

Definition at line 67 of file entity_io_handler.hh.

Constructor & Destructor Documentation

◆ ~EntityIOHandlerFactoryBase() [1/2]

virtual ~EntityIOHandlerFactoryBase ( )
inlinevirtual

Definition at line 69 of file entity_io_handler.hh.

◆ ~EntityIOHandlerFactoryBase() [2/2]

virtual ~EntityIOHandlerFactoryBase ( )
inlinevirtual

Definition at line 69 of file entity_io_handler.hh.

Member Function Documentation

◆ Create() [1/2]

virtual EntityIOHandlerP Create ( ) const
pure virtual

◆ Create() [2/2]

virtual EntityIOHandlerP Create ( ) const
pure virtual

◆ GetFormatDescription() [1/2]

virtual String GetFormatDescription ( ) const
pure virtual

◆ GetFormatDescription() [2/2]

virtual String GetFormatDescription ( ) const
pure virtual

◆ GetFormatName() [1/2]

virtual String GetFormatName ( ) const
pure virtual

◆ GetFormatName() [2/2]

virtual String GetFormatName ( ) const
pure virtual

◆ ProvidesExport() [1/2]

virtual bool ProvidesExport ( const boost::filesystem::path &  loc,
const String type 
) const
pure virtual

◆ ProvidesExport() [2/2]

virtual bool ProvidesExport ( const boost::filesystem::path &  loc,
const String type 
) const
pure virtual

◆ ProvidesImport() [1/2]

virtual bool ProvidesImport ( const boost::filesystem::path &  loc,
const String type 
) const
pure virtual

◆ ProvidesImport() [2/2]

virtual bool ProvidesImport ( const boost::filesystem::path &  loc,
const String type 
) const
pure virtual

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