| 107 | hx::ObjectPtr<hx::Object>(inObjectPtr.mPtr) { } |
| 108 | |
| 109 | Dynamic Default(const Dynamic &inDef) { return mPtr ? *this : inDef; } |
| 110 | |
| 111 | template<typename RETURN_> |
| 112 | RETURN_ Cast() const { return RETURN_(*this); } |
nothing calls this directly
no outgoing calls
no test coverage detected