Data Structures | |
class | SequenceImpl |
class | SequenceListImpl |
class | SequenceListIterator |
Typedefs | |
typedef boost::shared_ptr < SequenceImpl > | SequenceImplPtr |
typedef std::vector < SequenceImplPtr > | SequenceList |
typedef boost::shared_ptr < SequenceListImpl > | SequenceListImplPtr |
typedef std::vector < SequenceImplPtr > | SequenceListImplVector |
typedef SequenceListImplVector::iterator | SequenceImplListIterator |
typedef SequenceListImplVector::const_iterator | SequenceImplListConstIterator |
Functions | |
SequenceImplPtr DLLEXPORT_OST_SEQ | SequenceImplFromInfo (const info::InfoGroup &group) |
void DLLEXPORT_OST_SEQ | SequenceImplToInfo (const SequenceImplPtr &sequence, info::InfoGroup &group) |
void DLLEXPORT_OST_SEQ | SequenceListImplToInfo (const SequenceListImplPtr &seq_list, info::InfoGroup &group) |
SequenceListImplPtr DLLEXPORT_OST_SEQ | SequenceListImplFromInfo (info::InfoGroup &group) |
typedef SequenceListImplVector::const_iterator SequenceImplListConstIterator |
Definition at line 44 of file sequence_list_impl_fw.hh.
typedef SequenceListImplVector::iterator SequenceImplListIterator |
Definition at line 41 of file sequence_list_impl_fw.hh.
typedef boost::shared_ptr< SequenceImpl > SequenceImplPtr |
Definition at line 43 of file sequence_impl.hh.
typedef std::vector<SequenceImplPtr> SequenceList |
Definition at line 193 of file sequence_impl.hh.
typedef boost::shared_ptr<SequenceListImpl> SequenceListImplPtr |
Definition at line 32 of file sequence_list_impl_fw.hh.
typedef std::vector<SequenceImplPtr> SequenceListImplVector |
Definition at line 38 of file sequence_list_impl_fw.hh.
SequenceImplPtr DLLEXPORT_OST_SEQ ost::seq::impl::SequenceImplFromInfo | ( | const info::InfoGroup & | group | ) |
void DLLEXPORT_OST_SEQ ost::seq::impl::SequenceImplToInfo | ( | const SequenceImplPtr & | sequence, | |
info::InfoGroup & | group | |||
) |
SequenceListImplPtr DLLEXPORT_OST_SEQ ost::seq::impl::SequenceListImplFromInfo | ( | info::InfoGroup & | group | ) |