#include <gate.hh>
Public Types | |
typedef idx_gset_t | hna_gset_t |
typedef gset_t::const_iterator | const_iterator |
typedef const_iterator | iterator |
Public Member Functions | |
hna_gset_t & | hna_gset () |
GateSet () | |
iterator | begin () const |
iterator | end () const |
std::pair< iterator, bool > | insert (const gset_t::value_type &x) |
void | erase (iterator pos) |
bool | empty () const |
Private Types | |
typedef GateSet | This |
typedef GateEntry | elem_t |
typedef std::set< elem_t > | gset_t |
typedef utl::MSIndex< gset_t, 0, address_t > | idx_gset_t |
Private Attributes | |
gset_t | gset_ |
idx_gset_t | hna_gset_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|