Cafu Engine
cf::TypeSys::VarVisitorSetFromLuaT Class Reference

This visitor is used to implement a "set()" function in Lua: It sets the value of the visited variable to the value(s) taken from the Lua stack. More...

#include "VarVisitorsLua.hpp"

Inheritance diagram for cf::TypeSys::VarVisitorSetFromLuaT:

Public Member Functions

 VarVisitorSetFromLuaT (lua_State *LuaState)
 
void visit (cf::TypeSys::VarT< float > &Var)
 
void visit (cf::TypeSys::VarT< double > &Var)
 
void visit (cf::TypeSys::VarT< int > &Var)
 
void visit (cf::TypeSys::VarT< unsigned int > &Var)
 
void visit (cf::TypeSys::VarT< uint16_t > &Var)
 
void visit (cf::TypeSys::VarT< uint8_t > &Var)
 
void visit (cf::TypeSys::VarT< bool > &Var)
 
void visit (cf::TypeSys::VarT< std::string > &Var)
 
void visit (cf::TypeSys::VarT< Vector2fT > &Var)
 
void visit (cf::TypeSys::VarT< Vector3fT > &Var)
 
void visit (cf::TypeSys::VarT< Vector3dT > &Var)
 
void visit (cf::TypeSys::VarT< BoundingBox3dT > &Var)
 
void visit (cf::TypeSys::VarArrayT< uint32_t > &Var)
 
void visit (cf::TypeSys::VarArrayT< uint16_t > &Var)
 
void visit (cf::TypeSys::VarArrayT< uint8_t > &Var)
 
void visit (cf::TypeSys::VarArrayT< std::string > &Var)
 

Detailed Description

This visitor is used to implement a "set()" function in Lua: It sets the value of the visited variable to the value(s) taken from the Lua stack.


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