An item in the parse tree. More...
#include <domainParser.h>
Public Attributes | |
std::string | content |
deque< TreeItem > | items |
An item in the parse tree.
items contains the child items. Only if items is empty, the content should be filled with a string.
Definition at line 28 of file domainParser.h.
std::string DomainParser::TreeItem::content |
Definition at line 30 of file domainParser.h.
Definition at line 29 of file domainParser.h.