UCommon
|
Key data protocol used for things like maps and ordered lists. More...
#include <protocols.h>
Protected Member Functions | |
virtual bool | equal (const KeyProtocol &compare) const |
virtual const void * | keydata (void) const =0 |
Buffer of key value. | |
virtual size_t | keysize (void) const =0 |
Size of key data. | |
virtual int | keytype (void) const =0 |
bool | operator!= (const KeyProtocol &compare) const |
Key data protocol used for things like maps and ordered lists.
Definition at line 214 of file protocols.h.
|
inlineprotected |
Definition at line 231 of file protocols.h.