libmoldeo (Moldeo 1.0 Core)  1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
moLuna< T >::PropertyType Struct Reference

LunaFourCode. More...

#include <moLuna.h>

Public Attributes

const char * name
 
int(T::* getter )(lua_State *)
 
int(T::* setter )(lua_State *)
 

Detailed Description

template<typename T>
struct moLuna< T >::PropertyType

LunaFourCode.

Definition at line 76 of file moLuna.h.

Member Data Documentation

template<typename T>
int(T::* moLuna< T >::PropertyType::getter)(lua_State *)

Definition at line 78 of file moLuna.h.

template<typename T>
const char* moLuna< T >::PropertyType::name

Definition at line 77 of file moLuna.h.

template<typename T>
int(T::* moLuna< T >::PropertyType::setter)(lua_State *)

Definition at line 79 of file moLuna.h.


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