a4g v0.1.0 (2014-12-06T21:23:52Z)
Dub
Repo
A4GWebInterface
a4g
common
restinterface
Undocumented in source.
interface
A4GWebInterface {
void
store
(string key, DataEntry data);
DataEntry
[]
retrieve
(string key);
}
Members
Functions
retrieve
DataEntry
[]
retrieve
(string key)
Undocumented in source.
store
void
store
(string key, DataEntry data)
Undocumented in source.
Meta
Source
See Implementation
a4g
common
restinterface
interfaces
A4GWebInterface
structs
DataEntry