![]() |
helics
3.6.1
|
#include <TranslatorOperations.hpp>
Inheritance diagram for helics::TranslatorOperations:Public Member Functions | |
| TranslatorOperations (const TranslatorOperations &fo)=delete | |
| TranslatorOperations (TranslatorOperations &&fo)=delete | |
| TranslatorOperations & | operator= (const TranslatorOperations &fo)=delete |
| TranslatorOperations & | operator= (TranslatorOperations &&fo)=delete |
| virtual void | set (std::string_view property, double val) |
| virtual void | setString (std::string_view property, std::string_view val) |
| virtual std::shared_ptr< TranslatorOperator > | getOperator ()=0 |
class for managing translator operations
|
virtual |
set a property on a translator
| property | the name of the property of the translator to change |
| val | the numerical value of the property |
|
virtual |
set a string property on a translator
| property | the name of the property of the translator to change |
| val | the numerical value of the property |