vibe-mqtt ~master (2021-01-11T08:51:05Z)
Dub
Repo
Deserializer
mqttd
serialization
Undocumented in source.
@
safe
struct
Deserializer (
R
)
if
(
canDeserializeFrom
!(
R
)
) {
this
(R input);
ubyte
front
[@property getter];
bool
empty
[@property getter];
void
popFront
();
T
deserialize
();
T
read
();
}
Constructors
this
this
(R input)
Undocumented in source.
Members
Functions
deserialize
T
deserialize
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
read
T
read
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
ubyte
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
mqttd
serialization
functions
deserializer
itemLength
serialize
serializer
validate
mixin templates
processMembersTemplate
structs
Deserializer
Serializer
templates
deserialize