cbor-d v0.3.0 (2014-12-19T17:58:56Z)
Home
Dub
Repo
CborException
cbor
Thrown in a case of decoding error.
class
CborException : Exception {
this
(string message, string file, size_t line);
}
Constructors
this
this
(string message, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
cbor
classes
CborException
functions
decodeCbor
decodeCborSingle
decodeCborSingleDup
encodeCbor
encodeCborAggregate
encodeCborArray
encodeCborArrayHead
encodeCborBool
encodeCborFloat
encodeCborInt
encodeCborMap
encodeCborMapHead
encodeCborNull
encodeCborRaw
encodeCborString
structs
CborValue
templates
numEncodableMembers
Thrown in a case of decoding error.