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
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: