#include <Ingredients.h>
Public Member Functions | |
| MHSetData () | |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | Perform (MHEngine *engine) |
| virtual void | PrintArgs (FILE *fd, int nTabs) const |
Protected Attributes | |
| bool | m_fIsIncluded |
| bool | m_fSizePresent |
| bool | m_fCCPriorityPresent |
| MHGenericOctetString | m_Included |
| MHGenericContentRef | m_Referenced |
| MHGenericInteger | m_ContentSize |
| MHGenericInteger | m_CCPriority |
Definition at line 119 of file Ingredients.h.
| MHSetData::MHSetData | ( | ) | [inline] |
Definition at line 122 of file Ingredients.h.
| void MHSetData::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) | [virtual] |
Reimplemented from MHElemAction.
Definition at line 334 of file Ingredients.cpp.
| void MHSetData::Perform | ( | MHEngine * | engine | ) | [virtual] |
Implements MHElemAction.
Definition at line 410 of file Ingredients.cpp.
| void MHSetData::PrintArgs | ( | FILE * | fd, | |
| int | nTabs | |||
| ) | const [virtual] |
Reimplemented from MHElemAction.
Definition at line 386 of file Ingredients.cpp.
bool MHSetData::m_fIsIncluded [protected] |
Definition at line 129 of file Ingredients.h.
Referenced by Initialise(), Perform(), and PrintArgs().
bool MHSetData::m_fSizePresent [protected] |
Definition at line 129 of file Ingredients.h.
Referenced by Initialise(), Perform(), and PrintArgs().
bool MHSetData::m_fCCPriorityPresent [protected] |
Definition at line 129 of file Ingredients.h.
Referenced by Initialise(), Perform(), and PrintArgs().
MHGenericOctetString MHSetData::m_Included [protected] |
Definition at line 130 of file Ingredients.h.
Referenced by Initialise(), Perform(), and PrintArgs().
MHGenericContentRef MHSetData::m_Referenced [protected] |
Definition at line 131 of file Ingredients.h.
Referenced by Initialise(), Perform(), and PrintArgs().
MHGenericInteger MHSetData::m_ContentSize [protected] |
Definition at line 132 of file Ingredients.h.
Referenced by Initialise(), Perform(), and PrintArgs().
MHGenericInteger MHSetData::m_CCPriority [protected] |
Definition at line 133 of file Ingredients.h.
Referenced by Initialise(), Perform(), and PrintArgs().
1.6.3