Defined in file: hzDissemino.h

This comprises a name and a pointer to a user defined C++ function that takes as arguments, a hzChain reference, a pointer to the HTTP event and a pointer to the applicable language - and returns a hzEcode value. The <xfunc> tag has the form <xfunc funcname="some_function"/> and the Dissemino instance has a map of name to hdsFunc instances. The function will be called if a page is being generated and an <xfunc> tag with a matching name is encountered.

Constructors/Detructors

hdsFunc*hdsFunc(void)
Default constructorhdsFunc()Not specified in code. Default applies

Member Variables:

hzStringm_funcnameName of the function to dissemino
hzEcode(*)(hzChain&,hzHttpEvent*,hdsLang*)m_pFuncFunction pointer