dyaml v0.8.3 (2020-09-19T21:46:57Z)
Home
Dub
Repo
TestClass
dyaml
test
constructor
Testing custom YAML class type.
version(unittest)
class
TestClass {
int
x
;
int
y
;
int
z
;
this
(int x, int y, int z);
Node
opCast
();
}
Constructors
this
this
(int x, int y, int z)
Undocumented in source.
Members
Functions
opCast
Node
opCast
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
x
int
x
;
Undocumented in source.
y
int
y
;
Undocumented in source.
z
int
z
;
Undocumented in source.
Meta
Source
See Implementation
dyaml
test
constructor
classes
TestClass
functions
constructAliasesCDumperBug
constructBinary
constructBool
constructCustom
constructFloat
constructInt
constructMap
constructMerge
constructNull
constructOMap
constructPairs
constructSeq
constructSet
constructStr
constructStrASCII
constructStrUTF8
constructTimestamp
constructValue
duplicateMergeKey
floatRepresenterBug
invalidSingleQuoteBug
moreFloats
negativeFloatBug
pair
singleDotFloatBug
testConstructor
timestampBugs
utf16be
utf16le
utf8
utf8implicit
structs
TestStruct
variables
expected
Testing custom YAML class type.