This abstract class defines the operations that can be before on a NULL terminated string.
Definition String.h:40
virtual const char * getString() const =0
Read-only Access to the "raw" string.
This partially concrete provides a wrapper class that allows a String object to be stored directly in...
Definition StringItem.h:45
String & get() const
Returns a reference to the actual String.
Definition StringItem.h:52
const char * operator()() const
Returns a Read-only pointer to the "raw" (short-hand for getString())
Definition StringItem.h:64
StringItem(String &string)
Constructor.
Definition StringItem.h:48
String & m_myString
Reference to the actual String/storage.
Definition StringItem.h:74
const char * getString() const
Returns a pointer to the internal C string.
Definition StringItem.h:55
const Cpl::Container::Key & getKey() const noexcept
Return Cpl::Container::DictItem (used with Maps and Dictionaries)
Definition StringItem.h:69