#include <InnerTemplateAIMLTags.h>
Public Member Functions | |
virtual void | add (const shared_ptr< InnerTemplate > &tag) throw (InternalProgrammerErrorException &) |
Add the tag to the internal data structure. | |
CustomRandom () throw () | |
Default constructor to call Tag::addInstanceOf(). | |
virtual StringPimpl | getString () const throw (InternalProgrammerErrorException &) |
Returns the html string name of the AIML XML name of this class and any AIML XML tags that are inside of this AIML XML Tag. | |
Private Attributes | |
InnerTemplateListImpl | m_list |
Use this for the internal data structure hold values for when add is called on this class. |
|
Default constructor to call Tag::addInstanceOf().
|
|
Add the tag to the internal data structure.
|
|
Returns the html string name of the AIML XML name of this class and any AIML XML tags that are inside of this AIML XML Tag.
|
|
Use this for the internal data structure hold values for when add is called on this class.
|