tpie_init and tpie_finish. More...
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... | |
tpie_init and tpie_finish.
Definition in file tpie.h.