VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Typedefs | Functions
readerWriterSetter.h File Reference

Go to the source code of this file.

Namespaces

 DtReaderWriterSetter
 

Typedefs

typedef bool(* DtReaderWriterSetter::luaToRwFnc )(const DtString &rwName, luabind::object const &inObj, DtReaderWriter *outRw)
 
typedef bool(* DtReaderWriterSetter::rwToLuaFnc )(lua_State *L, const DtString &rwName, const DtReaderWriter *inRw, luabind::object &outObj)
 
typedef DtReaderWriter *(* DtReaderWriterSetter::luaToRwCreatorFnc )(const DtString &rwName, luabind::object const &inObj, DtReaderWriter *parent)
 
typedef std::map< DtString,
luaToRwFnc > 
DtReaderWriterSetter::DtRwFromLuaFcnMap
 
typedef std::map< DtString,
rwToLuaFnc > 
DtReaderWriterSetter::DtLuaFromRwFcnMap
 

Functions

DT_DLL_vrfLua bool DtReaderWriterSetter::setPropertyFromLua (const luabind::object &inObj, DtReaderWriter *outRw)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setLuaFromRw (lua_State *L, const DtReaderWriter *inRw, luabind::object &outObj)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setRwFromLua (const luabind::object &inObj, DtReaderWriter *outRw)
 
DT_DLL_vrfLua DtRwFromLuaFcnMap & DtReaderWriterSetter::rwFromLuaFcnMap ()
 
DT_DLL_vrfLua DtLuaFromRwFcnMap & DtReaderWriterSetter::luaFromRwFcnMap ()
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setStringRwFromLua (const DtString &rwName, luabind::object const &inObj, DtReaderWriter *outRw)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setUUIDRwFromLua (const DtString &rwName, luabind::object const &inObj, DtReaderWriter *outRw)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setEntityTypeFromLua (const DtString &rwName, luabind::object const &inObj, DtReaderWriter *outRw)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setResourceTypeFromLua (const DtString &rwName, luabind::object const &inObj, DtReaderWriter *outRw)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setObjectTypeFromLua (const DtString &rwName, luabind::object const &inObj, DtReaderWriter *outRw)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setLocVectorRwFromLua (const DtString &rwName, luabind::object const &inObj, DtReaderWriter *outRw)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setOffsetVectorRwFromLua (const DtString &rwName, luabind::object const &inObj, DtReaderWriter *outRw)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setVerticesFromLua (const DtString &rwName, luabind::object const &inObj, DtReaderWriter *outRw)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setOffsetVerticesFromLua (const DtString &rwName, luabind::object const &inObj, DtReaderWriter *outRw)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setIntRwFromLua (const DtString &rwName, luabind::object const &inObj, DtReaderWriter *outRw)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setForceRwFromLua (const DtString &rwName, luabind::object const &inObj, DtReaderWriter *outRw)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setDoubleRwFromLua (const DtString &rwName, luabind::object const &inObj, DtReaderWriter *outRw)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setBoolRwFromLua (const DtString &rwName, luabind::object const &inObj, DtReaderWriter *outRw)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setStructRwFromLua (const DtString &rwName, luabind::object const &inObj, DtReaderWriter *outRw)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setListRwFromLua (const DtString &rwName, luabind::object const &inObj, DtReaderWriter *outRw)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setStringLuaFromRw (lua_State *L, const DtString &rwName, const DtReaderWriter *inRw, luabind::object &outObj)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setEntityTypeLuaFromRw (lua_State *L, const DtString &rwName, const DtReaderWriter *inRw, luabind::object &outObj)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setObjectTypeLuaFromRw (lua_State *L, const DtString &rwName, const DtReaderWriter *inRw, luabind::object &outObj)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setSimObjectLuaFromRw (lua_State *L, const DtString &rwName, const DtReaderWriter *inRw, luabind::object &outObj)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setLocationLuaFromRw (lua_State *L, const DtString &rwName, const DtReaderWriter *inRw, luabind::object &outObj)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setOffsetVectorLuaFromRw (lua_State *L, const DtString &rwName, const DtReaderWriter *inRw, luabind::object &outObj)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setVerticesLuaFromRw (lua_State *L, const DtString &rwName, const DtReaderWriter *inRw, luabind::object &outObj)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setOffsetVerticesLuaFromRw (lua_State *L, const DtString &rwName, const DtReaderWriter *inRw, luabind::object &outObj)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setIntLuaFromRw (lua_State *L, const DtString &rwName, const DtReaderWriter *inRw, luabind::object &outObj)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setDoubleLuaFromRw (lua_State *L, const DtString &rwName, const DtReaderWriter *inRw, luabind::object &outObj)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setBoolLuaFromRw (lua_State *L, const DtString &rwName, const DtReaderWriter *inRw, luabind::object &outObj)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setStructLuaFromRw (lua_State *L, const DtString &rwName, const DtReaderWriter *inRw, luabind::object &outObj)
 
DT_DLL_vrfLua bool DtReaderWriterSetter::setListLuaFromRw (lua_State *L, const DtString &rwName, const DtReaderWriter *inRw, luabind::object &outObj)
 

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)