String::Buffer Struct Reference

Used with setBuffer and getBuffer methods. More...

#include <WString.h>

Collaboration diagram for String::Buffer:

Public Attributes

char * data
 Allocated using malloc. More...
 
size_t size
 Size of memory allocation. More...
 
size_t length
 Length of content, MUST be < size. More...
 

Detailed Description

Used with setBuffer and getBuffer methods.

Member Data Documentation

◆ data

char* String::Buffer::data

Allocated using malloc.

◆ length

size_t String::Buffer::length

Length of content, MUST be < size.

◆ size

size_t String::Buffer::size

Size of memory allocation.


The documentation for this struct was generated from the following file: