An Operator lookup for use by an Evaluator.
More...
#include "translator.hpp"
Definition at line 62 of file translator.hpp.
◆ Evaluate() [1/2]
◆ Evaluate() [2/2]
std::string Om::Language::Translator::Evaluate |
( |
char const |
theCodeUnitIterator[] | ) |
const |
- Parameters
-
theCodeUnitIterator | A non-null pointer to a null-terminated code unit array. |
- Returns
- A string containing the output.
This form is implemented in terms of the other form.
◆ GiveElements()
virtual void Om::Language::Translator::GiveElements |
( |
Consumer & |
| ) |
const |
|
pure virtual |
◆ IsEmpty()
virtual bool Om::Language::Translator::IsEmpty |
( |
| ) |
const |
|
pure virtual |
◆ Translate()
virtual bool Om::Language::Translator::Translate |
( |
Evaluation & |
, |
|
|
Operator const & |
|
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: