|
| DataFieldAccessor (Client *client, caffa::ObjectHandle *fieldOwner, const std::string &fieldName) |
|
std::unique_ptr< caffa::DataFieldAccessor< DataType > > | clone () const override |
| Clone the accessor using polymorphism. More...
|
|
DataType | value () override |
| Get the field value. More...
|
|
void | setValue (const DataType &value) override |
| Set the value with the accessor. Will throw a std::runtime_exception if the accessor has limits and the value is outside those limits. More...
|
|
◆ clone()
template<class DataType >
◆ setValue()
template<class DataType >
Set the value with the accessor. Will throw a std::runtime_exception if the accessor has limits and the value is outside those limits.
- Parameters
-
Implements caffa::DataFieldAccessor< DataType >.
◆ value()
template<class DataType >
The documentation for this class was generated from the following file: