painlessjson v1.4.0 (2019-07-12T06:55:59Z)
Home
Dub
Repo
PointC
painlessjson
unittesttypes
class
PointC {
double
x
;
double
y
;
this
();
this
(double x_, double y_);
string
foo
();
}
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.
Variables
x
double
x
;
y
double
y
;
Undocumented in source.
Meta
Source
See Implementation
painlessjson
unittesttypes
classes
IdAndName
PointC
PointDefaultFromJSON
PointPrivate
structs
CamelCaseConversion
Point
PointPrivateProperty
PointSerializationIgnore
PointSerializationName
PointUseConstructor
SimpleStruct
StructWithStructAndAA