libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
deleter.hpp File Reference
#include "blatant_old_msvc_compiler_hacks.hpp"
#include <functional>
#include <stdlib.h>
Include dependency graph for deleter.hpp:
This graph shows which files directly or indirectly include this file:

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