Phasor  01.00.10.059
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Lua::UnhandledObject Class Reference

#include <Lua.h>

+ Inheritance diagram for Lua::UnhandledObject:

Public Member Functions

 UnhandledObject (State &state, int ref, LuaType actual_type)
 
 ~UnhandledObject ()
 
virtual void push (State &state)
 
- Public Member Functions inherited from Lua::LuaObject
 LuaObject ()
 
 LuaObject (bool value)
 
 LuaObject (double value)
 
 LuaObject (const std::string &value)
 
 LuaObject (const char *value)
 
 LuaObject (int index, bool)
 
 LuaObject (std::unique_ptr< MObjTable > table)
 
virtual ~LuaObject ()
 
LuaType get_type ()
 
std::unique_ptr< MObjectrelease_object ()
 

Additional Inherited Members

- Protected Member Functions inherited from Lua::LuaObject
 LuaObject (LuaType type)
 
- Protected Attributes inherited from Lua::LuaObject
LuaType type
 

Constructor & Destructor Documentation

Lua::UnhandledObject::UnhandledObject ( State state,
int  ref,
LuaType  actual_type 
)
explicit
Lua::UnhandledObject::~UnhandledObject ( )

Member Function Documentation

void Lua::UnhandledObject::push ( State state)
virtual

Reimplemented from Lua::LuaObject.


The documentation for this class was generated from the following files: