Thrill  0.1

Detailed Description

'Single disk' parallel disk block allocation scheme functor.

Remarks
model of allocation_strategy concept

Definition at line 196 of file block_alloc_strategy.hpp.

#include <block_alloc_strategy.hpp>

Public Member Functions

 single_disk (size_t disk=0, size_t=0)
 
size_t operator() (size_t) const
 

Static Public Member Functions

static const char * name ()
 

Public Attributes

size_t disk_
 

Constructor & Destructor Documentation

◆ single_disk()

single_disk ( size_t  disk = 0,
size_t  = 0 
)
inlineexplicit

Definition at line 200 of file block_alloc_strategy.hpp.

Member Function Documentation

◆ name()

static const char* name ( )
inlinestatic

Definition at line 207 of file block_alloc_strategy.hpp.

◆ operator()()

size_t operator() ( size_t  ) const
inline

Definition at line 202 of file block_alloc_strategy.hpp.

Member Data Documentation

◆ disk_

size_t disk_

Definition at line 198 of file block_alloc_strategy.hpp.


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