|
STXXL
1.4-dev
|
Definition at line 255 of file pq_helpers.h.
Inherits pair< Iterator, Iterator >.
Public Types | |
| typedef const iterator | const_iterator |
| typedef const value_type & | const_reference |
| typedef Iterator | iterator |
| typedef unsigned_type | origin_type |
| typedef value_type & | reference |
| typedef std::iterator_traits < iterator >::difference_type | size_type |
| typedef std::iterator_traits < iterator >::value_type | value_type |
Public Member Functions | |
| short_sequence (Iterator first, Iterator last, origin_type origin) | |
| reference | back () |
| const_reference | back () const |
| iterator | begin () |
| const_iterator | begin () const |
| const_iterator | cbegin () const |
| const_iterator | cend () const |
| bool | empty () const |
| iterator | end () |
| const_iterator | end () const |
| reference | front () |
| const_reference | front () const |
| origin_type | origin () const |
| size_type | size () const |
Private Types | |
| typedef std::pair< Iterator, Iterator > | pair |
Private Attributes | |
| origin_type | m_origin |
| typedef const iterator stxxl::priority_queue_local::short_sequence< Iterator >::const_iterator |
Definition at line 261 of file pq_helpers.h.
| typedef const value_type& stxxl::priority_queue_local::short_sequence< Iterator >::const_reference |
Definition at line 265 of file pq_helpers.h.
| typedef Iterator stxxl::priority_queue_local::short_sequence< Iterator >::iterator |
Definition at line 260 of file pq_helpers.h.
| typedef unsigned_type stxxl::priority_queue_local::short_sequence< Iterator >::origin_type |
Definition at line 266 of file pq_helpers.h.
|
private |
Definition at line 257 of file pq_helpers.h.
| typedef value_type& stxxl::priority_queue_local::short_sequence< Iterator >::reference |
Definition at line 264 of file pq_helpers.h.
| typedef std::iterator_traits<iterator>::difference_type stxxl::priority_queue_local::short_sequence< Iterator >::size_type |
Definition at line 263 of file pq_helpers.h.
| typedef std::iterator_traits<iterator>::value_type stxxl::priority_queue_local::short_sequence< Iterator >::value_type |
Definition at line 262 of file pq_helpers.h.
|
inline |
Definition at line 272 of file pq_helpers.h.
|
inline |
Definition at line 316 of file pq_helpers.h.
|
inline |
Definition at line 321 of file pq_helpers.h.
|
inline |
Definition at line 276 of file pq_helpers.h.
|
inline |
Definition at line 281 of file pq_helpers.h.
|
inline |
Definition at line 286 of file pq_helpers.h.
|
inline |
Definition at line 301 of file pq_helpers.h.
|
inline |
Definition at line 331 of file pq_helpers.h.
|
inline |
Definition at line 291 of file pq_helpers.h.
|
inline |
Definition at line 296 of file pq_helpers.h.
|
inline |
Definition at line 306 of file pq_helpers.h.
|
inline |
Definition at line 311 of file pq_helpers.h.
|
inline |
Definition at line 336 of file pq_helpers.h.
|
inline |
Definition at line 326 of file pq_helpers.h.
|
private |
Definition at line 269 of file pq_helpers.h.