gup.h File Reference

gup.h File Reference
#include "maxheap.h"
#include "gupapi.h"
#include "strbasic.h"
#include "containers/Array.h"

Classes

class  GUPHandler
 
class  GUPList
 
class  GUP
 
class  GUPManager
 

Macros

#define GUPExport   __declspec( dllimport )
 
#define GUPRESULT_KEEP   0x00
 
#define GUPRESULT_NOKEEP   0x01
 
#define GUPRESULT_ABORT   0x03
 

Functions

GUPExport void OpenGUP (GUPInterface *i)
 
GUPExport void CloseGUP ()
 
GUPExport GUPOpenGupPlugIn (const Class_ID id)
 

Variables

GUPExport GUPManagergupManager
 

Macro Definition Documentation

#define GUPExport   __declspec( dllimport )
#define GUPRESULT_KEEP   0x00
#define GUPRESULT_NOKEEP   0x01
#define GUPRESULT_ABORT   0x03

Function Documentation

GUPExport void OpenGUP ( GUPInterface i)
GUPExport void CloseGUP ( )
GUPExport GUP* OpenGupPlugIn ( const Class_ID  id)

Variable Documentation

GUPExport GUPManager* gupManager