|
STXXL
1.4-dev
|
Definition at line 39 of file write_pool.h.
Collaboration diagram for stxxl::write_pool< BlockType >::busy_entry:Public Member Functions | |
| busy_entry () | |
| busy_entry (const busy_entry &a) | |
| busy_entry (block_type *&bl, request_ptr &r, bid_type &bi) | |
| operator request_ptr () | |
Public Attributes | |
| bid_type | bid |
| block_type * | block |
| request_ptr | req |
|
inline |
Definition at line 45 of file write_pool.h.
|
inline |
Definition at line 46 of file write_pool.h.
|
inline |
Definition at line 47 of file write_pool.h.
|
inline |
Definition at line 50 of file write_pool.h.
| bid_type stxxl::write_pool< BlockType >::busy_entry::bid |
Definition at line 43 of file write_pool.h.
| block_type* stxxl::write_pool< BlockType >::busy_entry::block |
Definition at line 41 of file write_pool.h.
| request_ptr stxxl::write_pool< BlockType >::busy_entry::req |
Definition at line 42 of file write_pool.h.