#include <g3d_ResCommon.h>
Public Member Functions | |
| void * | to_ptr () |
| const void * | to_ptr () const |
| template<typename T> | |
| T * | to_ptr () |
| template<typename T> | |
| const T * | to_ptr () const |
| BinPtr & | set_ptr (void *ptr) |
Public Attributes | |
| union { | |
| u32 addr | |
| void * ptr | |
| }; | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| u32 nw::g3d::res::BinPtr::addr |
| void* nw::g3d::res::BinPtr::ptr |
| union { ... } nw::g3d::res::BinPtr |