cfref< RefType > Class Template Reference

#include <sbIPDMarshall.h>

Public Member Functions

 cfref ()
 
 cfref (RefType ref)
 
 ~cfref ()
 
RefType operator= (RefType ref)
 
 operator RefType ()
 
 operator int ()
 

Detailed Description

template<class RefType>
class cfref< RefType >

This class wraps Mac OS/X core foundation references, providing auto-release support.

Definition at line 101 of file sbIPDMarshall.h.

Constructor & Destructor Documentation

template<class RefType>
cfref< RefType >::cfref ( )
inline

Definition at line 104 of file sbIPDMarshall.h.

template<class RefType>
cfref< RefType >::cfref ( RefType  ref)
inline

Definition at line 105 of file sbIPDMarshall.h.

template<class RefType>
cfref< RefType >::~cfref ( )
inline

Definition at line 106 of file sbIPDMarshall.h.

Member Function Documentation

template<class RefType>
cfref< RefType >::operator int ( )
inline

Definition at line 116 of file sbIPDMarshall.h.

template<class RefType>
cfref< RefType >::operator RefType ( )
inline

Definition at line 115 of file sbIPDMarshall.h.

template<class RefType>
RefType cfref< RefType >::operator= ( RefType  ref)
inline

Definition at line 108 of file sbIPDMarshall.h.


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