| 159 | */ |
| 160 | template<df_object T> |
| 161 | void PushDFObject(lua_State *state, T *ptr) { |
| 162 | PushDFObject(state, df::identity_traits<T>::get(), ptr); |
| 163 | } |
| 164 | |
| 165 | /** |
| 166 | * Check that the value is a wrapped DF object of the correct type, and if so return the pointer. |
no test coverage detected