#include <LOCA_Parameter_Entry.H>
Inheritance diagram for LOCA::Parameter::Entry< ValueType >:
Public Member Functions | |
| Entry () | |
| Default constructor. | |
| virtual | ~Entry () |
| Destructor. | |
| virtual void | setValue (const ValueType &value)=0 |
| Set parameter this object represents to value. | |
| virtual ValueType | getValue () const =0 |
| Get parameter value this object represents. | |
| virtual void | setIsInLibrary ()=0 |
| Informs entry that it is now stored in the library. | |
This class provides the interface that all parameter entry classes should implement. It is templated on the ValueType, which is the type that the underlying parameter is stored as.
|
|||||||||
|
Informs entry that it is now stored in the library. This is used primarily for informing the entry on how to delete itself when deleting the library. Implemented in LOCA::Parameter::StandardEntry< FunctorType, ValueType >. |
1.3.9.1