#include <clipsmm/utility.h>#include <glibmm/thread.h>#include <clips/clips.h>

Go to the source code of this file.
Namespaces | |
| namespace | DACLIPS |
Functions | |
| void | DACLIPS::init () |
| std::vector< std::string > | DACLIPS::data_object_to_strings (dataObject *clipsdo) |
| std::vector< std::string > | DACLIPS::data_object_to_strings (dataObject &clipsdo) |
| void | DACLIPS::get_argument (void *env, int argposition, double &value) |
| void | DACLIPS::get_argument (void *env, int argposition, float &value) |
| void | DACLIPS::get_argument (void *env, int argposition, short &value) |
| void | DACLIPS::get_argument (void *env, int argposition, short unsigned &value) |
| void | DACLIPS::get_argument (void *env, int argposition, int &value) |
| void | DACLIPS::get_argument (void *env, int argposition, unsigned &value) |
| void | DACLIPS::get_argument (void *env, int argposition, long &value) |
| void | DACLIPS::get_argument (void *env, int argposition, std::string &value) |
1.5.6