ilang
1.1.4
ILAng: A Modeling and Verification Platform for SoCs
|
A map for sets. More...
#include <container.h>
Public Types | |
typedef std::set< T > | SetT |
Set type for data T. | |
Public Member Functions | |
MapSet () | |
Default constructor. | |
~MapSet () | |
Default destructor. | |
void | insert (const Key &k, const T &t) |
Insert the pair into the mapping. | |
SetT | get (const Key &k) const |
Return the set of T for the given key. | |
std::map< Key, std::set< T > >::iterator | begin () |
Return the iterator at the starting point. | |
std::map< Key, std::set< T > >::iterator | end () |
Return the iterator at the ending point. | |
A map for sets.