Parser configuration.
More...
#include <fcml_parser.hpp>
Parser configuration.
- Since
- 1.1.0
§ ParserConfig()
fcml::ParserConfig::ParserConfig |
( |
| ) |
|
|
inline |
Default constructor.
- Since
- 1.1.0
§ isAllocSymbolTableIfNeeded()
bool fcml::ParserConfig::isAllocSymbolTableIfNeeded |
( |
| ) |
const |
|
inline |
§ isDisableSymbolsDeclaration()
bool fcml::ParserConfig::isDisableSymbolsDeclaration |
( |
| ) |
const |
|
inline |
§ isEnableErrorMessages()
bool fcml::ParserConfig::isEnableErrorMessages |
( |
| ) |
const |
|
inline |
§ isIgnoreUndefinedSymbols()
bool fcml::ParserConfig::isIgnoreUndefinedSymbols |
( |
| ) |
const |
|
inline |
§ isOverrideLabels()
bool fcml::ParserConfig::isOverrideLabels |
( |
| ) |
const |
|
inline |
§ isThrowExceptionOnError()
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
§ setAllocSymbolTableIfNeeded()
void fcml::ParserConfig::setAllocSymbolTableIfNeeded |
( |
bool |
allocSymbolTableIfNeeded | ) |
|
|
inline |
§ setDisableSymbolsDeclaration()
void fcml::ParserConfig::setDisableSymbolsDeclaration |
( |
bool |
disableSymbolsDeclaration | ) |
|
|
inline |
§ setEnableErrorMessages()
void fcml::ParserConfig::setEnableErrorMessages |
( |
bool |
enableErrorMessages | ) |
|
|
inline |
§ setIgnoreUndefinedSymbols()
void fcml::ParserConfig::setIgnoreUndefinedSymbols |
( |
bool |
ignoreUndefinedSymbols | ) |
|
|
inline |
§ setOverrideLabels()
void fcml::ParserConfig::setOverrideLabels |
( |
bool |
overrideLabels | ) |
|
|
inline |
§ setThrowExceptionOnError()
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: