LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
#include <FunctorKey.h>
Additional Inherited Members | |
![]() | |
virtual T | get (BaseRecord const &record) const =0 |
virtual | ~OutputFunctorKey () |
![]() | |
virtual void | set (BaseRecord &record, T const &value) const =0 |
virtual | ~InputFunctorKey () |
Convenience base class that combines the OutputFunctorKey and InputFunctorKey
Most objects that can set a calculated or compound value from a record can also get that value back, so we provide this class to aggregate those interfaces.
Definition at line 70 of file FunctorKey.h.