#include <InnerTemplateAIMLTags.h>
Public Member Functions | |
| CustomTopicStar (GraphBuilderFramework &builder) throw () | |
| Default constructor to call Tag::addInstanceOf() and to set the builder reference. | |
| 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. | |
| virtual void | setAttribute (const StringPimpl &name, const StringPimpl &value) throw (InternalProgrammerErrorException &) |
| Sets the attribute to a value. | |
Private Attributes | |
| string | m_value |
| The value of the attribute. | |
|
|
Default constructor to call Tag::addInstanceOf() and to set the builder reference.
|
|
|
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.
|
|
||||||||||||
|
Sets the attribute to a value. This is overriden to gain access to the attribute.
|
|
|
The value of the attribute.
|
1.4.5