Flow123d
release_3.0.0-1105-g32a483d
|
Definition of unit grammar. More...
#include <unit_converter_template.hh>
Classes | |
class | definition |
Define rules of grammar. More... | |
Public Types | |
typedef Semantic_actions< Iter_type > | Semantic_actions_t |
Public Member Functions | |
UnitSIGrammer (Semantic_actions_t &semantic_actions) | |
Constructor. More... | |
Private Member Functions | |
UnitSIGrammer & | operator= (const UnitSIGrammer &) |
Private Attributes | |
Semantic_actions_t & | actions_ |
Definition of unit grammar.
Allow parse user-defined units.
Definition at line 210 of file unit_converter_template.hh.
typedef Semantic_actions< Iter_type > units_converter::UnitSIGrammer< Iter_type >::Semantic_actions_t |
Definition at line 214 of file unit_converter_template.hh.
|
inline |
Constructor.
Definition at line 217 of file unit_converter_template.hh.
|
private |
|
private |
Definition at line 319 of file unit_converter_template.hh.