STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::write_pool< BlockType >::busy_entry Struct Reference

Detailed Description

template<class BlockType>
struct stxxl::write_pool< BlockType >::busy_entry

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_typeblock
 
request_ptr req
 

Constructor & Destructor Documentation

template<class BlockType>
stxxl::write_pool< BlockType >::busy_entry::busy_entry ( )
inline

Definition at line 45 of file write_pool.h.

template<class BlockType>
stxxl::write_pool< BlockType >::busy_entry::busy_entry ( const busy_entry a)
inline

Definition at line 46 of file write_pool.h.

template<class BlockType>
stxxl::write_pool< BlockType >::busy_entry::busy_entry ( block_type *&  bl,
request_ptr r,
bid_type bi 
)
inline

Definition at line 47 of file write_pool.h.

Member Function Documentation

template<class BlockType>
stxxl::write_pool< BlockType >::busy_entry::operator request_ptr ( )
inline

Definition at line 50 of file write_pool.h.

Member Data Documentation

template<class BlockType>
bid_type stxxl::write_pool< BlockType >::busy_entry::bid

Definition at line 43 of file write_pool.h.

template<class BlockType>
block_type* stxxl::write_pool< BlockType >::busy_entry::block

Definition at line 41 of file write_pool.h.

template<class BlockType>
request_ptr stxxl::write_pool< BlockType >::busy_entry::req

Definition at line 42 of file write_pool.h.


The documentation for this struct was generated from the following file: