cbor-d v0.5.2 (2016-06-13T07:38:10Z)
Home
Dub
Repo
CborToken
cbor
struct
CborToken {
CborTokenType
type
;
union
__anonymous
;
this
(CborTokenType t);
this
(CborTokenType t, bool v);
this
(CborTokenType t, long v);
this
(CborTokenType t, double v);
bool
opEquals
(CborToken other);
string
toString
();
}
Constructors
this
this
(CborTokenType t)
Undocumented in source.
this
this
(CborTokenType t, bool v)
Undocumented in source.
this
this
(CborTokenType t, long v)
Undocumented in source.
this
this
(CborTokenType t, double v)
Undocumented in source.
Members
Functions
opEquals
bool
opEquals
(CborToken other)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Unions
__anonymous
union
__anonymous
Undocumented in source.
Variables
type
CborTokenType
type
;
Undocumented in source.
Meta
Source
See Implementation
cbor
classes
CborException
enums
CborTokenType
functions
assertEqual
assertHexAndClear
assertToken
assertf
decodeCbor
decodeCborSingle
decodeCborSingleDup
decodeCborToken
encodeCbor
encodeCborAggregate
encodeCborArray
encodeCborArrayHeader
encodeCborBool
encodeCborBreak
encodeCborBytes
encodeCborBytesHeader
encodeCborBytesItems
encodeCborFloat
encodeCborInt
encodeCborMap
encodeCborMapHeader
encodeCborNull
encodeCborSimple
encodeCborString
encodeCborStringHeader
encodeCborTag
encodeCborUndefined
getTokenAndReset
printBufferAndReset
printCborStream
readBytes
structs
CborToken
templates
numEncodableMembers
variables
testBuf