#include "EkCompiler.h"
#include "EkBool.h"
#include "EkTemplate.h"
#include <assert.h>
Include dependency graph for EkCompSmartPtr.h:
Value:
EK_EXTERN_CLASS_TMPL(EkConstCompSmartPtr,T); \ EK_EXTERN_CLASS_TMPL(EkCompSmartPtr,T); \ typedef EkConstCompSmartPtr< T > Const##T##Ptr; \ typedef EkCompSmartPtr< T > T##Ptr
EK_IMPL_CLASS_TMPL(EkConstCompSmartPtr,T); \ EK_IMPL_CLASS_TMPL(EkCompSmartPtr,T)
[inline]