botan v1.12.8 (2016-11-14T10:06:52Z)
Dub
Repo
DataStore.add
botan
utils
datastor
datastor
DataStore
Undocumented in source. Be warned that the author may not have intended to support it.
void
add
(string key, string val)
void
add
(string key, T val)
struct
DataStore
void
add
(
T
)
(
in
string
key
,
in
T
val
)
if
(
isNumeric
!
T
)
void
add
(string key, Vector!(ubyte, ALLOC) val)
void
add
(string key, RefCounted!(Vector!(ubyte, ALLOC), ALLOC) val)
void
add
(DictionaryListRef!(string, string) input)
Meta
Source
See Implementation
botan
utils
datastor
datastor
DataStore
functions
add
get
get1
get1Memvec
get1Uint
hasValue
opEquals
searchFor
toString