callbacks (defined in aiml::cInterpreter) | aiml::cInterpreter | [protected] |
cInterpreter(void) | aiml::cInterpreter | |
deinitialize(void)=0 | aiml::cInterpreter | [pure virtual] |
freeInterpreter(cInterpreter *i) | aiml::cInterpreter | [static] |
getError(void) | aiml::cInterpreter | |
getErrorStr(AIMLError error_num)=0 | aiml::cInterpreter | [pure virtual] |
getRuntimeErrorStr(void)=0 | aiml::cInterpreter | [pure virtual] |
initialize(const std::string &filename)=0 | aiml::cInterpreter | [pure virtual] |
initialize(const std::string &filename, const cCoreOptions &opts)=0 | aiml::cInterpreter | [pure virtual] |
last_error (defined in aiml::cInterpreter) | aiml::cInterpreter | [protected] |
learnFile(const std::string &filename)=0 | aiml::cInterpreter | [pure virtual] |
loadGraphmaster(const std::string &file)=0 | aiml::cInterpreter | [pure virtual] |
newInterpreter(void) | aiml::cInterpreter | [static] |
registerCallbacks(cInterpreterCallbacks *callbacks)=0 | aiml::cInterpreter | [pure virtual] |
respond(const std::string &input, const std::string &username, std::string &output, std::list< cMatchLog > *log=NULL)=0 | aiml::cInterpreter | [pure virtual] |
saveGraphmaster(const std::string &file)=0 | aiml::cInterpreter | [pure virtual] |
unregisterUser(const std::string &username)=0 | aiml::cInterpreter | [pure virtual] |
~cInterpreter(void) | aiml::cInterpreter | [virtual] |