Pioneer
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
LuaEvent::Args< T0, T1 > Class Template Reference

#include <LuaEvent.h>

Inheritance diagram for LuaEvent::Args< T0, T1 >:
Inheritance graph
[legend]
Collaboration diagram for LuaEvent::Args< T0, T1 >:
Collaboration graph
[legend]

Public Member Functions

 Args (T0 _arg0, T1 _arg1)
 
virtual ~Args ()
 
void PrepareStack (lua_State *l) const
 
- Public Member Functions inherited from LuaEvent::ArgsBase
virtual ~ArgsBase ()
 
virtual void PrepareStack (lua_State *l) const =0
 

Public Attributes

T0 arg0
 
T1 arg1
 

Constructor & Destructor Documentation

◆ Args()

template<typename T0 , typename T1 >
LuaEvent::Args< T0, T1 >::Args ( T0  _arg0,
T1  _arg1 
)
inline

◆ ~Args()

template<typename T0 , typename T1 >
virtual LuaEvent::Args< T0, T1 >::~Args ( )
inlinevirtual

Member Function Documentation

◆ PrepareStack()

template<typename T0 , typename T1 >
void LuaEvent::Args< T0, T1 >::PrepareStack ( lua_State *  l) const
inlinevirtual

Implements LuaEvent::ArgsBase.

Member Data Documentation

◆ arg0

template<typename T0 , typename T1 >
T0 LuaEvent::Args< T0, T1 >::arg0

◆ arg1

template<typename T0 , typename T1 >
T1 LuaEvent::Args< T0, T1 >::arg1

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