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

Detailed Description

Fully randomized disk allocation scheme functor.

Remarks
model of allocation_strategy concept

Definition at line 67 of file block_alloc.h.

+ Inheritance diagram for stxxl::FR:
+ Collaboration diagram for stxxl::FR:

Public Member Functions

 FR (unsigned_type b, unsigned_type e)
 
 FR ()
 
unsigned_type operator() (unsigned_type) const
 
- Public Member Functions inherited from stxxl::striping
 striping (unsigned_type b, unsigned_type e)
 
 striping ()
 
unsigned_type operator() (unsigned_type i) const
 

Static Public Member Functions

static const char * name ()
 
- Static Public Member Functions inherited from stxxl::striping
static const char * name ()
 

Private Types

typedef random_number
< random_uniform_fast
rnd_type
 

Private Attributes

rnd_type rnd
 

Additional Inherited Members

- Public Attributes inherited from stxxl::striping
unsigned_type begin
 
unsigned_type diff
 

Member Typedef Documentation

Definition at line 70 of file block_alloc.h.

Constructor & Destructor Documentation

stxxl::FR::FR ( unsigned_type  b,
unsigned_type  e 
)
inline

Definition at line 74 of file block_alloc.h.

stxxl::FR::FR ( )
inline

Definition at line 77 of file block_alloc.h.

Member Function Documentation

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

Definition at line 85 of file block_alloc.h.

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

Definition at line 80 of file block_alloc.h.

Member Data Documentation

rnd_type stxxl::FR::rnd
private

Definition at line 71 of file block_alloc.h.


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