ALBA
Classes | Functions
albaSmartPointer.h File Reference
#include "albaConfigure.h"
#include "albaBase.h"
Include dependency graph for albaSmartPointer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  albaAutoPointer< T >
 
class  albaSmartPointer< T >
 

Functions

template<class T >
bool operator== (const albaAutoPointer< T > &l, const albaAutoPointer< T > &r)
 
template<class T >
bool operator== (albaReferenceCounted *l, const albaAutoPointer< T > &r)
 
template<class T >
bool operator== (const albaAutoPointer< T > &l, albaReferenceCounted *r)
 

Function Documentation

◆ operator==() [1/3]

template<class T >
bool operator== ( const albaAutoPointer< T > &  l,
const albaAutoPointer< T > &  r 
)
inline

Definition at line 131 of file albaSmartPointer.h.

◆ operator==() [2/3]

template<class T >
bool operator== ( albaReferenceCounted l,
const albaAutoPointer< T > &  r 
)
inline

Definition at line 137 of file albaSmartPointer.h.

◆ operator==() [3/3]

template<class T >
bool operator== ( const albaAutoPointer< T > &  l,
albaReferenceCounted r 
)
inline

Definition at line 143 of file albaSmartPointer.h.