|
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
EkCompSmartPtr.h File Reference#include "EkCompiler.h"
#include "EkBool.h"
#include "EkTemplate.h"
#include <assert.h>
Include dependency graph for EkCompSmartPtr.h:
Define Documentation
#define EK_COMP_SMART_PTR_H
|
|
#define EK_DEFINE_SMARTPTR |
( |
T |
|
) |
|
|
#define EK_IMPL_SMARTPTR |
( |
T |
|
) |
|
|
Function Documentation
template<class obj> |
bool operator!= |
( |
const obj * |
optr, |
|
|
const EkConstCompSmartPtr< obj > & |
sp |
|
) |
[inline] |
|
template<class obj> |
bool operator< |
( |
const obj * |
optr, |
|
|
const EkConstCompSmartPtr< obj > & |
sp |
|
) |
[inline] |
|
template<class obj> |
bool operator== |
( |
const obj * |
optr, |
|
|
const EkConstCompSmartPtr< obj > & |
sp |
|
) |
[inline] |
|
|