#include <map>
#include "ActionTriple.h"
Go to the source code of this file.
Compounds | |
class | vpControl |
Class to encapsulate control data for the vpHash map. More... | |
Typedefs | |
typedef map< vpControl, ActionTriple, less< vpControl > > | vpHash |
Map of ActionTriple objects. More... | |
typedef vpHash::const_iterator | vpHashPtr |
Iterator for the vpHash map. | |
Functions | |
bool | operator< (const vpControl &x, const vpControl &y) |
Overloaded less then operator. |
|
Map of ActionTriple objects.
This map holds ActionTriple objects. It is indexed vpControl objects. |