|
lsst.afw g4f4f280218+81551fceaa
|
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 22 of file SchemaImpl.h.
|
inline |
Definition at line 26 of file SchemaImpl.h.
| Field<T> lsst::afw::table::SchemaItem< T >::field |
Definition at line 24 of file SchemaImpl.h.
| Key<T> lsst::afw::table::SchemaItem< T >::key |
Definition at line 23 of file SchemaImpl.h.