BWAPI
Classes | Typedefs | Functions
trunk/bwapi/Replay_Tool/PKShared.h File Reference
#include "../PKLib/pklib.h"
#include <windows.h>
#include "FileReader.h"
#include "FileWriter.h"
Include dependency graph for PKShared.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  __Part
struct  __Param

Typedefs

typedef struct __Part _Part
typedef struct __Param _Param

Functions

unsigned int PKEXPORT read_buf (char *buf, unsigned int *size, void *_param)
void PKEXPORT write_buf (char *buf, unsigned int *size, void *_param)
bool DecompressRead (void *pOutput, size_t outputSize, FileReader &fr)
void CompressWrite (void *pInput, size_t inputSize, FileWriter &fw)

Typedef Documentation

typedef struct __Param _Param
typedef struct __Part _Part

Function Documentation

void CompressWrite ( void *  pInput,
size_t  inputSize,
FileWriter fw 
)

Here is the call graph for this function:

Here is the caller graph for this function:

bool DecompressRead ( void *  pOutput,
size_t  outputSize,
FileReader fr 
)

Here is the call graph for this function:

Here is the caller graph for this function:

unsigned int PKEXPORT read_buf ( char *  buf,
unsigned int size,
void *  _param 
)

Here is the caller graph for this function:

void PKEXPORT write_buf ( char *  buf,
unsigned int size,
void *  _param 
)

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines