gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
DeclarativeStore
gfx
decl
store
Undocumented in source.
class
DeclarativeStore :
Disposable
{
T
store
(string key, T value);
T
expect
(string key);
T
get
(string key, T def);
bool
remove
(string key);
void
dispose
();
}
Members
Functions
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
expect
T
expect
(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
get
T
get
(string key, T def)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool
remove
(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
store
T
store
(string key, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Disposable
dispose
void
dispose
()
Dispose the underlying resource
Meta
Source
See Implementation
gfx
decl
store
classes
DeclarativeStore
NoSuchKeyException
WrongTypeException