Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
stxxl::buffered_writer< block_type >::batch_entry Struct Reference

#include <buf_writer.h>

Collaboration diagram for stxxl::buffered_writer< block_type >::batch_entry:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 batch_entry (stxxl::int64 o, int b)

Public Attributes

stxxl::int64 offset
int_type ibuffer

Detailed Description

template<typename block_type>
struct stxxl::buffered_writer< block_type >::batch_entry

Definition at line 54 of file buf_writer.h.


Constructor & Destructor Documentation

template<typename block_type >
stxxl::buffered_writer< block_type >::batch_entry::batch_entry ( stxxl::int64  o,
int  b 
) [inline]

Definition at line 58 of file buf_writer.h.


Member Data Documentation

template<typename block_type >
int_type stxxl::buffered_writer< block_type >::batch_entry::ibuffer

Definition at line 57 of file buf_writer.h.


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