|
enum | PARSER_MODULE { CONDITION,
PATTERN,
NOT_DEFINED
} |
|
eParser::eParser |
( |
std::string |
fileName | ) |
|
Constructor, which initiates the parser
- Parameters
-
fileName | name of the file which will get translated |
returns the active parser module
- Returns
- the active parser module.
PARSER_MODULE eParser::activeModule |
The active Module. Can be used to check which cast to m_parserModule should be used.
The documentation for this class was generated from the following files:
- MyDropbox/Dropbox/eMotion/Software/eMotionLib/eM_InputParser/eParser.h
- MyDropbox/Dropbox/eMotion/Software/eMotionLib/eM_InputParser/eParser.cpp