Defined in file: hzDissemino.h
Derivative of: hdsVE
The presence of hdsCond instances in a page template, due to <xcond> tags in the configs, will not produce a HTML tag directly but will include/exclude their sub-tags depending on the condition specified in the <xcond> attributes.
Constructors/Detructors
| hdsCond* | hdsCond | (hdsApp* pApp) | |
| NULL-TYPE | hdsCond | (hdsApp* pApp) | |
| Default constructor | hdsCond() | Not specified in code. Default applies |
Public Methods:
| void | Generate | (hzChain& C)hzHttpEvent* pE, uint32_t& nLine, | If the flags are 0, then the variable named in m_Tag must be null for the subtags of <xcond> to be executed. Otherwise the named variable must exist and be non-null for the subtags to be executed. Returns: None |
| xTag | Whatami | (void) |
Member Variables:
| uint32_t | m_cflags | Generator condition flags |