#include <string>
#include <vector>
#include <sigc++/sigc++.h>
Go to the source code of this file.
Classes | |
class | CLIPS::Value |
Namespaces | |
namespace | CLIPS |
Typedefs | |
typedef enum CLIPS::Type | CLIPS::Type |
typedef std::vector< Value > | CLIPS::Values |
Enumerations | |
enum | CLIPS::Type { CLIPS::TYPE_FLOAT = 0, CLIPS::TYPE_INTEGER = 1, CLIPS::TYPE_SYMBOL = 2, CLIPS::TYPE_STRING = 3, CLIPS::TYPE_EXTERNAL_ADDRESS = 5, CLIPS::TYPE_INSTANCE_ADDRESS = 7, CLIPS::TYPE_INSTANCE_NAME = 8 } |