MPLABĀ® Harmony Graphics Suite  GFX v3.13.0
Legato API Documentation
leDynamicString Struct Reference

This struct represents a dynamic string. More...

#include <C:/microchip/harmony3/gfx/middleware/legato/library/src/gfx/legato/string/legato_dynamicstring.h>

Collaboration diagram for leDynamicString:

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: