|
| template<typename T > |
| void | tpie::unused (const T &x) |
| | Declare that a variable is unused on purpose. More...
|
| |
| template<typename T , typename C > |
| void | tpie::pop_and_push_heap (T a, T b, C lt) |
| | Restore heap invariants after the first element has been replaced by some other element. More...
|
| |
| template<typename T > |
| void | tpie::pop_and_push_heap (T a, T b) |
| | Restore heap invariants after the first element has been replaced by some other element. More...
|
| |
| TPIE_EXPORT void | tpie::atomic_rename (const std::string &src, const std::string &dst) |
| | atomicly rename a src to dst More...
|
| |
| TPIE_EXPORT std::string | tpie::pretty_print_size (stream_size_type size) |
| | pretty print a size More...
|
| |
| template<typename T > |
| void | tpie::free_structure_memory (T &v) |
| | Free the memory assosiated with a stl or tpie structure by swapping it with a default constructed structure of the same type. More...
|
| |
Miscellaneous utility functions
Definition in file util.h.