#include <sglDataPtr.hpp>
Inheritance diagram for sglFreeableDataPtr::
Public Methods | |
sglFreeableDataPtr (void *ptr) | |
virtual | ~sglFreeableDataPtr () |
virtual void* | getData () const |
Definition at line 115 of file sglDataPtr.hpp.
|
Constructor. Definition at line 119 of file sglDataPtr.hpp. |
|
Destructor. Definition at line 122 of file sglDataPtr.hpp. |
|
Get the data pointer.
Reimplemented from sglDataPtr. Definition at line 125 of file sglDataPtr.hpp. |