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

This class provides a 'Key' wrapper for a C string literal. More...

Detailed Description

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>

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

Public Member Functions

 KeyLiteralString (const char *string)
 Constructor.
 
const chargetKeyValue (void) const noexcept
 Returns the Key's content value.
 
 operator const char * () const
 Cast to read-only character string pointer.
 
const charoperator() () const
 Returns a Read-only pointer to the "raw" (short-hand for getKeyValue())
 
- Public Member Functions inherited from Cpl::Container::KeyStringBuffer
 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.
 

Additional Inherited Members

- Static Public Member Functions inherited from Cpl::Container::KeyStringBuffer
static int compare (const char *myString, unsigned myLen, const char *otherString, unsigned otherLen)
 Generic compare function for strings and string buffers.
 
- Public Attributes inherited from Cpl::Container::KeyStringBuffer
const charm_stringKeyPtr
 Storage for the key.
 
size_t m_len
 Number of bytes in the buffer.
 

Constructor & Destructor Documentation

◆ KeyLiteralString()

Cpl::Container::KeyLiteralString::KeyLiteralString ( const char string)
inline

Constructor.

Member Function Documentation

◆ getKeyValue()

const char * Cpl::Container::KeyLiteralString::getKeyValue ( void  ) const
inlinenoexcept

Returns the Key's content value.

◆ operator const char *()

Cpl::Container::KeyLiteralString::operator const char * ( ) const
inline

Cast to read-only character string pointer.

◆ operator()()

const char * Cpl::Container::KeyLiteralString::operator() ( ) const
inline

Returns a Read-only pointer to the "raw" (short-hand for getKeyValue())


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