#include <senf/Packets/80221Bundle/MIHMessageRegistry.hh>

Classes | |
| struct | RegistrationProxy |
Public Types | |
| typedef boost::uint16_t | key_t |
| typedef Map::const_iterator | const_iterator |
Public Member Functions | |
| template<typename MIHPacket > | |
| void | registerMessageType (key_t messageId) |
| void | validate (key_t messageId, senf::Packet message) |
| const_iterator | begin () const |
| const_iterator | end () const |
Additional Inherited Members | |
Protected Member Functions inherited from senf::singleton< MIHMessageRegistry > | |
| singleton () | |
| ~singleton () | |
Static Protected Member Functions inherited from senf::singleton< MIHMessageRegistry > | |
| static Self & | instance () |
| static bool | alive () |
Definition at line 29 of file MIHMessageRegistry.hh.
| typedef Map::const_iterator senf::MIHMessageRegistry::const_iterator |
Definition at line 55 of file MIHMessageRegistry.hh.
| typedef boost::uint16_t senf::MIHMessageRegistry::key_t |
Definition at line 33 of file MIHMessageRegistry.hh.
| senf::MIHMessageRegistry::const_iterator senf::MIHMessageRegistry::begin | ( | ) | const |
Definition at line 34 of file MIHMessageRegistry.cc.
| senf::MIHMessageRegistry::const_iterator senf::MIHMessageRegistry::end | ( | ) | const |
Definition at line 40 of file MIHMessageRegistry.cc.
| void senf::MIHMessageRegistry::registerMessageType | ( | key_t | messageId | ) |
| void senf::MIHMessageRegistry::validate | ( | key_t | messageId, |
| senf::Packet | message | ||
| ) |
Definition at line 25 of file MIHMessageRegistry.cc.