Stxxl
1.4.0
|
#include <write_pool.h>
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 | |
block_type * | block |
request_ptr | req |
bid_type | bid |
Definition at line 45 of file write_pool.h.
stxxl::write_pool< BlockType >::busy_entry::busy_entry | ( | ) | [inline] |
Definition at line 51 of file write_pool.h.
stxxl::write_pool< BlockType >::busy_entry::busy_entry | ( | const busy_entry & | a | ) | [inline] |
Definition at line 52 of file write_pool.h.
stxxl::write_pool< BlockType >::busy_entry::busy_entry | ( | block_type *& | bl, |
request_ptr & | r, | ||
bid_type & | bi | ||
) | [inline] |
Definition at line 53 of file write_pool.h.
stxxl::write_pool< BlockType >::busy_entry::operator request_ptr | ( | ) | [inline] |
Definition at line 56 of file write_pool.h.
bid_type stxxl::write_pool< BlockType >::busy_entry::bid |
Definition at line 49 of file write_pool.h.
block_type* stxxl::write_pool< BlockType >::busy_entry::block |
Definition at line 47 of file write_pool.h.
request_ptr stxxl::write_pool< BlockType >::busy_entry::req |
Definition at line 48 of file write_pool.h.