CustomRandom Class Reference

The Custom Random class that overrides the regular Random AIML XML Tag. More...

#include <InnerTemplateAIMLTags.h>

List of all members.

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.


Detailed Description

The Custom Random class that overrides the regular Random AIML XML Tag.


Constructor & Destructor Documentation

CustomRandom  )  throw () [inline]
 

Default constructor to call Tag::addInstanceOf().


Member Function Documentation

virtual void add const shared_ptr< InnerTemplate > &  tag  )  throw (InternalProgrammerErrorException &) [inline, virtual]
 

Add the tag to the internal data structure.

Parameters:
tag The tag to add
Exceptions:
Does not throw anything

virtual StringPimpl getString  )  const throw (InternalProgrammerErrorException &) [inline, virtual]
 

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.

Returns:
the htm string name of the AIML XML Tag and any inner tags
Exceptions:
Does not throw anything


Member Data Documentation

InnerTemplateListImpl m_list [private]
 

Use this for the internal data structure hold values for when add is called on this class.


The documentation for this class was generated from the following file:
Generated on Thu Sep 7 22:05:52 2006 for RebeccaAIML by  doxygen 1.4.5