scim  1.4.18
scim::Pointer< T > Class Template Reference

Smart pointer template class. More...

#include <scim_pointer.h>

Friends

template<typename T1 , typename T2 >
bool operator== (const Pointer< T1 > &t1, const Pointer< T2 > &t2)
 

Detailed Description

template<typename T>
class scim::Pointer< T >

Smart pointer template class.

Pointer is a standard auto_ptr-like smart pointer for managing heap allocated reference counted objects. T must be a class derived from scim::ReferencedObject.

Friends And Related Function Documentation

◆ operator==

template<typename T >
template<typename T1 , typename T2 >
bool operator== ( const Pointer< T1 > &  t1,
const Pointer< T2 > &  t2 
)
friend

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