MPLABĀ® Harmony Graphics Suite
Data Fields
leDynamicString Struct Reference

This struct represents a dynamic string. More...

#include <legato_dynamicstring.h>

Collaboration diagram for leDynamicString:
Collaboration graph
[legend]

Data Fields

leString base
 
const leDynamicStringVTable * fn
 
leChardata
 
uint16_t capacity
 
uint16_t length
 
const leFontfont
 

Detailed Description

This struct represents a dynamic string.

String type that dynamically allocates internal memory to accommodate dynamic string operations

Field Documentation

◆ base

leString base

base data

◆ capacity

uint16_t capacity

string capacity

◆ data

leChar* data

data storage

◆ fn

const leDynamicStringVTable* fn

function table

◆ font

const leFont* font

string font

◆ length

uint16_t length

string length


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