ug4
|
#include <bindings_lua.h>
Public Member Functions | |
bool | is_const () |
bool | is_raw_ptr () |
bool | is_smart_ptr () |
Public Attributes | |
byte | type |
|
inline |
|
inline |
References ug::bridge::lua::RAW_POINTER, and type.
Referenced by ug::bridge::lua::LuaParsing< const void * >::checkAndGet(), and ug::bridge::lua::LuaParsing< void * >::checkAndGet().
|
inline |
References ug::bridge::lua::SMART_POINTER, and type.
Referenced by ug::bridge::lua::LuaParsing< const void * >::checkAndGet(), ug::bridge::lua::LuaParsing< ConstSmartPtr< void > >::checkAndGet(), ug::bridge::lua::LuaParsing< SmartPtr< void > >::checkAndGet(), and ug::bridge::lua::LuaParsing< void * >::checkAndGet().
byte ug::bridge::lua::UserDataWrapper::type |
Referenced by ug::bridge::lua::CreateNewUserData(), is_const(), is_raw_ptr(), and is_smart_ptr().