libamxc  1.10.3
C Generic Data Containers
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
_amxc_string Struct Reference

The string structure. More...

#include <amxc_string.h>

Collaboration diagram for _amxc_string:

Data Fields

char * buffer
 
size_t length
 
size_t last_used
 
amxc_llist_it_t it
 

Detailed Description

The string structure.

Definition at line 103 of file amxc_string.h.

Field Documentation

◆ buffer

char* _amxc_string::buffer

Buffer containing the string

Definition at line 104 of file amxc_string.h.

◆ it

amxc_llist_it_t _amxc_string::it

Linked list iterator, can be used to add string to linked list

Definition at line 108 of file amxc_string.h.

◆ last_used

size_t _amxc_string::last_used

End of string, is alway smaller then the length of the buffer

Definition at line 106 of file amxc_string.h.

◆ length

size_t _amxc_string::length

Length of the allocated buffer

Definition at line 105 of file amxc_string.h.


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