lsst.afw
20.0.0-9-g61a2a9a3d+63f5489896
|
A simple pair-like struct for mapping a Field (name and description) with a Key (used for actual data access). More...
#include <SchemaImpl.h>
Public Member Functions | |
SchemaItem (Key< T > const &key_, Field< T > const &field_) | |
Public Attributes | |
Key< T > | key |
Field< T > | field |
A simple pair-like struct for mapping a Field (name and description) with a Key (used for actual data access).
Definition at line 25 of file SchemaImpl.h.
|
inline |
Definition at line 29 of file SchemaImpl.h.
Field<T> lsst::afw::table::SchemaItem< T >::field |
Definition at line 27 of file SchemaImpl.h.
Key<T> lsst::afw::table::SchemaItem< T >::key |
Definition at line 26 of file SchemaImpl.h.