|
m2etis
0.4
|
#include <Key.h>

Public Member Functions | |
| Key () | |
| Default constructor. More... | |
| Key (const Key &rval) | |
| Copy Constructor. More... | |
| Key (const std::string &val) | |
| Constructor. More... | |
| Key (const std::vector< unsigned char > &val) | |
| std::string | toStr () const |
| Gets a string representation of the key. More... | |
| Key< KeyProvider > & | operator= (const Key< KeyProvider > &rval) |
| bool | operator== (const Key< KeyProvider > &rval) const |
| bool | operator!= (const Key< KeyProvider > &rval) const |
| bool | operator< (const Key< KeyProvider > &rval) const |
| bool | operator> (const Key< KeyProvider > &rval) const |
Static Public Member Functions | |
| static size_t | size () |
Friends | |
| class | boost::serialization::access |
|
inline |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
friend |