#include <util_classes.h>
_share_pointer_t< T >::_share_pointer_t | ( | ) | [inline] |
_share_pointer_t< T >::~_share_pointer_t | ( | ) | [inline] |
void _share_pointer_t< T >::SetPointer | ( | T | p, | |
bool | bOwnPointer | |||
) | [inline] |
Referenced by _share_pointer_t< CDictionary * >::FreePointer(), CGraphmatFile::LoadDicts(), and CGraphanDicts::SetOborDic().
void _share_pointer_t< T >::FreePointer | ( | ) | [inline] |
Referenced by CGraphanDicts::FreeData(), _share_pointer_t< CDictionary * >::~_share_pointer_t(), and CGraphanDicts::~CGraphanDicts().
T _share_pointer_t< T >::m_Pointer |
bool _share_pointer_t< T >::m_bOwnPointer |