GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Public Member Functions | Static Public Member Functions | Public Attributes
Cpl::Container::KeyStringBuffer Class Reference

This class provides a 'Key' wrapper for a array of Character of length N, i.e. More...

Detailed Description

This class provides a 'Key' wrapper for a array of Character of length N, i.e.

a string that is NOT null terminated. Keys of this type can used to compare against other KeyStringBuffer, KeyLiteralString, or Items that use a Cpl::Text::String as their key

#include <Key.h>

Inheritance diagram for Cpl::Container::KeyStringBuffer:
[legend]
Collaboration diagram for Cpl::Container::KeyStringBuffer:
[legend]

Public Member Functions

 KeyStringBuffer (const char *startOfString, size_t lenOfStringInBytes)
 Constructor.
 
const chargetKeyValue (size_t &lenOfStringInBytes) const noexcept
 Returns the Key's content value.
 
int compareKey (const Key &key) const
 Key Compare function.
 
const voidgetRawKey (unsigned *returnRawKeyLenPtr=0) const
 Returns the object's length (in bytes) and point to the start of key data.
 
- Public Member Functions inherited from Cpl::Container::Key
virtual ~Key ()
 Ensure a Virtual destructor.
 

Static Public Member Functions

static int compare (const char *myString, unsigned myLen, const char *otherString, unsigned otherLen)
 Generic compare function for strings and string buffers.
 

Public Attributes

const charm_stringKeyPtr
 Storage for the key.
 
size_t m_len
 Number of bytes in the buffer.
 

Constructor & Destructor Documentation

◆ KeyStringBuffer()

Cpl::Container::KeyStringBuffer::KeyStringBuffer ( const char startOfString,
size_t  lenOfStringInBytes 
)

Constructor.

Member Function Documentation

◆ compare()

static int Cpl::Container::KeyStringBuffer::compare ( const char myString,
unsigned  myLen,
const char otherString,
unsigned  otherLen 
)
static

Generic compare function for strings and string buffers.

◆ compareKey()

int Cpl::Container::KeyStringBuffer::compareKey ( const Key key) const
virtual

Key Compare function.

Returns <0, 0, >0 if this key is less than, equal, or greater than respectively to the specified key! The actual type of the 'key' is up to the client sub-class that implements this interface. It is the responsibility of the sub-class to correctly define/interpret the data type of the key.

Implements Cpl::Container::Key.

◆ getKeyValue()

const char * Cpl::Container::KeyStringBuffer::getKeyValue ( size_t lenOfStringInBytes) const
inlinenoexcept

Returns the Key's content value.

Note: The returned values is NOT a null terminated string!

◆ getRawKey()

const void * Cpl::Container::KeyStringBuffer::getRawKey ( unsigned returnRawKeyLenPtr = 0) const
virtual

Returns the object's length (in bytes) and point to the start of key data.

If 'returnRawKeyLenPtr' is null, then no length is returned.

Implements Cpl::Container::Key.

Member Data Documentation

◆ m_len

size_t Cpl::Container::KeyStringBuffer::m_len

Number of bytes in the buffer.

◆ m_stringKeyPtr

const char* Cpl::Container::KeyStringBuffer::m_stringKeyPtr

Storage for the key.


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