fcml  1.2.2
Public Member Functions | List of all members
fcml::DialectAware Class Reference

Inherit from this class in order to get access to the native FCML dialect structure. More...

#include <fcml_dialect.hpp>

Inheritance diagram for fcml::DialectAware:
Inheritance graph
[legend]

Public Member Functions

 DialectAware ()
 Default constructor. More...
 
virtual ~DialectAware ()
 Virtual destructor. More...
 
fcml_st_dialectextractDialect (const Dialect &dialect) const
 Extracts the native FCML dialect from the dialect object. More...
 

Detailed Description

Inherit from this class in order to get access to the native FCML dialect structure.

Since
1.1.0

Constructor & Destructor Documentation

◆ DialectAware()

fcml::DialectAware::DialectAware ( )
inline

Default constructor.

Since
1.1.0

◆ ~DialectAware()

virtual fcml::DialectAware::~DialectAware ( )
inlinevirtual

Virtual destructor.

Since
1.1.0

Member Function Documentation

◆ extractDialect()

fcml_st_dialect* fcml::DialectAware::extractDialect ( const Dialect dialect) const
inline

Extracts the native FCML dialect from the dialect object.

Parameters
dialectThe wrapper.
Returns
The wrapped FCML dialect.
Since
1.1.0

The documentation for this class was generated from the following file: