#include "ParameterDescription.h"
#include "Rules.h"
Include dependency graph for CreateRules.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | RuleParser |
Functions | |
bool | RuleParser::CreateRules (const std::string &inString, const ParameterList &inParameters, Rule *&outRule) |
CreateRules This function will parse the string given, and return a created tree of Rules that can be used to evaluate whatever object the user wants. The parameter list provided will define the rules. The returned Rule object is owned by the caller. Deleteing this object will destroy the calling tree. Returns true for success, false for parsing failure. Will print to cout any parsing problems. |