1 #ifndef TRIM_BASE_CMDLINE_H 2 #define TRIM_BASE_CMDLINE_H 4 #include "core/export_handling.h" 5 #include "core/trim_impl.h" 30 double value(
void)
override;
38 void setValue(
double val);
44 #endif // TRIM_BASE_CMDLINE_H The interface of a Trim implementation.
Definition: trim_impl.h:7
virtual double value(void)=0
Get the value of the Trim.
Trim implementation for the Cmdline backend.
Definition: trim_impl_cmdline.h:15