AceCommon  1.4.5
Arduino library for low-level common functions and features with no external dependencies
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cace_common::FCStringA union of (const char*) and (const __FlashStringHelper*) with a discriminator
 Cace_common::FlashStringA thin wrapper around a (const __FlashStringHelper*) so that it acts exactly like a (const char*) with regards to operator*(), operator++() and other common operations on (const char*)
 Cace_common::KStringA wrapper class around a normal c-string or Arduino f-string which is encoded and compressed using keyword substitution
 CPrint
 Cace_common::PrintStrBaseBase class for all template instances of the PrintStr<SIZE> class
 Cace_common::PrintStr< SIZE >An implementation of Print that writes to an in-memory buffer supporting strings less than 65535 in length
 Cace_common::PrintStrNAn alternate implementation of PrintStr that allocates the character array in the heap, instead of the stack
 Cace_common::TimingStatsHelper class to collect timing statistics such as min, max, average, and exponential-decay average