CIRCT
20.0.0git
|
#include <SymCache.h>
Public Member Functions | |
virtual | ~CacheIteratorImpl () |
virtual void | operator++ ()=0 |
virtual CacheItem | operator* ()=0 |
virtual bool | operator== (CacheIteratorImpl *other)=0 |
Definition at line 53 of file SymCache.h.
|
inlinevirtual |
Definition at line 54 of file SymCache.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |