libamxc
1.10.3
C Generic Data Containers
|
The string structure. More...
#include <amxc_string.h>
Data Fields | |
char * | buffer |
size_t | length |
size_t | last_used |
amxc_llist_it_t | it |
The string structure.
Definition at line 103 of file amxc_string.h.
char* _amxc_string::buffer |
Buffer containing the string
Definition at line 104 of file amxc_string.h.
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.
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.
size_t _amxc_string::length |
Length of the allocated buffer
Definition at line 105 of file amxc_string.h.