yosys-master
|
#include <rtlil.h>
Public Member Functions | |
ObjRange (decltype(list_p) list_p, int *refcount_p) | |
RTLIL::ObjIterator< T > | begin () |
RTLIL::ObjIterator< T > | end () |
size_t | size () const |
operator std::set< T > () const | |
operator std::vector< T > () const | |
std::set< T > | to_set () const |
std::vector< T > | to_vector () const |
Data Fields | |
std::map< RTLIL::IdString, T > * | list_p |
int * | refcount_p |
|
inline |
|
inline |
Definition at line 408 of file rtlil.h.
|
inline |
Definition at line 409 of file rtlil.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
std::map<RTLIL::IdString, T>* RTLIL::ObjRange< T >::list_p |
int* RTLIL::ObjRange< T >::refcount_p |