#include "utility.h"
#include <glibmm/thread.h>
#include <clips/clips.h>
Namespaces | |
namespace | CLIPS |
Functions | |
void | CLIPS::init () |
The init method should be called before any other clipsmm functions. | |
std::vector< std::string > | CLIPS::data_object_to_strings (dataObject *clipsdo) |
std::vector< std::string > | CLIPS::data_object_to_strings (dataObject &clipsdo) |
void | CLIPS::get_argument (void *env, int argposition, double &value) |
void | CLIPS::get_argument (void *env, int argposition, float &value) |
void | CLIPS::get_argument (void *env, int argposition, short &value) |
void | CLIPS::get_argument (void *env, int argposition, short unsigned &value) |
void | CLIPS::get_argument (void *env, int argposition, int &value) |
void | CLIPS::get_argument (void *env, int argposition, unsigned &value) |
void | CLIPS::get_argument (void *env, int argposition, long &value) |
void | CLIPS::get_argument (void *env, int argposition, std::string &value) |