autowrap v0.4.4 (2019-08-22T08:50:35Z)
Dub
Repo
s1
csharp
library
Undocumented in source.
struct
s1 {
float
value
;
s2
nestedStruct
;
float
getValue
();
void
setNestedStruct
(s2 nested);
}
Members
Functions
getValue
float
getValue
()
Undocumented in source. Be warned that the author may not have intended to support it.
setNestedStruct
void
setNestedStruct
(s2 nested)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
nestedStruct
s2
nestedStruct
;
Undocumented in source.
value
float
value
;
Undocumented in source.
Meta
Source
See Implementation
csharp
library
classes
c1
functions
arrayFunction
classRangeFunction
freeFunction
stringFunction
testErrorMessage
structs
s1
s2