UCommon
ucommon::KeyProtocol Class Referenceabstract

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
 

Detailed Description

Key data protocol used for things like maps and ordered lists.

Definition at line 214 of file protocols.h.

Member Function Documentation

◆ operator!=()

bool ucommon::KeyProtocol::operator!= ( const KeyProtocol & compare) const
inlineprotected

Definition at line 231 of file protocols.h.


The documentation for this class was generated from the following file: