Defined in file: hzDissemino.h
This comprises a name and a pointer to a user defined C++ function that takes as arguments, a pointer to the HTTP event and a pointer to the applicable language - and returns a hzEcode value. The <xproc> tag has the form <xproc funcname="some_function"/> and the Dissemino instance has a map of name to hdsProc instances. The function will be called if a form is being processed and an <xproc> tag with a matching name is encountered.
Constructors/Detructors
| hdsProc* | hdsProc | (void) | |
| Default constructor | hdsProc() | Not specified in code. Default applies |
Member Variables:
| hzString | m_funcname | Name of the function to dissemino | |
| hzEcode(*)(hzHttpEvent*,hdsLang*) | m_pFunc | Function pointer |