Inter4ql
5.2
|
structure for handling lines from interpreter More...
#include <Types.h>
Public Attributes | |
line_type::type | type |
type of a line | |
std::string | value |
value of a line (used only in some cases) | |
bool | bool_value |
bool value of a line (used only in some cases) | |
std::vector< std::string > | values |
values of a line (used only in some cases) | |
Fact * | rule |
pointer to a Fact in a line (used only in some cases) | |
Expression * | expression |
pointer to an Expression in a line (used only in some cases) | |
Program * | program |
pointer to a Program imported in a line (used only in some cases) | |
structure for handling lines from interpreter