TPIE

v1.1rc1-6-g0c97303
tpie.h File Reference

tpie_init and tpie_finish. More...

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

Go to the source code of this file.

Namespaces

 tpie
 TPIE's namespace.
 

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::ALL =MEMORY_MANAGER | DEFAULT_LOGGING | PROGRESS | PRIMEDB | JOB_MANAGER
}
 Subsystems of TPIE. More...
 

Functions

void tpie::tpie_init (int subsystems=ALL)
 Initialize the given subsystems of TPIE. More...
 
void tpie::tpie_finish (int 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.