painlessjson v1.4.0 (2019-07-12T06:55:59Z)
Home
Dub
Repo
PointUseConstructor
painlessjson
unittesttypes
struct
PointUseConstructor {
this
();
double
x
;
this
(double x, double y);
string
foo
();
static
string
bar
();
double
y
[@property getter];
}
Constructors
this
this
()
Undocumented in source.
this
this
(double x, double y)
Undocumented in source.
Members
Functions
foo
string
foo
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
y
double
y
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
bar
string
bar
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
x
double
x
;
Meta
Source
See Implementation
painlessjson
unittesttypes
classes
IdAndName
PointC
PointDefaultFromJSON
PointPrivate
structs
CamelCaseConversion
Point
PointPrivateProperty
PointSerializationIgnore
PointSerializationName
PointUseConstructor
SimpleStruct
StructWithStructAndAA