#include <DurableStore.h>
Definition at line 1036 of file DurableStore.h.
Public Member Functions | |
iterator () | |
iterator (const typename CacheTable::iterator &i) | |
const std::string & | key () |
bool | live () |
const _DataType * | object () |
size_t | object_size () |
const iterator & | operator++ () |
bool | operator== (const iterator &other) |
bool | operator!= (const iterator &other) |
Protected Attributes | |
CacheTable::iterator | iter_ |
Friends | |
class | DurableObjectCache |
oasys::DurableObjectCache< _DataType >::iterator::iterator | ( | ) | [inline] |
Definition at line 1038 of file DurableStore.h.
oasys::DurableObjectCache< _DataType >::iterator::iterator | ( | const typename CacheTable::iterator & | i | ) | [inline] |
Definition at line 1039 of file DurableStore.h.
const std::string& oasys::DurableObjectCache< _DataType >::iterator::key | ( | ) | [inline] |
Definition at line 1041 of file DurableStore.h.
bool oasys::DurableObjectCache< _DataType >::iterator::live | ( | ) | [inline] |
Definition at line 1042 of file DurableStore.h.
const _DataType* oasys::DurableObjectCache< _DataType >::iterator::object | ( | ) | [inline] |
Definition at line 1043 of file DurableStore.h.
size_t oasys::DurableObjectCache< _DataType >::iterator::object_size | ( | ) | [inline] |
Definition at line 1044 of file DurableStore.h.
const iterator& oasys::DurableObjectCache< _DataType >::iterator::operator++ | ( | ) | [inline] |
Definition at line 1046 of file DurableStore.h.
bool oasys::DurableObjectCache< _DataType >::iterator::operator== | ( | const iterator & | other | ) | [inline] |
Definition at line 1052 of file DurableStore.h.
bool oasys::DurableObjectCache< _DataType >::iterator::operator!= | ( | const iterator & | other | ) | [inline] |
Definition at line 1057 of file DurableStore.h.
friend class DurableObjectCache [friend] |
Definition at line 1063 of file DurableStore.h.
CacheTable::iterator oasys::DurableObjectCache< _DataType >::iterator::iter_ [protected] |
Definition at line 1064 of file DurableStore.h.