ilang  1.1.4
ILAng: A Modeling and Verification Platform for SoCs
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros
Public Types | Public Member Functions | Public Attributes | Friends | List of all members
ilang::KeyVecIt< Key, T > Class Template Reference

A pseudo-iterator for the key-search vector. More...

#include <container.h>

Public Types

typedef std::shared_ptr< KeyVecItKeyVecItPtr
 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.
 
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.
 

Detailed Description

template<class Key, class T>
class ilang::KeyVecIt< Key, T >

A pseudo-iterator for the key-search vector.


The documentation for this class was generated from the following file: