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