LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | List of all members
lsst::afw::table::SchemaItem< T > Struct Template Reference

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
 

Detailed Description

template<typename T>
struct lsst::afw::table::SchemaItem< T >

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.

Constructor & Destructor Documentation

template<typename T>
lsst::afw::table::SchemaItem< T >::SchemaItem ( Key< T > const &  key_,
Field< T > const &  field_ 
)
inline

Definition at line 32 of file SchemaImpl.h.

32 : key(key_), field(field_) {}

Member Data Documentation

template<typename T>
Field<T> lsst::afw::table::SchemaItem< T >::field

Definition at line 30 of file SchemaImpl.h.

template<typename T>
Key<T> lsst::afw::table::SchemaItem< T >::key

Definition at line 29 of file SchemaImpl.h.


The documentation for this struct was generated from the following file: