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