#include <ICache.hpp>
Definition at line 19 of file ICache.hpp.
T* get |
( |
const GUID & |
id | ) |
const |
|
inline |
Definition at line 43 of file ICache.hpp.
44 return dynamic_cast<T *
>(
read(
id ));
virtual Shareable * read(const GUID &id) const =0
virtual bool owns |
( |
const GUID & |
id | ) |
const |
|
pure virtual |
virtual void publish |
( |
void |
| ) |
|
|
pure virtual |
virtual void refresh |
( |
void |
| ) |
|
|
pure virtual |
virtual void setOwnership |
( |
bool |
enabled | ) |
|
|
pure virtual |
virtual void subscribe |
( |
const ClassID & |
id | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: