Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_PluginFunc Struct Reference

Plugin function structure. More...

#include <plugin.h>

Collaboration diagram for _PluginFunc:

Collaboration graph
[legend]

Data Fields

int enabled
 Enabling/disabling function flag.
MSPluginplugin
 Plugin reference where the function is implemented.
int prio
 Priority of function.
PluginFuncType type
 Funtion type.
int(* AfterRestore )(Statement *stmt, void *private_data)
int(* AfterSet )(PluginArg *arg, PluginResp *resp)
int(* BeforeSet )(PluginArg *arg, PluginResp *resp)
int(* GetFilter )(PluginArg *arg, PluginResp *resp)
int(* GetGenerate )(PluginArg *arg, PluginResp *resp)
int(* GetPost )(PluginArg *arg, PluginResp *resp)

Detailed Description

Plugin function structure.


Field Documentation

int(* _PluginFunc::AfterRestore)(Statement *stmt, void *private_data)
 

int(* _PluginFunc::AfterSet)(PluginArg *arg, PluginResp *resp)
 

int(* _PluginFunc::BeforeSet)(PluginArg *arg, PluginResp *resp)
 

int _PluginFunc::enabled
 

Enabling/disabling function flag.

int(* _PluginFunc::GetFilter)(PluginArg *arg, PluginResp *resp)
 

int(* _PluginFunc::GetGenerate)(PluginArg *arg, PluginResp *resp)
 

int(* _PluginFunc::GetPost)(PluginArg *arg, PluginResp *resp)
 

MSPlugin* _PluginFunc::plugin
 

Plugin reference where the function is implemented.

int _PluginFunc::prio
 

Priority of function.

PluginFuncType _PluginFunc::type
 

Funtion type.


The documentation for this struct was generated from the following file:
Generated on Wed Dec 27 16:52:29 2006 for VRB Online Server by  doxygen 1.4.4