#include <ost/base.hh>
#include <ost/generic_property.hh>
#include <ost/config.hh>
#include <ost/info/info_fw.hh>
#include <ost/seq/module_config.hh>
#include <ost/mol/residue_view.hh>
#include <ost/mol/entity_view.hh>
#include <ost/seq/impl/sequence_impl_fw.hh>
Go to the source code of this file.
Data Structures | |
class | ConstSequenceHandle |
immutable sequence More... | |
class | SequenceHandle |
mutable sequence handle. More... | |
Namespaces | |
namespace | ost |
namespace | ost::seq |
Functions | |
SequenceHandle DLLIMPORT | CreateSequence (const String &name, const String &seq, const String &role="UNKNOWN") |
void DLLIMPORT | SequenceToInfo (const ConstSequenceHandle &sequence, info::InfoGroup &group) |
SequenceHandle DLLIMPORT | SequenceFromInfo (info::InfoGroup &group) |
DLLIMPORT std::ostream & | operator<< (std::ostream &os, const ConstSequenceHandle &sequence) |
bool DLLIMPORT | Match (const ConstSequenceHandle &s1, const ConstSequenceHandle &s2) |
bool DLLIMPORT | Match (const String &s1, const String &s2) |