String::PtrBuf Struct Reference
Used when contents allocated on heap. More...
#include <WString.h>
Collaboration diagram for String::PtrBuf:
Public Attributes | |
| char * | buffer |
| size_t | len |
| size_t | capacity |
Detailed Description
Used when contents allocated on heap.
Member Data Documentation
◆ buffer
| char* String::PtrBuf::buffer |
◆ capacity
| size_t String::PtrBuf::capacity |
◆ len
| size_t String::PtrBuf::len |
The documentation for this struct was generated from the following file:
1.9.1