| typedef enum DACLIPS::ConflictResolution DACLIPS::ConflictResolution |
| typedef enum DACLIPS::DefaultType DACLIPS::DefaultType |
| typedef enum DACLIPS::SalienceEvaluation DACLIPS::SalienceEvaluation |
| typedef enum DACLIPS::Type DACLIPS::Type |
| typedef std::vector< Value > DACLIPS::Values |
| enum typedef enum DACLIPS::ConflictResolution DACLIPS::ConflictResolution |
| enum DACLIPS::DefaultType |
Definition at line 33 of file template.h.
| enum typedef enum DACLIPS::DefaultType DACLIPS::DefaultType |
Definition at line 33 of file template.h.
| enum typedef enum DACLIPS::SalienceEvaluation DACLIPS::SalienceEvaluation |
| enum DACLIPS::Type |
| enum typedef enum DACLIPS::Type DACLIPS::Type |
| ValueType DACLIPS::any_cast | ( | const any & | operand | ) | [inline] |
| const ValueType * DACLIPS::any_cast | ( | const any * | operand | ) | [inline] |
| ValueType * DACLIPS::any_cast | ( | any * | operand | ) | [inline] |
| std::vector< std::string > DACLIPS::data_object_to_strings | ( | dataObject & | clipsdo | ) |
Definition at line 37 of file utility.cpp.
| std::vector< std::string > DACLIPS::data_object_to_strings | ( | dataObject * | clipsdo | ) |
Definition at line 33 of file utility.cpp.
| Values DACLIPS::data_object_to_values | ( | dataObject & | clipsdo | ) |
Definition at line 36 of file factory.cpp.
| Values DACLIPS::data_object_to_values | ( | dataObject * | clipsdo | ) |
TODO Move to utility, since these are no longer factory methods
Definition at line 32 of file factory.cpp.
| void DACLIPS::get_argument | ( | void * | env, | |
| int | argposition, | |||
| std::string & | value | |||
| ) |
Definition at line 98 of file utility.cpp.
| void DACLIPS::get_argument | ( | void * | env, | |
| int | argposition, | |||
| long & | value | |||
| ) |
Definition at line 94 of file utility.cpp.
| void DACLIPS::get_argument | ( | void * | env, | |
| int | argposition, | |||
| unsigned & | value | |||
| ) |
Definition at line 90 of file utility.cpp.
| void DACLIPS::get_argument | ( | void * | env, | |
| int | argposition, | |||
| int & | value | |||
| ) |
Definition at line 86 of file utility.cpp.
| void DACLIPS::get_argument | ( | void * | env, | |
| int | argposition, | |||
| short unsigned & | value | |||
| ) |
Definition at line 82 of file utility.cpp.
| void DACLIPS::get_argument | ( | void * | env, | |
| int | argposition, | |||
| short & | value | |||
| ) |
Definition at line 78 of file utility.cpp.
| void DACLIPS::get_argument | ( | void * | env, | |
| int | argposition, | |||
| float & | value | |||
| ) |
Definition at line 74 of file utility.cpp.
| void DACLIPS::get_argument | ( | void * | env, | |
| int | argposition, | |||
| double & | value | |||
| ) |
Definition at line 70 of file utility.cpp.
| char DACLIPS::get_argument_code | ( | ) | [inline] |
| char DACLIPS::get_argument_code< double > | ( | ) | [inline] |
| char DACLIPS::get_argument_code< float > | ( | ) | [inline] |
| char DACLIPS::get_argument_code< int > | ( | ) | [inline] |
| char DACLIPS::get_argument_code< long > | ( | ) | [inline] |
| char DACLIPS::get_argument_code< std::string > | ( | ) | [inline] |
| char DACLIPS::get_return_code | ( | ) | [inline] |
| char DACLIPS::get_return_code< bool > | ( | ) | [inline] |
| char DACLIPS::get_return_code< char > | ( | ) | [inline] |
| char DACLIPS::get_return_code< double > | ( | ) | [inline] |
| char DACLIPS::get_return_code< float > | ( | ) | [inline] |
| char DACLIPS::get_return_code< int > | ( | ) | [inline] |
| char DACLIPS::get_return_code< long > | ( | ) | [inline] |
| char DACLIPS::get_return_code< std::string > | ( | ) | [inline] |
| char DACLIPS::get_return_code< void > | ( | ) | [inline] |
| void DACLIPS::init | ( | ) |
The init method should be called before any other clipsmm functions.
Definition at line 29 of file utility.cpp.
| dataObject * DACLIPS::value_to_data_object | ( | const Environment & | env, | |
| const Value & | value | |||
| ) |
Definition at line 110 of file factory.cpp.
| dataObject * DACLIPS::value_to_data_object | ( | const Environment & | env, | |
| const Values & | values | |||
| ) |
Definition at line 140 of file factory.cpp.
1.5.6