Cafu Engine
VarVisitorUpdatePropT Class Reference

This visitor updates the value of the given property Prop to the value of the visited variable. More...

#include "VarVisitors.hpp"

Inheritance diagram for VarVisitorUpdatePropT:

Public Member Functions

 VarVisitorUpdatePropT (wxPGProperty &Prop)
 
void visit (const cf::TypeSys::VarT< float > &Var)
 
void visit (const cf::TypeSys::VarT< double > &Var)
 
void visit (const cf::TypeSys::VarT< int > &Var)
 
void visit (const cf::TypeSys::VarT< unsigned int > &Var)
 
void visit (const cf::TypeSys::VarT< uint16_t > &Var)
 
void visit (const cf::TypeSys::VarT< uint8_t > &Var)
 
void visit (const cf::TypeSys::VarT< bool > &Var)
 
void visit (const cf::TypeSys::VarT< std::string > &Var)
 
void visit (const cf::TypeSys::VarT< Vector2fT > &Var)
 
void visit (const cf::TypeSys::VarT< Vector3fT > &Var)
 
void visit (const cf::TypeSys::VarT< Vector3dT > &Var)
 
void visit (const cf::TypeSys::VarT< BoundingBox3dT > &Var)
 
void visit (const cf::TypeSys::VarArrayT< uint32_t > &Var)
 
void visit (const cf::TypeSys::VarArrayT< uint16_t > &Var)
 
void visit (const cf::TypeSys::VarArrayT< uint8_t > &Var)
 
void visit (const cf::TypeSys::VarArrayT< std::string > &Var)
 

Detailed Description

This visitor updates the value of the given property Prop to the value of the visited variable.


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