Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
stxxl::write_pool< BlockType >::busy_entry Struct Reference

#include <write_pool.h>

Collaboration diagram for stxxl::write_pool< BlockType >::busy_entry:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

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

Definition at line 45 of file write_pool.h.


Constructor & Destructor Documentation

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

Definition at line 51 of file write_pool.h.

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

Definition at line 52 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 53 of file write_pool.h.


Member Function Documentation

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

Definition at line 56 of file write_pool.h.


Member Data Documentation

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

Definition at line 49 of file write_pool.h.

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

Definition at line 47 of file write_pool.h.

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

Definition at line 48 of file write_pool.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines