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

This struct represents a fixed string. More...

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

Collaboration diagram for leFixedString:

Data Fields

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

Detailed Description

This struct represents a fixed string.

String type that allocates internal memory to accommodate fixed string operations

Field Documentation

◆ base

leString base

base data

◆ capacity

uint16_t capacity

string capacity

◆ data

leChar* data

data storage

◆ fn

const leFixedStringVTable* 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: