|
Thrill
0.1
|
Definition at line 47 of file write_pool.hpp.
Collaboration diagram for write_pool< BlockType >::busy_entry:#include <write_pool.hpp>
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 53 of file write_pool.hpp.
Referenced by write_pool< BlockType >::write().
|
inline |
Definition at line 54 of file write_pool.hpp.
|
inline |
Definition at line 55 of file write_pool.hpp.
|
inline |
Definition at line 58 of file write_pool.hpp.
References write_pool< BlockType >::busy_entry::req.
| bid_type bid |
Definition at line 51 of file write_pool.hpp.
| block_type* block |
Definition at line 49 of file write_pool.hpp.
| request_ptr req |
Definition at line 50 of file write_pool.hpp.
Referenced by write_pool< BlockType >::busy_entry::operator request_ptr(), and write_pool< BlockType >::steal_request().