cerealed v0.6.9 (2018-01-16T10:52:21Z)
Home
Dub
Repo
PostBlitStruct
tests
structs
Undocumented in source.
struct
PostBlitStruct {
ubyte
foo
;
@
NoCereal
ubyte
bar
;
ubyte
baz
;
void
postBlit
(Cereal cereal);
}
Members
Functions
postBlit
void
postBlit
(Cereal cereal)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
bar
ubyte
bar
;
Undocumented in source.
baz
ubyte
baz
;
Undocumented in source.
foo
ubyte
foo
;
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