cerealed v0.6.9 (2018-01-16T10:52:21Z)
Home
Dub
Repo
StructWithPreBlit
tests
structs
Undocumented in source.
struct
StructWithPreBlit {
struct
Header
;
enum
headerSize
;
Header
header
;
ubyte
ub1
;
ubyte
ub2
;
void
preBlit
(C cereal);
mixin
assertHasPreBlit
!
StructWithPreBlit
;
}
Alias This
header
Members
Functions
preBlit
void
preBlit
(C cereal)
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
headerSize
enum
headerSize
;
Undocumented in source.
Mixins
__anonymous
mixin
assertHasPreBlit
!
StructWithPreBlit
Undocumented in source.
Structs
Header
struct
Header
Undocumented in source.
Variables
header
Header
header
;
Undocumented in source.
ub1
ubyte
ub1
;
Undocumented in source.
ub2
ubyte
ub2
;
Undocumented in source.
Meta
Source
See Implementation
tests
structs
classes
CustomException
functions
testAcceptPostBlitAttrs
testAttrMember
testCerealiseMqttHeader
testCustomCereal
testDecerealiseMqttHeader
testDecodeStringStruct
testDummyStruct
testEncDecProtoHeaderStruct
testEncodeStringStruct
testEnum
testNoCereal
testPostBlit
testPreBlit
testRawArray
testReadmeCode
structs
EnumStruct
PostBlitStruct
StructWithPreBlit