libjmmcg  build_2783
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::NTUtils::LocalFreeDeallocator< T > Struct Template Reference

#include <LocalFreeDeallocator.hpp>

Inherits deallocator< T >.

Public Member Functions

__stdcall LocalFreeDeallocator (void)
 
__stdcall ~LocalFreeDeallocator (void)
 
void __fastcall operator() (T *t) const
 

Detailed Description

template<class T>
struct jmmcg::NTUtils::LocalFreeDeallocator< T >

Definition at line 59 of file LocalFreeDeallocator.hpp.

Constructor & Destructor Documentation

◆ LocalFreeDeallocator()

template<class T >
__stdcall jmmcg::NTUtils::LocalFreeDeallocator< T >::LocalFreeDeallocator ( void  )
inline

Definition at line 77 of file LocalFreeDeallocator.hpp.

◆ ~LocalFreeDeallocator()

template<class T >
__stdcall jmmcg::NTUtils::LocalFreeDeallocator< T >::~LocalFreeDeallocator ( void  )
inline

Definition at line 80 of file LocalFreeDeallocator.hpp.

Member Function Documentation

◆ operator()()

template<class T >
void __fastcall jmmcg::NTUtils::LocalFreeDeallocator< T >::operator() ( T *  t) const
inline

Definition at line 83 of file LocalFreeDeallocator.hpp.


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