string stream object to convert from a string buffer to a struct stream object. More...

Data Fields | |
| struct stream | stream |
| size_t | offset |
| size_t | size |
| char * | string |
| char | buffer [BUFFER_STREAM_BUFFER_SIZE] |
string stream object to convert from a string buffer to a struct stream object.
For internal use only.
Definition at line 54 of file stream_string.c.
| char string_stream::buffer[BUFFER_STREAM_BUFFER_SIZE] |
Internal buffer for the stream object.
Definition at line 64 of file stream_string.c.
Referenced by snprintf(), and sprintf().
| size_t string_stream::offset |
Offset in the string stream to write data.
Definition at line 58 of file stream_string.c.
Referenced by snprintf(), snprintf_stream_commit(), sprintf(), and sprintf_stream_commit().
| size_t string_stream::size |
Maximum size of the string stream for snprintf.
Definition at line 60 of file stream_string.c.
Referenced by snprintf_stream_commit().
| struct stream string_stream::stream |
Stream object.
Definition at line 56 of file stream_string.c.
Referenced by snprintf(), and sprintf().
| char* string_stream::string |
Pointer to the output string stream.
Definition at line 62 of file stream_string.c.
Referenced by snprintf_stream_commit(), and sprintf_stream_commit().
1.6.3