|
yosys-master
|
#include <rtlil.h>
Inheritance diagram for RTLIL::SigSpecIterator:
Collaboration diagram for RTLIL::SigSpecIterator:Public Member Functions | |
| RTLIL::SigBit & | operator* () const |
| bool | operator!= (const RTLIL::SigSpecIterator &other) const |
| bool | operator== (const RTLIL::SigSpecIterator &other) const |
| void | operator++ () |
Data Fields | |
| RTLIL::SigSpec * | sig_p |
| int | index |
|
inline |
|
inline |
|
inline |
| RTLIL::SigSpec* RTLIL::SigSpecIterator::sig_p |