ilang  1.1.4
ILAng: A Modeling and Verification Platform for SoCs
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros
Classes | Namespaces | Enumerations
container.h File Reference
#include <map>
#include <memory>
#include <set>
#include <vector>

Go to the source code of this file.

Classes

class  ilang::KeyVecIt< Key, T >
 A pseudo-iterator for the key-search vector. More...
 
class  ilang::KeyVec< Key, T >
 The container that support key search and index access. More...
 
class  ilang::MapSet< Key, T >
 A map for sets. More...
 

Namespaces

 ilang
 

Enumerations

enum  ilang::KeyVecItVal { END, FOUND }
 KeyVecItVal.
 

Detailed Description

Header for containers, e.g. KeyVec.