#include <cacheSelector.h>
Public Member Functions | |
virtual ExtendedCache * | firstCache ()=0 |
virtual ExtendedCache * | nextCache ()=0 |
virtual ExtendedCache* iopc::CacheSelector::firstCache | ( | ) | [pure virtual] |
< Return first cache. Used when traversing all caches contained in selector. Traverses through caches contained in selector.
Implemented in iopc::SimpleCacheSelector.
virtual ExtendedCache* iopc::CacheSelector::nextCache | ( | ) | [pure virtual] |
Returns cache associated with object ID.
Implemented in iopc::SimpleCacheSelector.