Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Public Attributes
stxxl::block_w_bids< T, Size_, RawSize_, NBids_ > Class Template Reference

Contains BID references for stxxl::typed_block , not intended for direct use. More...

#include <typed_block.h>

Inheritance diagram for stxxl::block_w_bids< T, Size_, RawSize_, NBids_ >:
Inheritance graph
[legend]
Collaboration diagram for stxxl::block_w_bids< T, Size_, RawSize_, NBids_ >:
Collaboration graph
[legend]

List of all members.

Public Types

enum  { raw_size = RawSize_, nbids = NBids_ }
typedef BID< raw_sizebid_type

Public Member Functions

bid_typeoperator() (int i)
 An operator to access bid references.
 block_w_bids ()

Public Attributes

bid_type ref [nbids]
 Array of BID references.

Detailed Description

template<class T, unsigned Size_, unsigned RawSize_, unsigned NBids_ = 0>
class stxxl::block_w_bids< T, Size_, RawSize_, NBids_ >

Contains BID references for stxxl::typed_block , not intended for direct use.

Definition at line 119 of file typed_block.h.


Member Typedef Documentation

template<class T, unsigned Size_, unsigned RawSize_, unsigned NBids_ = 0>
typedef BID<raw_size> stxxl::block_w_bids< T, Size_, RawSize_, NBids_ >::bid_type

Reimplemented in stxxl::typed_block< RawSize_, T_, NRef_, InfoType_ >.

Definition at line 128 of file typed_block.h.


Member Enumeration Documentation

template<class T, unsigned Size_, unsigned RawSize_, unsigned NBids_ = 0>
anonymous enum
Enumerator:
raw_size 
nbids 

Definition at line 122 of file typed_block.h.


Constructor & Destructor Documentation

template<class T, unsigned Size_, unsigned RawSize_, unsigned NBids_ = 0>
stxxl::block_w_bids< T, Size_, RawSize_, NBids_ >::block_w_bids ( ) [inline]

Definition at line 139 of file typed_block.h.


Member Function Documentation

template<class T, unsigned Size_, unsigned RawSize_, unsigned NBids_ = 0>
bid_type& stxxl::block_w_bids< T, Size_, RawSize_, NBids_ >::operator() ( int  i) [inline]

An operator to access bid references.

Definition at line 134 of file typed_block.h.


Member Data Documentation

template<class T, unsigned Size_, unsigned RawSize_, unsigned NBids_ = 0>
bid_type stxxl::block_w_bids< T, Size_, RawSize_, NBids_ >::ref[nbids]

Array of BID references.

Definition at line 131 of file typed_block.h.


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