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

#include <EXIParser.h>

Data Fields

errorCode(* initParser )(Parser *parser, BinaryBuffer buffer, void *app_data)
 
errorCode(* parseHeader )(Parser *parser, boolean outOfBandOpts)
 
errorCode(* setSchema )(Parser *parser, EXIPSchema *schema)
 
errorCode(* parseNext )(Parser *parser)
 
errorCode(* pushEXIData )(char *inBuf, unsigned int bufSize, unsigned int *bytesRead, Parser *parser)
 
void(* destroyParser )(Parser *parser)
 

Detailed Description

Definition at line 38 of file bin/headers/EXIParser.h.

Field Documentation

void(* EXIParser::destroyParser)(Parser *parser)

Definition at line 45 of file bin/headers/EXIParser.h.

errorCode(* EXIParser::initParser)(Parser *parser, BinaryBuffer buffer, void *app_data)

Definition at line 40 of file bin/headers/EXIParser.h.

errorCode(* EXIParser::parseHeader)(Parser *parser, boolean outOfBandOpts)

Definition at line 41 of file bin/headers/EXIParser.h.

errorCode(* EXIParser::parseNext)(Parser *parser)

Definition at line 43 of file bin/headers/EXIParser.h.

errorCode(* EXIParser::pushEXIData)(char *inBuf, unsigned int bufSize, unsigned int *bytesRead, Parser *parser)

Definition at line 44 of file bin/headers/EXIParser.h.

errorCode(* EXIParser::setSchema)(Parser *parser, EXIPSchema *schema)

Definition at line 42 of file bin/headers/EXIParser.h.


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