Stxxl  1.3.2
Public Types | Public Attributes | List of all members
block_w_info< T_, RawSize_, NBids_, InfoType_ > Class Template Reference

Contains per block information for stxxl::typed_block , not intended for direct use. More...

#include <typed_block.h>

Inheritance diagram for block_w_info< T_, RawSize_, NBids_, InfoType_ >:
Inheritance graph
[legend]
Collaboration diagram for block_w_info< T_, RawSize_, NBids_, InfoType_ >:
Collaboration graph
[legend]

Public Types

typedef InfoType_ info_type
 Type of per block information element. More...
 
- Public Types inherited from block_w_bids< T_,((RawSize_-sizeof(BID< RawSize_ >)*NBids_-sizeof(InfoType_))/sizeof(T_)), RawSize_, NBids_ >
enum  
 
typedef BID< raw_size > bid_type
 
- Public Types inherited from element_block< T_, Size_ >
enum  
 
typedef T_ type
 
typedef T_ value_type
 
typedef T_ & reference
 
typedef const T_ & const_reference
 
typedef type * pointer
 
typedef pointer iterator
 
typedef const type * const_iterator
 

Public Attributes

info_type info
 Per block information element. More...
 
- Public Attributes inherited from block_w_bids< T_,((RawSize_-sizeof(BID< RawSize_ >)*NBids_-sizeof(InfoType_))/sizeof(T_)), RawSize_, NBids_ >
bid_type ref [nbids]
 Array of BID references. More...
 
- Public Attributes inherited from element_block< T_, Size_ >
T_ elem [size]
 Array of elements of type T. More...
 

Additional Inherited Members

- Public Member Functions inherited from block_w_bids< T_,((RawSize_-sizeof(BID< RawSize_ >)*NBids_-sizeof(InfoType_))/sizeof(T_)), RawSize_, NBids_ >
bid_typeoperator() (int i)
 An operator to access bid references. More...
 
- Public Member Functions inherited from element_block< T_, Size_ >
reference operator[] (int i)
 An operator to access elements in the block. More...
 
iterator begin ()
 Returns iterator pointing to the first element. More...
 
const_iterator begin () const
 Returns const_iterator pointing to the first element. More...
 
const_iterator cbegin () const
 Returns const_iterator pointing to the first element. More...
 
iterator end ()
 Returns iterator pointing to the end element. More...
 
const_iterator end () const
 Returns const_iterator pointing to the end element. More...
 
const_iterator cend () const
 Returns const_iterator pointing to the end element. More...
 

Detailed Description

template<class T_, unsigned RawSize_, unsigned NBids_, class InfoType_ = void>
class block_w_info< T_, RawSize_, NBids_, InfoType_ >

Contains per block information for stxxl::typed_block , not intended for direct use.

Member Typedef Documentation

template<class T_, unsigned RawSize_, unsigned NBids_, class InfoType_ = void>
typedef InfoType_ block_w_info< T_, RawSize_, NBids_, InfoType_ >::info_type

Type of per block information element.

Member Data Documentation

template<class T_, unsigned RawSize_, unsigned NBids_, class InfoType_ = void>
info_type block_w_info< T_, RawSize_, NBids_, InfoType_ >::info

Per block information element.


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