OpenStructure
Data Structures | Typedefs
ost::seq::impl Namespace Reference

Data Structures

class  SequenceImpl
 
class  SequenceListImpl
 
class  SequenceListIterator
 

Typedefs

typedef boost::shared_ptr< SequenceImplSequenceImplPtr
 
typedef std::vector< SequenceImplPtrSequenceList
 
typedef boost::shared_ptr< SequenceListImplSequenceListImplPtr
 
typedef std::vector< SequenceImplPtrSequenceListImplVector
 
typedef SequenceListImplVector::iterator SequenceImplListIterator
 
typedef SequenceListImplVector::const_iterator SequenceImplListConstIterator
 

Typedef Documentation

◆ SequenceImplListConstIterator

typedef SequenceListImplVector::const_iterator SequenceImplListConstIterator

Definition at line 44 of file sequence_list_impl_fw.hh.

◆ SequenceImplListIterator

typedef SequenceListImplVector::iterator SequenceImplListIterator

Definition at line 41 of file sequence_list_impl_fw.hh.

◆ SequenceImplPtr

typedef boost::shared_ptr< SequenceImpl > SequenceImplPtr

Definition at line 46 of file sequence_impl.hh.

◆ SequenceList

typedef std::vector<SequenceImplPtr> SequenceList

Definition at line 193 of file sequence_impl.hh.

◆ SequenceListImplPtr

typedef boost::shared_ptr<SequenceListImpl> SequenceListImplPtr

Definition at line 35 of file sequence_list_impl_fw.hh.

◆ SequenceListImplVector

Definition at line 38 of file sequence_list_impl_fw.hh.