a4g v0.1.0 (2014-12-06T21:23:52Z)
Dub
Repo
A4GConnection
a4g
connection
Undocumented in source.
struct
A4GConnection {
this
();
this
(string connectionUrl);
void
store
(string key, T data);
T
[]
retrieve
(string key);
}
Constructors
this
this
()
Undocumented in source.
this
this
(string connectionUrl)
Undocumented in source.
Members
Functions
retrieve
T
[]
retrieve
(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
store
void
store
(string key, T data)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
a4g
connection
structs
A4GConnection
templates
typeName