yosys-master
|
#include <IntMap.h>
Public Member Functions | |
int | size (void) const |
void | clear (bool free=false) |
const vec< K > & | toVec () const |
K | operator[] (int index) const |
void | insert (K k) |
bool | has (K k) |
Private Attributes | |
IntMap< K, char, MkIndex > | in_set |
vec< K > | xs |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |