Inter4ql  5.2
Public Attributes | List of all members
Inter4ql::parser_line Struct Reference

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)
 
Factrule
 pointer to a Fact in a line (used only in some cases)
 
Expressionexpression
 pointer to an Expression in a line (used only in some cases)
 
Programprogram
 pointer to a Program imported in a line (used only in some cases)
 

Detailed Description

structure for handling lines from interpreter


The documentation for this struct was generated from the following file: