#include <boost/shared_ptr.hpp>
#include <boost/filesystem/operations.hpp>
#include <ost/io/module_config.hh>
#include <ost/seq/sequence_list.hh>
#include <ost/io/io_utils.hh>
Go to the source code of this file.
Data Structures | |
class | SequenceIOHandler |
pure abstract base class for entity io handlers More... | |
class | SequenceIOHandlerFactoryBase |
pure abstract base class for creation of a specfic alignment io handler More... | |
class | SequenceIOHandlerFactory< HANDLER > |
Namespaces | |
namespace | ost |
namespace | ost::io |
Typedefs | |
typedef boost::shared_ptr < SequenceIOHandler > | SequenceIOHandlerPtr |
typedef boost::shared_ptr < SequenceIOHandlerFactoryBase > | SequenceIOHandlerFactoryBasePtr |