|
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
EkSmartPtr.h File Reference#include "EkTemplate.h"
#include <assert.h>
#include "EkCompiler.h"
#include "EkBool.h"
Include dependency graph for EkSmartPtr.h:
This graph shows which files directly or indirectly include this file:
Define Documentation
#define EK_DEFINE_SMARTPTR |
( |
T |
|
) |
|
|
#define EK_IMPL_SMARTPTR |
( |
T |
|
) |
|
|
Function Documentation
template<class obj> |
bool operator!= |
( |
const obj * |
optr, |
|
|
const EkConstSmartPtr< obj > & |
sp |
|
) |
[inline] |
|
template<class obj> |
bool operator< |
( |
const obj * |
optr, |
|
|
const EkConstSmartPtr< obj > & |
sp |
|
) |
[inline] |
|
template<class obj> |
bool operator== |
( |
const obj * |
optr, |
|
|
const EkConstSmartPtr< obj > & |
sp |
|
) |
[inline] |
|
|