#include <sequence.hh>

Standard library typedefs | |
| typedef T_ | value_type |
| typedef T_ & | reference |
| typedef const T_ & | const_reference |
Iteration | |
|
typedef WrappedForwardIterator < ConstIteratorTag, const T_ > | ConstIterator |
|
typedef WrappedForwardIterator < ReverseConstIteratorTag, const T_ > | ReverseConstIterator |
|
typedef WrappedOutputIterator < InserterTag, T_ > | Inserter |
| ConstIterator | begin () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
| ConstIterator | end () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
| ConstIterator | last () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
| ReverseConstIterator | rbegin () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
| ReverseConstIterator | rend () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
| Inserter | back_inserter () |
| Inserter | front_inserter () |
Basic operations | |
| Sequence () | |
| ~Sequence () | |
Content information | |
| bool | empty () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
Content modification | |
| void | push_back (const T_ &) |
| void | push_front (const T_ &) |
| template<typename C_> | |
| void | sort (const C_ &) |
1.5.5