cerealed v0.6.4 (2016-02-27T09:18:40Z)
Home
Dub
Repo
DerivedClass
tests
classes
Undocumented in source.
class
DerivedClass :
BaseClass
{
ubyte
byte3
;
ubyte
byte4
;
this
();
this
(ubyte byte1, ubyte byte2, ubyte byte3, ubyte byte4);
string
toString
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(ubyte byte1, ubyte byte2, ubyte byte3, ubyte byte4)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
byte3
ubyte
byte3
;
Undocumented in source.
byte4
ubyte
byte4
;
Undocumented in source.
Inherited Members
From BaseClass
byte1
ubyte
byte1
;
Undocumented in source.
byte2
ubyte
byte2
;
Undocumented in source.
Meta
Source
See Implementation
tests
classes
classes
BaseClass
DerivedClass
functions
testClassWithStruct
testDerivedClass
testDummyClass
testSerialisationViaBaseClass