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_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 stxxl::block_w_info< T_, RawSize_, NBids_, InfoType_ >:
Inheritance graph
[legend]
Collaboration diagram for stxxl::block_w_info< T_, RawSize_, NBids_, InfoType_ >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef InfoType_ info_type
 Type of per block information element.

Public Member Functions

 block_w_info ()

Public Attributes

info_type info
 Per block information element.

Detailed Description

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

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

Definition at line 159 of file typed_block.h.


Member Typedef Documentation

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

Type of per block information element.

Definition at line 164 of file typed_block.h.


Constructor & Destructor Documentation

template<class T_, unsigned RawSize_, unsigned NBids_, class InfoType_ = void>
stxxl::block_w_info< T_, RawSize_, NBids_, InfoType_ >::block_w_info ( ) [inline]

Definition at line 169 of file typed_block.h.


Member Data Documentation

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

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