![]() |
MPLABĀ® Harmony Graphics Suite
|
This struct represents a fixed string. More...
#include <legato_fixedstring.h>
Data Fields | |
leString | base |
const leFixedStringVTable * | fn |
leChar * | data |
uint16_t | capacity |
uint16_t | length |
const leFont * | font |
This struct represents a fixed string.
String type that allocates internal memory to accommodate fixed string operations
leString base |
base data
uint16_t capacity |
string capacity
leChar* data |
data storage
const leFixedStringVTable* fn |
function table
const leFont* font |
string font
uint16_t length |
string length