Pajdeg  0.2.2
Pajdeg
Functions
PDPipe.h File Reference
#include "PDDefines.h"

Go to the source code of this file.

Functions

PDPipeRef PDPipeCreateWithFilePaths (const char *inputFilePath, const char *outputFilePath)
 
void PDPipeAddTask (PDPipeRef pipe, PDTaskRef task)
 
PDBool PDPipePrepare (PDPipeRef pipe)
 
PDParserRef PDPipeGetParser (PDPipeRef pipe)
 
PDObjectRef PDPipeGetRootObject (PDPipeRef pipe)
 
PDInteger PDPipeExecute (PDPipeRef pipe)
 
const char * PDPipeGetInputFilePath (PDPipeRef pipe)
 
const char * PDPipeGetOutputFilePath (PDPipeRef pipe)
 
PDParserAttachmentRef PDPipeConnectForeignParser (PDPipeRef pipe, PDParserRef foreignParser)
 

Detailed Description

Pipe header file.