Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::Memory::SmartPointers::SharedPtr< T > Class Template Reference

Classes

struct  SharedPtrRefCounter
 

Public Member Functions

 SharedPtr (T *ptr, std::function< void(void *)> deleteFn)
 
 SharedPtr (const SharedPtr &obj)
 
SharedPtroperator= (const SharedPtr &obj)
 
T * operator-> ()
 
T & operator* ()
 
const T * operator-> () const
 
const T & operator* () const
 

The documentation for this class was generated from the following file: