#include <audio/utility/translator.h>
| Public Member Functions | |
| virtual | ~Translator () | 
| virtual T | translate (const T &inputValue)=0 | 
An interface for a class that translates a value of a certain type into another value of the same type
| 
 | virtual | 
| 
 | pure virtual | 
Implemented in TableTranslator< T >.