sbin v0.1.0 (2019-05-13T21:19:55Z)
Dub
Repo
SBinDeserializeEmptyRangeException
sbin
class
SBinDeserializeEmptyRangeException :
SBinDeserializeException
{
string
mainType
;
string
fieldName
;
string
fieldType
;
size_t
readed
;
size_t
expected
;
size_t
fullReaded
;
this
(string mainType, string fieldName, string fieldType, size_t readed, size_t expected, size_t fullReaded);
}
Constructors
this
this
(string mainType, string fieldName, string fieldType, size_t readed, size_t expected, size_t fullReaded)
expected
size_t
expected
;
fieldName
string
fieldName
;
fieldType
string
fieldType
;
fullReaded
size_t
fullReaded
;
Members
Variables
mainType
string
mainType
;
readed
size_t
readed
;
Meta
Source
See Implementation
sbin
aliases
length_t
classes
SBinDeserializeEmptyRangeException
SBinDeserializeException
SBinException
functions
sbinDeserialize
sbinSerialize