exip  Alpha 0.5.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ioStream Struct Reference

Representation of an Input/Output Stream.

#include <procTypes.h>

Data Fields

size_t(* readWriteToStream )(void *buf, size_t size, void *stream)
 When parsing: A function pointer used to fill the EXI buffer when emptied by reading from "stream" "size" number of bytes When serializing: A function pointer used to write "size" number of bytes of the buffer to the stream Return the number of bytes read/write. More...
 
void * stream
 The input stream to be passed to the readInput function pointer. More...
 

Detailed Description

Definition at line 1148 of file bin/headers/procTypes.h.

Field Documentation

size_t(* ioStream::readWriteToStream)(void *buf, size_t size, void *stream)

Definition at line 1155 of file bin/headers/procTypes.h.

void * ioStream::stream

Definition at line 1159 of file bin/headers/procTypes.h.


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