|
libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
Go to the source code of this file.
Classes | |
| struct | jmmcg::LIBJMMCG_VER_NAMESPACE::free_ptr< T > |
| A trivial class to use global free() to deallocate the memory using an RAII-style wrapper. More... | |
| struct | jmmcg::LIBJMMCG_VER_NAMESPACE::default_delete< V > |
| struct | jmmcg::LIBJMMCG_VER_NAMESPACE::placement_dtor< V > |
| Another trivial class to make calling the dtor of an object into a functor. More... | |
| struct | jmmcg::LIBJMMCG_VER_NAMESPACE::noop_dtor< V > |
| Another trivial class to make calling the dtor of an object into a functor, but actually does nothing. More... | |
Namespaces | |
| namespace | jmmcg |
| Link with -lrt to include these functions. | |
| namespace | jmmcg::LIBJMMCG_VER_NAMESPACE |