isomatch
|
#include <circuitTree.h>
Public Member Functions | |
virtual | ~InnerIoIter () |
virtual void | operator++ () |
bool | operator== (InnerIoIter &oth) |
bool | operator!= (InnerIoIter &oth) |
virtual WireId * | operator* () |
virtual InnerIoIter * | clone () const |
Protected Member Functions | |
virtual bool | equal (const InnerIoIter &) const |
Inner ConstIoIter
, to be reimplemented in derived classes.
|
inlinevirtual |
|
inlinevirtual |
|
inlineprotectedvirtual |
Checks for equality with its parameter. It can be assumed that this parameter is of the same type as *this
, even in subclassed iterators.
Reimplemented in CircuitGroup::InnerIoIter, CircuitAssert::InnerIoIter, CircuitComb::InnerIoIter, and CircuitDelay::InnerIoIter.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inline |