#include <boost/shared_ptr.hpp>
#include <boost/filesystem/operations.hpp>
#include <ost/io/module_config.hh>
#include <ost/io/io_utils.hh>
Go to the source code of this file.
Data Structures | |
class | EntityIOHandler |
pure abstract base class for entity io handlers More... | |
class | EntityIOHandlerFactoryBase |
pure abstract base class for creation of a specfic entity io handle More... | |
class | EntityIOHandlerFactory< HANDLER > |
Namespaces | |
namespace | ost |
namespace | ost::mol |
namespace | ost::io |
Typedefs | |
typedef boost::shared_ptr < EntityIOHandler > | EntityIOHandlerP |
typedef boost::shared_ptr < EntityIOHandlerFactoryBase > | EntityIOHandlerFactoryBaseP |