VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Functions
luaObjectSerializer.h File Reference

Go to the source code of this file.

Classes

class  DtLuaObjectSerializer
 

Namespaces

 vrfLua
 

Typedefs

typedef DtAsciiSerializable *(* DtSerializableCreatorFunc )()
 
typedef luabind::object(* DtDeserializerFunc )(lua_State *state, const DtString &typeName, const DtString &serializedString)
 
typedef bool(* DtSerializerFunc )(const luabind::object &, DtString &serializedString)
 

Functions

template<typename T >
bool vrfLua::DtAsciiSerializeLua (const luabind::object &lobj, DtString &serializedString)
 This is a templated function that is used and registered to the serializer for each object we have defined in lua. More...
 
template<typename T , typename Parent >
bool vrfLua::DtAsciiSerializeLua (const luabind::object &lobj, DtString &serializedString)
 
template<typename T >
luabind::object vrfLua::DtAsciiDeserializeLua (lua_State *state, const DtString &typeName, const DtString &serializedString)
 This is a templated function that is used and registered to the (de)serializer for each object we have defined in lua. More...
 
template<typename T >
luabind::object vrfLua::DtAsciiDeserializeLuaSharedPtr (lua_State *state, const DtString &typeName, const DtString &serializedString)
 

Typedef Documentation

typedef DtAsciiSerializable*(* DtSerializableCreatorFunc)()
typedef luabind::object(* DtDeserializerFunc)(lua_State *state, const DtString &typeName, const DtString &serializedString)
typedef bool(* DtSerializerFunc)(const luabind::object &, DtString &serializedString)

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)