OpenStructure
|
#include <ost/base.hh>
#include <ost/generic_property.hh>
#include <ost/config.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 |
class | SequenceHandle |
Namespaces | |
ost | |
ost::seq | |
Functions | |
SequenceHandle DLLEXPORT_OST_SEQ | CreateSequence (const String &name, const String &seq, const String &role="UNKNOWN") |
DLLEXPORT_OST_SEQ std::ostream & | operator<< (std::ostream &os, const ConstSequenceHandle &sequence) |
bool DLLEXPORT_OST_SEQ | Match (const ConstSequenceHandle &s1, const ConstSequenceHandle &s2) |
bool DLLEXPORT_OST_SEQ | Match (const String &s1, const String &s2) |