Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Types | Private Attributes
stxxl::filler_struct__< bytes > Class Template Reference

#include <typed_block.h>

Inheritance diagram for stxxl::filler_struct__< bytes >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 filler_struct__ ()

Private Types

typedef unsigned char byte_type

Private Attributes

byte_type filler_array_ [bytes]

Detailed Description

template<unsigned bytes>
class stxxl::filler_struct__< bytes >

Definition at line 33 of file typed_block.h.


Member Typedef Documentation

template<unsigned bytes>
typedef unsigned char stxxl::filler_struct__< bytes >::byte_type [private]

Definition at line 35 of file typed_block.h.


Constructor & Destructor Documentation

template<unsigned bytes>
stxxl::filler_struct__< bytes >::filler_struct__ ( ) [inline]

Definition at line 39 of file typed_block.h.


Member Data Documentation

template<unsigned bytes>
byte_type stxxl::filler_struct__< bytes >::filler_array_[bytes] [private]

Definition at line 36 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