VR-Forces 5.0.1 Developer's Guide
 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, DtLocalObject *)
 
typedef bool(* DtSerializerFunc )(const luabind::object &, DtString &serializedString)
 

Functions

template<typename T >
bool vrfLua::DtAsciiSerializeLua (const luabind::object &lobj, DtString &serializedString)
 
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, DtLocalObject *owner)
 
template<typename T >
luabind::object vrfLua::DtAsciiDeserializeLuaSharedPtr (lua_State *state, const DtString &typeName, const DtString &serializedString, DtLocalObject *owner)
 

Typedef Documentation

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

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)