Home
last modified time | relevance | path

Searched refs:GetPointer (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/fslow/
Dfslow_SafeHandle.h318 void* GetPointer() const { return m_pEntry ? m_pEntry->GetObject() : 0; } in GetPointer() function
335 operator bool() const { return GetPointer() != 0; }
336 bool operator!() const { return GetPointer() == 0; }
409 … TObject* GetPointer() { return static_cast<TObject*>(SafeHandleTable::Accessor::GetPointer()); } in GetPointer() function
411 TObject* operator->() { return GetPointer(); }
412 TObject& operator*() { return *GetPointer(); }