yosys-master
|
#include <rtlil.h>
Public Member Functions | |
ObjIterator () | |
ObjIterator (decltype(list_p) list_p, int *refcount_p) | |
ObjIterator (const RTLIL::ObjIterator< T > &other) | |
ObjIterator & | operator= (const RTLIL::ObjIterator< T > &other) |
~ObjIterator () | |
T | operator* () const |
bool | operator!= (const RTLIL::ObjIterator< T > &other) const |
void | operator++ () |
Data Fields | |
std::map< RTLIL::IdString, T > ::iterator | it |
std::map< RTLIL::IdString, T > * | list_p |
int * | refcount_p |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
std::map<RTLIL::IdString, T>::iterator RTLIL::ObjIterator< T >::it |
std::map<RTLIL::IdString, T>* RTLIL::ObjIterator< T >::list_p |
int* RTLIL::ObjIterator< T >::refcount_p |