| 42 | struct hxBaseType< hx::ObjectPtr<T> > { typedef T type; }; |
| 43 | |
| 44 | template<typename T> inline int ClassSizeOf() { return sizeof( typename hx::hxBaseType<T>::type ); } |
| 45 | |
| 46 | } // end namespace hx |
| 47 |
nothing calls this directly
no outgoing calls
no test coverage detected