libsq3  2007.10.18
Public Member Functions | List of all members
refcount::no_delete_finalizer Struct Reference

A no-op "destructor" for use with rcptr. More...

#include <refcount.hpp>

Public Member Functions

template<typename T >
void operator() (T *&t)
 Assigs t to 0 without deleting t. More...
 

Detailed Description

A no-op "destructor" for use with rcptr.

Definition at line 32 of file refcount.hpp.

Member Function Documentation

template<typename T >
void refcount::no_delete_finalizer::operator() ( T *&  t)
inline

Assigs t to 0 without deleting t.

Definition at line 36 of file refcount.hpp.


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