TPIE

2362a60
tpie.h File Reference

tpie_init and tpie_finish. More...

#include <tpie/config.h>
#include <tpie/types.h>
#include <tpie/flags.h>

Go to the source code of this file.

Namespaces

 tpie
 pipelining/factory_base.h Base class of pipelining factories
 

Enumerations

enum  tpie::subsystem {
  tpie::MEMORY_MANAGER =1, tpie::DEFAULT_LOGGING =2, tpie::PROGRESS =4, tpie::PRIMEDB =8,
  tpie::JOB_MANAGER =16, tpie::CAPTURE_FRACTIONS =32, tpie::STREAMS =64, tpie::HASH =128,
  tpie::TEMPFILE =256, tpie::FILE_MANAGER =512, tpie::ALL =MEMORY_MANAGER | DEFAULT_LOGGING | PROGRESS | PRIMEDB | JOB_MANAGER | STREAMS | HASH | TEMPFILE | FILE_MANAGER
}
 Subsystems of TPIE. More...
 

Functions

void tpie::tpie_init (flags< subsystem > subsystems=ALL)
 Initialize the given subsystems of TPIE. More...
 
void tpie::tpie_finish (flags< subsystem > subsystems=ALL)
 Deinitialize the given subsystems of TPIE. More...
 
memory_size_type tpie::get_block_size ()
 Get the TPIE block size. More...
 
void tpie::set_block_size (memory_size_type block_size)
 Set the TPIE block size. More...
 

Detailed Description

tpie_init and tpie_finish.

Definition in file tpie.h.