cbor-d v0.3.0 (2014-12-19T17:58:56Z)
Home
Dub
Repo
CborValue.Via
cbor
CborValue
Undocumented in source.
struct
CborValue
static
union
Via {
bool
boolean
;
long
integer
;
ulong
uinteger
;
double
floating
;
CborValue
[]
array
;
CborValue
[
CborValue
]
map
;
ubyte
[]
raw
;
string
text
;
}
Members
Variables
array
CborValue
[]
array
;
Undocumented in source.
boolean
bool
boolean
;
Undocumented in source.
floating
double
floating
;
Undocumented in source.
integer
long
integer
;
Undocumented in source.
map
CborValue
[
CborValue
]
map
;
Undocumented in source.
raw
ubyte
[]
raw
;
Undocumented in source.
text
string
text
;
Undocumented in source.
uinteger
ulong
uinteger
;
Undocumented in source.
Meta
Source
See Implementation
cbor
CborValue
constructors
this
enums
Type
functions
opEquals
toHash
toString
properties
as
unions
Via
variables
type
via