Parser configuration.
More...
#include <fcml_parser.hpp>
Parser configuration.
- Since
- 1.1.0
fcml::ParserConfig::ParserConfig |
( |
| ) |
|
|
inline |
Default constructor.
- Since
- 1.1.0
bool fcml::ParserConfig::isAllocSymbolTableIfNeeded |
( |
| ) |
const |
|
inline |
bool fcml::ParserConfig::isDisableSymbolsDeclaration |
( |
| ) |
const |
|
inline |
bool fcml::ParserConfig::isEnableErrorMessages |
( |
| ) |
const |
|
inline |
bool fcml::ParserConfig::isIgnoreUndefinedSymbols |
( |
| ) |
const |
|
inline |
bool fcml::ParserConfig::isOverrideLabels |
( |
| ) |
const |
|
inline |
bool fcml::ParserConfig::isThrowExceptionOnError |
( |
| ) |
const |
|
inline |
Gets true if exception should be thrown in case of error.
- Returns
- True if exception should be thrown in case of error.
- Since
- 1.1.0
void fcml::ParserConfig::setAllocSymbolTableIfNeeded |
( |
bool |
allocSymbolTableIfNeeded | ) |
|
|
inline |
void fcml::ParserConfig::setDisableSymbolsDeclaration |
( |
bool |
disableSymbolsDeclaration | ) |
|
|
inline |
void fcml::ParserConfig::setEnableErrorMessages |
( |
bool |
enableErrorMessages | ) |
|
|
inline |
void fcml::ParserConfig::setIgnoreUndefinedSymbols |
( |
bool |
ignoreUndefinedSymbols | ) |
|
|
inline |
void fcml::ParserConfig::setOverrideLabels |
( |
bool |
overrideLabels | ) |
|
|
inline |
void fcml::ParserConfig::setThrowExceptionOnError |
( |
bool |
throwExceptionOnError | ) |
|
|
inline |
Sets exception on error flag.
Has to be set to true if exception should be thrown in case of error.
- Parameters
-
throwExceptionOnError | True if exception should be thrown in case of error. |
- Since
- 1.1.0
The documentation for this class was generated from the following file: