PatchworkOS  2ca1c69
A non-POSIX operating system.
Loading...
Searching...
No Matches
aml_string_t Struct Reference

Data for a string object. More...

#include <object.h>

Collaboration diagram for aml_string_t:

Data Fields

 AML_OBJECT_COMMON_HEADER
 
charcontent
 
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 389 of file object.h.

Field Documentation

◆ AML_OBJECT_COMMON_HEADER

aml_string_t::AML_OBJECT_COMMON_HEADER

Definition at line 391 of file object.h.

◆ content

char* aml_string_t::content

Definition at line 392 of file object.h.

◆ length

uint64_t aml_string_t::length

Definition at line 393 of file object.h.

◆ smallString

char aml_string_t::smallString[AML_SMALL_STRING_SIZE+1]

Used for small object optimization.

Definition at line 394 of file object.h.


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