IOBuf Struct Reference

IOBuf structure. More...

#include <aws4c.h>

Collaboration diagram for IOBuf:

Collaboration graph
[legend]

Data Fields

IOBufNodefirst
IOBufNodecurrent
char * pos
char * result
char * lastMod
char * eTag
int len
int code

Detailed Description

IOBuf structure.

Definition at line 11 of file aws4c.h.


Field Documentation

Definition at line 13 of file aws4c.h.

Referenced by aws_iobuf_append(), aws_iobuf_free(), and aws_iobuf_new().

Definition at line 14 of file aws4c.h.

Referenced by aws_iobuf_append(), aws_iobuf_getline(), and aws_iobuf_new().

char* IOBuf::pos

Definition at line 15 of file aws4c.h.

Referenced by aws_iobuf_append(), aws_iobuf_getline(), and aws_iobuf_new().

Definition at line 18 of file aws4c.h.

Referenced by aws_iobuf_free(), aws_iobuf_new(), DumpResult(), header(), and main().

char* IOBuf::eTag

Definition at line 19 of file aws4c.h.

Referenced by aws_iobuf_free(), aws_iobuf_new(), DumpResult(), header(), and main().

Definition at line 21 of file aws4c.h.

Referenced by aws_iobuf_new(), DumpResult(), header(), main(), sqs_get_message(), and sqs_list_queues().


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

Generated by Doxygen