CString.h File Reference
#include <WString.h>
#include <stringutil.h>
#include <memory>
Include dependency graph for CString.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CString
 Class to manage a NUL-terminated C-style string When storing persistent strings in RAM the regular String class can become inefficient, so using a regular char* can be preferable. This class provides that with additional methods to simplify lifetime management and provide some interoperability with Wiring String objects. More...