ilang
1.1.4
ILAng: A Modeling and Verification Platform for SoCs
|
A pseudo-iterator for the key-search vector. More...
#include <container.h>
Public Types | |
typedef std::shared_ptr< KeyVecIt > | KeyVecItPtr |
Pointer type for the KeyVec iterator. | |
Public Member Functions | |
KeyVecIt () | |
Constructor. | |
Public Attributes | |
KeyVecItVal | result |
Iterator value for checking whether a data is found. | |
Key | first |
Key retrived. | |
T | second |
Data retrived. | |
Friends | |
bool | operator== (const KeyVecItPtr lhs, const KeyVecItPtr rhs) |
Overload comparison == for pointer. | |
bool | operator!= (const KeyVecItPtr lhs, const KeyVecItPtr rhs) |
Overload comparison != for pointer. | |
A pseudo-iterator for the key-search vector.