![]()  | 
  
    MPLABĀ® Harmony Graphics Suite
    GFX v3.13.0
    
   Legato API Documentation 
   | 
 
This struct represents a dynamic string. More...
#include <C:/microchip/harmony3/gfx/middleware/legato/library/src/gfx/legato/string/legato_dynamicstring.h>

Data Fields | |
| leString | base | 
| const leDynamicStringVTable * | fn | 
| leChar * | data | 
| uint16_t | capacity | 
| uint16_t | length | 
| const leFont * | font | 
This struct represents a dynamic string.
String type that dynamically allocates internal memory to accommodate dynamic string operations
| leString base | 
base data
| uint16_t capacity | 
string capacity
| leChar* data | 
data storage
| const leDynamicStringVTable* fn | 
function table
| const leFont* font | 
string font
| uint16_t length | 
string length