#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 |
Definition at line 59 of file entity_io_handler.hh.
| virtual ~EntityIOHandlerFactoryBase | ( | ) | [inline, virtual] |
Definition at line 61 of file entity_io_handler.hh.
| virtual ~EntityIOHandlerFactoryBase | ( | ) | [inline, virtual] |
Definition at line 61 of file entity_io_handler.hh.
| virtual EntityIOHandlerP Create | ( | ) | const [pure virtual] |
| virtual EntityIOHandlerP 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