luad ~master (2016-02-18T19:12:01Z)
Home
Dub
Repo
S
luad
conversions
structs
Undocumented in source.
version(unittest)
struct
S {
LuaObject
o
;
int
i
;
double
n
;
string
s
;
string
f
();
}
Members
Functions
f
string
f
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
i
int
i
;
Undocumented in source.
n
double
n
;
Undocumented in source.
o
LuaObject
o
;
Undocumented in source.
s
string
s
;
Undocumented in source.
Meta
Source
See Implementation
luad
conversions
structs
functions
fillStruct
getStruct
pushStruct
structs
S