![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This class provides a 'Key' wrapper for a C string literal. More...
This class provides a 'Key' wrapper for a C string literal.
Keys of this type can used to compare against other KeyLiteralString, KeyStringBuffer, or Items that use a Cpl::Text::String as their key.
#include <Key.h>
Public Member Functions | |
KeyLiteralString (const char *string) | |
Constructor. | |
const char * | getKeyValue (void) const noexcept |
Returns the Key's content value. | |
operator const char * () const | |
Cast to read-only character string pointer. | |
const char * | operator() () const |
Returns a Read-only pointer to the "raw" (short-hand for getKeyValue()) | |
![]() | |
KeyStringBuffer (const char *startOfString, size_t lenOfStringInBytes) | |
Constructor. | |
const char * | getKeyValue (size_t &lenOfStringInBytes) const noexcept |
Returns the Key's content value. | |
int | compareKey (const Key &key) const |
Key Compare function. | |
const void * | getRawKey (unsigned *returnRawKeyLenPtr=0) const |
Returns the object's length (in bytes) and point to the start of key data. | |
![]() | |
virtual | ~Key () |
Ensure a Virtual destructor. | |
Additional Inherited Members | |
![]() | |
static int | compare (const char *myString, unsigned myLen, const char *otherString, unsigned otherLen) |
Generic compare function for strings and string buffers. | |
![]() | |
const char * | m_stringKeyPtr |
Storage for the key. | |
size_t | m_len |
Number of bytes in the buffer. | |
Returns the Key's content value.
Cast to read-only character string pointer.
Returns a Read-only pointer to the "raw" (short-hand for getKeyValue())