Main Page | Namespace List | Class List | Namespace Members | Class Members

aiml::cCoreOptions Struct Reference

Options to configure the interpreter. More...

List of all members.

Public Member Functions

 cCoreOptions (void)
 Default constructor.

Public Attributes

std::string file_patterns
 Space separated list of patterns of aiml files to be loaded.
std::string file_gossip
 The path where to gossip (a file).
std::string user_file
 File where user's data is saved.
std::string sentence_limit
 Characters used to separate sentences.
bool should_trim_blanks
 If the interpreter should treat multiple whitespace combinations as a single space.
bool allow_system
 If the interpreter should execute commands from <system> tags.
bool allow_javascript
 If the interpreter should execute code from <javascript> tags.
bool allow_dateformat
 If the interpreter should format date using the "format" parameter.


Detailed Description

Options to configure the interpreter.


Constructor & Destructor Documentation

cCoreOptions::cCoreOptions void   ) 
 

Default constructor.

This gives the default values to each of the parameters in this structure. Refer to the configuration file description to see which are those defaults.


Generated on Fri Feb 3 00:27:21 2006 for libaiml by  doxygen 1.4.4