dstep v0.2.1 (2016-01-16T16:11:31Z)
Home
Dub
Repo
StructData
dstep
translator
Output
Undocumented in source.
class
StructData {
string
name
;
string
[]
instanceVariables
;
bool
isFwdDeclaration
;
string
data
[@property getter];
string
type
[@property getter];
void
addDeclarations
(String context, string[] declarations);
}
Members
Functions
addDeclarations
void
addDeclarations
(String context, string[] declarations)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
data
string
data
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
string
type
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
instanceVariables
string
[]
instanceVariables
;
Undocumented in source.
isFwdDeclaration
bool
isFwdDeclaration
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
dstep
translator
Output
classes
ClassData
ClassExtensionData
EnumData
InterfaceData
Output
String
StructData
UnionData
structs
NewLine
variables
nl
output