#include <string>#include <map>#include <typeinfo>#include <stdexcept>#include <queue>#include <iostream>#include <sigc++/sigc++.h>#include <glibmm.h>#include "enum.h"#include "object.h"#include "activation.h"#include "defaultfacts.h"#include "fact.h"#include "function.h"#include "global.h"#include "module.h"#include "rule.h"#include "template.h"#include "utility.h"#include "any.h"


Go to the source code of this file.
Namespaces | |
| namespace | DACLIPS |
Classes | |
| class | DACLIPS::Environment |
| struct | DACLIPS::Environment::Job |
Functions | |
| int | EnvDefineFunction2WithContext (void *, char *, int, int(*)(void *), char *, char *, void *) |
| int EnvDefineFunction2WithContext | ( | void * | , | |
| char * | , | |||
| int | , | |||
| int(*)(void *) | , | |||
| char * | , | |||
| char * | , | |||
| void * | ||||
| ) |
Definition at line 198 of file extnfunc.c.
1.5.6