|
STXXL
1.4-dev
|
Definition at line 566 of file sequence.h.
Collaboration diagram for stxxl::sequence< ValueType, BlockSize, AllocStr, SizeType >::stream:Public Types | |
| typedef bid_deque_type::const_iterator | bid_iter_type |
| typedef sequence::value_type | value_type |
Public Member Functions | |
| stream (const sequence &sequence) | |
| ~stream () | |
| bool | empty () const |
| standard stream method More... | |
| const value_type & | operator* () const |
| standard stream method More... | |
| 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_iterator stxxl::sequence< ValueType, BlockSize, AllocStr, SizeType >::stream::bid_iter_type |
Definition at line 571 of file sequence.h.
| typedef sequence::value_type stxxl::sequence< ValueType, BlockSize, AllocStr, SizeType >::stream::value_type |
Definition at line 569 of file sequence.h.
|
inline |
|
inline |
Definition at line 594 of file sequence.h.
|
inline |
standard stream method
Definition at line 608 of file sequence.h.
|
inline |
standard stream method
Definition at line 614 of file sequence.h.
|
inline |
standard stream method
Definition at line 621 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 602 of file sequence.h.
|
protected |
Definition at line 580 of file sequence.h.
|
protected |
Definition at line 578 of file sequence.h.
|
protected |
Definition at line 582 of file sequence.h.
|
protected |
Definition at line 574 of file sequence.h.
|
protected |
Definition at line 576 of file sequence.h.