STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::single_disk Struct Reference

Detailed Description

'Single disk' disk allocation scheme functor.

Remarks
model of allocation_strategy concept

Definition at line 196 of file block_alloc.h.

+ Collaboration diagram for stxxl::single_disk:

Public Member Functions

 single_disk (unsigned_type d, unsigned_type=0)
 
 single_disk ()
 
unsigned_type operator() (unsigned_type) const
 

Static Public Member Functions

static const char * name ()
 

Public Attributes

unsigned_type disk
 

Constructor & Destructor Documentation

stxxl::single_disk::single_disk ( unsigned_type  d,
unsigned_type  = 0 
)
inline

Definition at line 199 of file block_alloc.h.

stxxl::single_disk::single_disk ( )
inline

Definition at line 202 of file block_alloc.h.

Member Function Documentation

static const char* stxxl::single_disk::name ( )
inlinestatic

Definition at line 210 of file block_alloc.h.

unsigned_type stxxl::single_disk::operator() ( unsigned_type  ) const
inline

Definition at line 205 of file block_alloc.h.

Member Data Documentation

unsigned_type stxxl::single_disk::disk

Definition at line 198 of file block_alloc.h.


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