strb_t
String buffer interface for C
Loading...
Searching...
No Matches
List of all members
strbstate_t Struct Reference

String buffer state. More...

#include <strb.h>

Detailed Description

String buffer state.

An object type capable of recording all the information needed to control a string buffer, including a position indicator, the buffer’s size, the length of the string in the buffer, and an error indicator. It is a complete type so it can be used for storage allocation, but its members are unspecified.

An object of type strbstate_t can only be used to construct strb_t objects. Its storage duration must exceed the program's usage of any strb_t pointers derived from it. The effect on any derived strb_t object of modifying the originating strbstate_t object is undefined.

Definition at line 237 of file strb.h.


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