#include <eosim/utils/beventmap.hpp>
Public Member Functions | |
BEventMap () | |
The constructor creates an empty BEventMap. | |
~BEventMap () | |
The destructor of BEventMap. | |
void | put (core::BEvent *elem) |
This operation adds elem to the map. | |
void | remove (std::string key) |
This operation remove the element whose name is key. | |
core::BEvent * | operator[] (std::string key) |
This operation finds the BEvent whose name is key. | |
unsigned int | size () |
This operation returns the size of the map. |
BEventMap::~BEventMap | ( | ) |
void BEventMap::put | ( | core::BEvent * | elem | ) |
This operation adds elem to the map.