|
STXXL
1.4-dev
|
Definition at line 697 of file sequence.h.
Collaboration diagram for stxxl::sequence< ValueType, BlockSize, AllocStr, SizeType >::reverse_stream:Public Types | |
| typedef bid_deque_type::const_reverse_iterator | bid_iter_type |
| typedef sequence::value_type | value_type |
Public Member Functions | |
| reverse_stream (const sequence &sequence) | |
| ~reverse_stream () | |
| bool | empty () const |
| standard stream method More... | |
| const value_type & | operator* () const |
| standard stream method More... | |
| reverse_stream & | operator++ () |
| standard stream method More... | |
| size_type | size () const |
| return number of element left till end-of-stream. More... | |
Protected Attributes | |
| block_type * | m_current_block |
| value_type * | m_current_element |
| bid_iter_type | m_next_bid |
| const sequence & | m_sequence |
| size_type | m_size |
| typedef bid_deque_type::const_reverse_iterator stxxl::sequence< ValueType, BlockSize, AllocStr, SizeType >::reverse_stream::bid_iter_type |
Definition at line 702 of file sequence.h.
| typedef sequence::value_type stxxl::sequence< ValueType, BlockSize, AllocStr, SizeType >::reverse_stream::value_type |
Definition at line 700 of file sequence.h.
|
inline |
|
inline |
Definition at line 725 of file sequence.h.
|
inline |
standard stream method
Definition at line 739 of file sequence.h.
|
inline |
standard stream method
Definition at line 745 of file sequence.h.
|
inline |
standard stream method
Definition at line 752 of file sequence.h.
References FMT_BID, STXXL_VERBOSE1, STXXL_VERBOSE_SEQUENCE, and UNLIKELY.
|
inline |
return number of element left till end-of-stream.
Definition at line 733 of file sequence.h.
|
protected |
Definition at line 711 of file sequence.h.
|
protected |
Definition at line 709 of file sequence.h.
|
protected |
Definition at line 713 of file sequence.h.
|
protected |
Definition at line 705 of file sequence.h.
|
protected |
Definition at line 707 of file sequence.h.