dyaml v0.6.1 (2017-05-16T20:02:26Z)
Home
Dub
Repo
TestClass
dyaml
testconstructor
Testing custom YAML class type.
version(unittest)
class
TestClass {
int
x
;
int
y
;
int
z
;
this
(int x, int y, int z);
int
opCmp
(Object o);
string
toString
();
}
Constructors
this
this
(int x, int y, int z)
Undocumented in source.
Members
Functions
opCmp
int
opCmp
(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
x
int
x
;
y
int
y
;
z
int
z
;
Undocumented in source.
Meta
Source
See Implementation
dyaml
testconstructor
classes
TestClass
functions
constructAliasesCDumperBug
constructBinary
constructBool
constructClass
constructCustom
constructFloat
constructInt
constructMap
constructMerge
constructNull
constructOMap
constructPairs
constructSeq
constructSet
constructStr
constructStrASCII
constructStrUTF8
constructStruct
constructTimestamp
constructValue
duplicateMergeKey
floatRepresenterBug
invalidSingleQuoteBug
moreFloats
negativeFloatBug
pair
representClass
representStruct
singleDotFloatBug
testConstructor
timestampBugs
utf16be
utf16le
utf8
utf8implicit
structs
TestStruct
variables
expected
Testing custom YAML class type.