m2etis
0.4
|
#include <OmNetKeyProvider.h>
Public Member Functions | |
virtual | ~OmNetKeyProvider () |
destructor More... | |
Protected Member Functions | |
OmNetKeyProvider () | |
default constructor More... | |
std::string | keytoStr () const |
transforms key to a string representation More... | |
void | setKey (const message::Key< OmNetKeyProvider > &key) |
duplicates a key More... | |
void | setKey (const std::string &key) |
creates key out of a string More... | |
bool | equals (const message::Key< OmNetKeyProvider > &rval) const |
equals operator of the key class More... | |
bool | smaller (const message::Key< OmNetKeyProvider > &rval) const |
lesser than operator for the key More... | |
Friends | |
class | boost::serialization::access |
Definition at line 32 of file OmNetKeyProvider.h.
|
inlinevirtual |
destructor
Definition at line 41 of file OmNetKeyProvider.h.
|
inlineprotected |
default constructor
Definition at line 47 of file OmNetKeyProvider.h.
|
inlineprotected |
equals operator of the key class
Definition at line 103 of file OmNetKeyProvider.h.
|
inlineprotected |
transforms key to a string representation
Definition at line 56 of file OmNetKeyProvider.h.
|
inlineprotected |
duplicates a key
[in] | key | key to be duplicated |
Definition at line 69 of file OmNetKeyProvider.h.
|
inlineprotected |
creates key out of a string
[in] | key | string representation of a string |
Definition at line 83 of file OmNetKeyProvider.h.
|
inlineprotected |
lesser than operator for the key
Definition at line 119 of file OmNetKeyProvider.h.
|
friend |
Definition at line 141 of file OmNetKeyProvider.h.