STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::mng_local::filler_struct< Bytes > Class Template Reference

Detailed Description

template<unsigned Bytes>
class stxxl::mng_local::filler_struct< Bytes >

Definition at line 44 of file typed_block.h.

+ Inheritance diagram for stxxl::mng_local::filler_struct< Bytes >:

Public Member Functions

 filler_struct ()
 

Private Types

typedef unsigned char byte_type
 

Private Attributes

byte_type filler_array [Bytes]
 

Member Typedef Documentation

template<unsigned Bytes>
typedef unsigned char stxxl::mng_local::filler_struct< Bytes >::byte_type
private

Definition at line 46 of file typed_block.h.

Constructor & Destructor Documentation

template<unsigned Bytes>
stxxl::mng_local::filler_struct< Bytes >::filler_struct ( )
inline

Definition at line 50 of file typed_block.h.

Member Data Documentation

template<unsigned Bytes>
byte_type stxxl::mng_local::filler_struct< Bytes >::filler_array[Bytes]
private

Definition at line 47 of file typed_block.h.


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