#include <sequence_io_handler.hh>
Inherited by SequenceIOHandlerFactory< HANDLER >, and SequenceIOHandlerFactory< HANDLER >.
Public Member Functions | |
| virtual | ~SequenceIOHandlerFactoryBase () |
| 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 SequenceIOHandlerPtr | Create () const =0 |
| virtual String | GetFormatName () const =0 |
| virtual String | GetFormatDescription () const =0 |
| virtual | ~SequenceIOHandlerFactoryBase () |
| 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 SequenceIOHandlerPtr | Create () const =0 |
| virtual String | GetFormatName () const =0 |
| virtual String | GetFormatDescription () const =0 |
Definition at line 55 of file sequence_io_handler.hh.
| virtual ~SequenceIOHandlerFactoryBase | ( | ) | [inline, virtual] |
Definition at line 57 of file sequence_io_handler.hh.
| virtual ~SequenceIOHandlerFactoryBase | ( | ) | [inline, virtual] |
Definition at line 57 of file sequence_io_handler.hh.
| virtual SequenceIOHandlerPtr Create | ( | ) | const [pure virtual] |
| virtual SequenceIOHandlerPtr Create | ( | ) | const [pure virtual] |
| virtual String GetFormatDescription | ( | ) | const [pure virtual] |
| virtual String GetFormatDescription | ( | ) | const [pure virtual] |
| virtual String GetFormatName | ( | ) | const [pure virtual] |
| virtual String GetFormatName | ( | ) | const [pure virtual] |
| virtual bool ProvidesExport | ( | const boost::filesystem::path & | loc, | |
| const String & | type | |||
| ) | const [pure virtual] |
| virtual bool ProvidesExport | ( | const boost::filesystem::path & | loc, | |
| const String & | type | |||
| ) | const [pure virtual] |
| virtual bool ProvidesImport | ( | const boost::filesystem::path & | loc, | |
| const String & | type | |||
| ) | const [pure virtual] |
| virtual bool ProvidesImport | ( | const boost::filesystem::path & | loc, | |
| const String & | type | |||
| ) | const [pure virtual] |
1.5.8