OpenStructure
Public Member Functions
ProfileIOHandlerFactoryBase Class Referenceabstract

#include <profile_io_handler.hh>

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

Public Member Functions

virtual ~ProfileIOHandlerFactoryBase ()
 
virtual bool ProvidesImport (const boost::filesystem::path &loc, const String &format="auto") const =0
 
virtual bool ProvidesExport (const boost::filesystem::path &loc, const String &format="auto") const =0
 
virtual ProfileIOHandlerPtr Create () const =0
 
virtual String GetFormatName () const =0
 
virtual String GetFormatDescription () const =0
 
virtual ~ProfileIOHandlerFactoryBase ()
 
virtual bool ProvidesImport (const boost::filesystem::path &loc, const String &format="auto") const =0
 
virtual bool ProvidesExport (const boost::filesystem::path &loc, const String &format="auto") const =0
 
virtual ProfileIOHandlerPtr Create () const =0
 
virtual String GetFormatName () const =0
 
virtual String GetFormatDescription () const =0
 

Detailed Description

pure abstract base class for creation of a specfic io handler

Definition at line 54 of file profile_io_handler.hh.

Constructor & Destructor Documentation

◆ ~ProfileIOHandlerFactoryBase() [1/2]

virtual ~ProfileIOHandlerFactoryBase ( )
inlinevirtual

Definition at line 56 of file profile_io_handler.hh.

◆ ~ProfileIOHandlerFactoryBase() [2/2]

virtual ~ProfileIOHandlerFactoryBase ( )
inlinevirtual

Definition at line 56 of file profile_io_handler.hh.

Member Function Documentation

◆ Create() [1/2]

virtual ProfileIOHandlerPtr Create ( ) const
pure virtual

◆ Create() [2/2]

virtual ProfileIOHandlerPtr 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 format = "auto" 
) const
pure virtual

◆ ProvidesExport() [2/2]

virtual bool ProvidesExport ( const boost::filesystem::path &  loc,
const String format = "auto" 
) const
pure virtual

◆ ProvidesImport() [1/2]

virtual bool ProvidesImport ( const boost::filesystem::path &  loc,
const String format = "auto" 
) const
pure virtual

◆ ProvidesImport() [2/2]

virtual bool ProvidesImport ( const boost::filesystem::path &  loc,
const String format = "auto" 
) const
pure virtual

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