PatchworkOS
Loading...
Searching...
No Matches
aml_string_obj_t Struct Reference

Data for a string object. More...

#include <object.h>

Data Fields

 AML_OBJECT_COMMON_HEADER
 
char * content
 
uint64_t length
 
char smallString [AML_SMALL_STRING_SIZE+1]
 Used for small object optimization.
 

Detailed Description

Data for a string object.

Definition at line 367 of file object.h.

Field Documentation

◆ AML_OBJECT_COMMON_HEADER

aml_string_obj_t::AML_OBJECT_COMMON_HEADER

Definition at line 369 of file object.h.

◆ content

◆ length

◆ smallString

char aml_string_obj_t::smallString[AML_SMALL_STRING_SIZE+1]

Used for small object optimization.

Definition at line 372 of file object.h.

Referenced by aml_string_resize().


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