An abstract dialect.
More...
#include <fcml_dialect.hpp>
An abstract dialect.
It's a base class for all supported dialects.
- Since
- 1.1.0
◆ Dialect()
fcml::Dialect::Dialect |
( |
| ) |
|
|
inlineprotected |
Default constructor.
- Since
- 1.1.0
◆ ~Dialect()
virtual fcml::Dialect::~Dialect |
( |
| ) |
|
|
inlineprotectedvirtual |
Virtual destructor.
- Since
- 1.1.0
◆ getDialect()
Gets the wrapped FCML dialect.
- Returns
- The wrapped FCML dialect.
- Since
- 1.1.0
◆ setDialect()
Sets a new dialect for the wrapper.
- Parameters
-
dialect | The new dialect for the wrapper. |
- Since
- 1.1.0
The documentation for this class was generated from the following file: