Home | History | Annotate | Download | only in fxcrt

Lines Matching refs:m_pObj

1394     CFX_SmartPointer(T *pObj) : m_pObj(pObj) {}
1397 m_pObj->Release();
1401 return m_pObj;
1405 return *m_pObj;
1409 return m_pObj;
1412 T *m_pObj;