helics  3.5.2
Public Member Functions | List of all members
helics::TranslatorOperations Class Referenceabstract

#include <TranslatorOperations.hpp>

+ Inheritance diagram for helics::TranslatorOperations:

Public Member Functions

 TranslatorOperations (const TranslatorOperations &fo)=delete
 
 TranslatorOperations (TranslatorOperations &&fo)=delete
 
TranslatorOperationsoperator= (const TranslatorOperations &fo)=delete
 
TranslatorOperationsoperator= (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< TranslatorOperatorgetOperator ()=0
 

Detailed Description

class for managing translator operations

Member Function Documentation

◆ set()

void helics::TranslatorOperations::set ( std::string_view  property,
double  val 
)
virtual

set a property on a translator

Parameters
propertythe name of the property of the translator to change
valthe numerical value of the property

◆ setString()

void helics::TranslatorOperations::setString ( std::string_view  property,
std::string_view  val 
)
virtual

set a string property on a translator

Parameters
propertythe name of the property of the translator to change
valthe numerical value of the property

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