Home
last modified time | relevance | path

Searched defs:pointer_converter (Results 1 – 3 of 3) sorted by relevance

/dports/devel/luabind/luabind-0.9.1/luabind/detail/
H A Dpolicy.hpp200 struct pointer_converter struct
202 typedef pointer_converter type;
203 typedef mpl::false_ is_native;
205 pointer_converter() in pointer_converter() function
209 void* result;
211 int const consumed_args(...) in consumed_args()
217 void apply(lua_State* L, T* ptr) in apply()
232 T* apply(lua_State*, by_pointer<T>, int) in apply()
238 int match(lua_State* L, by_pointer<T>, int index) in match()
253 void converter_postcall(lua_State*, by_pointer<T>, int) in converter_postcall()
/dports/games/allacrost/allacrost-1.0.2/src/luabind/luabind/detail/
H A Dpolicy.hpp200 struct pointer_converter struct
202 typedef pointer_converter type;
203 typedef mpl::false_ is_native;
205 pointer_converter() in pointer_converter() function
209 void* result;
211 int const consumed_args(...) in consumed_args()
217 void apply(lua_State* L, T* ptr) in apply()
232 T* apply(lua_State*, by_pointer<T>, int) in apply()
238 int match(lua_State* L, by_pointer<T>, int index) in match()
253 void converter_postcall(lua_State*, by_pointer<T>, int) in converter_postcall()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/luabind/luabind/detail/
H A Dpolicy.hpp219 struct pointer_converter struct
221 typedef pointer_converter type;
222 typedef mpl::false_ is_native;
224 pointer_converter() in pointer_converter() function
228 void* result;
230 int consumed_args() const in consumed_args()
236 void apply(lua_State* L, T* ptr) in apply()
251 T* apply(lua_State*, by_pointer<T>, int) in apply()
257 int match(lua_State* L, by_pointer<T>, int index) in match()
272 void converter_postcall(lua_State*, by_pointer<T>, int) in converter_postcall()