lua::argument_list Struct Reference

Holds all possible arguments of a Lua function's argument set. More...

#include <luapp_function.hpp>

List of all members.

Public Attributes

std::map< uint, utils::refptr
< argument > > 
lArg_
std::map< uint, utils::refptr
< argument > > 
lOptional_
uint uiRank_

Detailed Description

Holds all possible arguments of a Lua function's argument set.

Definition at line 153 of file luapp_function.hpp.


Member Data Documentation

std::map<uint, utils::refptr<argument> > lua::argument_list::lArg_

Definition at line 155 of file luapp_function.hpp.

std::map<uint, utils::refptr<argument> > lua::argument_list::lOptional_

Definition at line 156 of file luapp_function.hpp.

Definition at line 157 of file luapp_function.hpp.


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

Generated on Sun Apr 29 19:27:30 2012 for lua++ by  doxygen 1.6.1