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
|
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 27 of file SchemaImpl.h.
|
inline |
Definition at line 32 of file SchemaImpl.h.
Field<T> lsst.afw.table::SchemaItem< T >::field |
Definition at line 30 of file SchemaImpl.h.
Key<T> lsst.afw.table::SchemaItem< T >::key |
Definition at line 29 of file SchemaImpl.h.