#include <monomer_container.h>
Inheritance diagram for BTK::MonomerContainer< MonomerType >:


Public Types | |
| typedef base_type::value_type | value_type |
| typedef base_type::reference | reference |
| typedef base_type::const_reference | const_reference |
| typedef base_type::pointer | pointer |
| typedef base_type::const_pointer | const_pointer |
| typedef base_type::size_type | size_type |
| typedef base_type::iterator | iterator |
| typedef base_type::const_iterator | const_iterator |
| typedef value_type | monomer_type |
| typedef iterator | monomer_iterator |
| typedef const_iterator | const_monomer_iterator |
Public Member Functions | |
| size_type | size () const |
| Replication of std::vector function (see std::vector documentation). | |
| iterator | begin () |
| const_iterator | begin () const |
| iterator | end () |
| const_iterator | end () const |
| reference | operator[] (size_type i) |
| const_reference | operator[] (size_type i) const |
| reference | front () |
| const_reference | front () const |
| reference | back () |
| const_reference | back () const |
| MonomerContainer (size_type s=0) | |
| /////////////////////////////////////////////////////////////// | |
| template<typename InputIterator> | MonomerContainer (InputIterator first, InputIterator last) |
| /////////////////////////////////////////////////////////////// | |
| MonomerContainer (const self_type &source) | |
| /////////////////////////////////////////////////////////////// | |
| template<typename T2> | MonomerContainer (const MonomerContainer< T2 > &source) |
| /////////////////////////////////////////////////////////////// | |
| ~MonomerContainer () | |
| /////////////////////////////////////////////////////////////// | |
| self_type & | operator= (const self_type &rhs) |
| /////////////////////////////////////////////////////////////// | |
| template<typename T2> self_type & | operator= (const MonomerContainer< T2 > &rhs) |
| /////////////////////////////////////////////////////////////// | |
| size_type | monomer_size () const |
| atom versions of standard STL function names | |
| iterator | monomer_begin () |
| atom versions of standard STL function names | |
| const_iterator | monomer_begin () const |
| atom versions of standard STL function names | |
| iterator | monomer_end () |
| atom versions of standard STL function names | |
| const_iterator | monomer_end () const |
| atom versions of standard STL function names | |
| reference | monomer (size_type i) |
| atom versions of standard STL function names | |
| const_reference | monomer (size_type i) const |
| atom versions of standard STL function names | |
| reference | monomer_back () |
| atom versions of standard STL function names | |
| const_reference | monomer_back () const |
| atom versions of standard STL function names | |
| reference | monomer_front () |
| atom versions of standard STL function names | |
| const_reference | monomer_front () const |
| atom versions of standard STL function names | |
Protected Member Functions | |
| void | clear () |
| Replication of std::vector function (see std::vector documentation). | |
| void | resize (size_type s) |
| void | reserve (size_type s) |
| void | push_back (const value_type &x) |
| iterator | insert (iterator pos, const value_type &x) |
| void | insert (iterator pos, size_type s, const value_type &x) |
| void | insert (iterator pos, InputIterator first, InputIterator last) |
| iterator | erase (iterator pos) |
| iterator | erase (iterator first, iterator last) |
| void | shallow_push_back (value_type *x) |
| void | shallow_insert (iterator pos, const_iterator first, const_iterator last) |
| void | deep_copy (const SharedVectorBase< T2 > &source) |
| void | shallow_copy (const self_type &source) |
A specialization of SharedVectorBase which requires the template argument to be BTK::Monomer convertible and adds specialy named monomer versions of standard stl typedefs and functions.
|
|||||
|
Reimplemented from BTK::SharedVectorBase< MonomerType >. Reimplemented in BTK::Polymer< MonomerType >. |
|
|||||
|
Reimplemented in BTK::Polymer< MonomerType >. |
|
|||||
|
Reimplemented from BTK::SharedVectorBase< MonomerType >. Reimplemented in BTK::Polymer< MonomerType >. |
|
|||||
|
Reimplemented from BTK::SharedVectorBase< MonomerType >. Reimplemented in BTK::Polymer< MonomerType >. |
|
|||||
|
Reimplemented from BTK::SharedVectorBase< MonomerType >. Reimplemented in BTK::Polymer< MonomerType >. |
|
|||||
|
Reimplemented in BTK::Polymer< MonomerType >. |
|
|||||
|
Reimplemented in BTK::Polymer< MonomerType >. |
|
|||||
|
Reimplemented from BTK::SharedVectorBase< MonomerType >. Reimplemented in BTK::Polymer< MonomerType >. |
|
|||||
|
Reimplemented from BTK::SharedVectorBase< MonomerType >. Reimplemented in BTK::Polymer< MonomerType >. |
|
|||||
|
Reimplemented from BTK::SharedVectorBase< MonomerType >. Reimplemented in BTK::Polymer< MonomerType >. |
|
|||||
|
Reimplemented from BTK::SharedVectorBase< MonomerType >. Reimplemented in BTK::Polymer< MonomerType >. |
|
||||||||||
|
///////////////////////////////////////////////////////////////
|
|
||||||||||||||||||||
|
///////////////////////////////////////////////////////////////
|
|
||||||||||
|
///////////////////////////////////////////////////////////////
|
|
||||||||||||||
|
///////////////////////////////////////////////////////////////
|
|
|||||||||
|
///////////////////////////////////////////////////////////////
|
|
|
Replication of std::vector function (see std::vector documentation).
|
|
|
Replication of std::vector function (see std::vector documentation).
|
|
|
Replication of std::vector function (see std::vector documentation).
|
|
|
Replication of std::vector function (see std::vector documentation).
|
|
|
Replication of std::vector function (see std::vector documentation).
|
|
|
|
|
|
Replication of std::vector function (see std::vector documentation).
|
|
|
Replication of std::vector function (see std::vector documentation).
|
|
||||||||||||
|
Replication of std::vector function (see std::vector documentation).
|
|
|
Replication of std::vector function (see std::vector documentation).
|
|
|
Replication of std::vector function (see std::vector documentation).
|
|
|
Replication of std::vector function (see std::vector documentation).
|
|
||||||||||||||||
|
Replication of std::vector function (see std::vector documentation).
|
|
||||||||||||||||
|
Replication of std::vector function (see std::vector documentation).
|
|
||||||||||||
|
Replication of std::vector function (see std::vector documentation).
|
|
||||||||||
|
atom versions of standard STL function names
|
Here is the call graph for this function:

|
||||||||||
|
atom versions of standard STL function names
|
Here is the call graph for this function:

|
|||||||||
|
atom versions of standard STL function names
|
Here is the call graph for this function:

|
|||||||||
|
atom versions of standard STL function names
|
Here is the call graph for this function:

|
|||||||||
|
atom versions of standard STL function names
|
Here is the call graph for this function:

|
|||||||||
|
atom versions of standard STL function names
|
Here is the call graph for this function:

|
|||||||||
|
atom versions of standard STL function names
|
Here is the call graph for this function:

|
|||||||||
|
atom versions of standard STL function names
|
Here is the call graph for this function:

|
|||||||||
|
atom versions of standard STL function names
|
Here is the call graph for this function:

|
|||||||||
|
atom versions of standard STL function names
|
Here is the call graph for this function:

|
|||||||||
|
atom versions of standard STL function names
|
Here is the call graph for this function:

|
||||||||||||||
|
///////////////////////////////////////////////////////////////
|
|
||||||||||
|
///////////////////////////////////////////////////////////////
Reimplemented from BTK::SharedVectorBase< MonomerType >. Reimplemented in BTK::Polymer< MonomerType >. |
|
|
Replication of std::vector function (see std::vector documentation).
|
|
|
Replication of std::vector function (see std::vector documentation).
|
|
|
Replication of std::vector function (see std::vector documentation).
|
|
|
Replication of std::vector function (see std::vector documentation).
|
|
|
Replication of std::vector function (see std::vector documentation).
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
Replication of std::vector function (see std::vector documentation).
|
1.3.6