dproto v2.1.0 (2016-09-08T00:43:15Z)
Home
Dub
Repo
readProto
dproto
serialize
Decode a series of bytes into a value
BuffType
!
T
readProto
(R src)
BuffType
!
T
readProto
(
string
T
R
)
(
auto
ref
R
src
)
if
(
isProtoInputRange
!
R
&&
T.msgType
== "int32".
msgType
)
BuffType
!
T
readProto
(R src)
BuffType
!
T
readProto
(R src)
Parameters
src
R
The data stream
Return Value
Type:
BuffType
!
T
The decoded value
Meta
Source
See Implementation
dproto
serialize
enums
isProtoInputRange
isProtoOutputRange
functions
defaultDecode
fromVarint
fromZigZag
isBuiltinType
msgNum
msgType
readProto
readVarint
toVarint
toZigZag
wireType
writeProto
manifest constants
ENUM_SERIALIZATION
PACKED_MSG_TYPE
structs
CntRange
templates
BuffType
PossiblyNullable
SpecifiedDefaultValue
UnspecifiedDefaultValue
Decode a series of bytes into a value