string_stream Struct Reference

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

Collaboration diagram for string_stream:
Collaboration graph
[legend]

Data Fields

struct stream stream
size_t offset
size_t size
char * string
char buffer [BUFFER_STREAM_BUFFER_SIZE]

Detailed Description

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.


Field Documentation

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().

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().

Maximum size of the string stream for snprintf.

Definition at line 60 of file stream_string.c.

Referenced by snprintf_stream_commit().

Stream object.

Definition at line 56 of file stream_string.c.

Referenced by snprintf(), and sprintf().

Pointer to the output string stream.

Definition at line 62 of file stream_string.c.

Referenced by snprintf_stream_commit(), and sprintf_stream_commit().


The documentation for this struct was generated from the following file:
Generated on Thu Apr 29 15:18:25 2010 for display-training by  doxygen 1.6.3