lsst.afw g7876432fea+de8826df4f
Loading...
Searching...
No Matches
lsst::afw::table::SchemaItem< T > Struct Template Referencefinal

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 22 of file SchemaImpl.h.

Constructor & Destructor Documentation

◆ SchemaItem()

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

Definition at line 26 of file SchemaImpl.h.

Member Data Documentation

◆ field

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

Definition at line 24 of file SchemaImpl.h.

◆ key

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

Definition at line 23 of file SchemaImpl.h.


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