c++-gtk-utils
Public Member Functions | List of all members
Cgu::CFree Class Reference

A deleter functor for use as the second (Dealloc) template parameter of the SharedHandle, SharedLockHandle or ScopedHandle template classes, which calls std::free. More...

#include <c++-gtk-utils/shared_handle.h>

Public Member Functions

void operator() (const void *obj)
 

Detailed Description

A deleter functor for use as the second (Dealloc) template parameter of the SharedHandle, SharedLockHandle or ScopedHandle template classes, which calls std::free.

This functor enables those classes to manage memory allocated with std::malloc(), std::calloc() and std::realloc().

Member Function Documentation

◆ operator()()

void Cgu::CFree::operator() ( const void *  obj)
inline

The documentation for this class was generated from the following file: