#include "BaseString.h"Go to the source code of this file.
Namespaces | |
| namespace | AVRCpp |
| namespace | AVRCpp::Collection |
Classes | |
| class | AVRCpp::Collection::StaticString< capacity > |
| Constant capacity memory buffer is allocated when object is created. More... | |
| class | AVRCpp::Collection::DynamicString< blockSize > |
| Memory is allocated from heap. More... | |
| class | AVRCpp::Collection::DynamicString< 1 > |
| DynamicString specialisation. More... | |
Typedefs | |
| typedef DynamicString< 1 > | AVRCpp::Collection::String |
| The most typical string type. | |
1.5.2
|
|
|