lsst.afw  22.0.1-39-g816bf8776+e9ecb060fe
Static Public Attributes | List of all members
lsst::afw::table::KeyBase< T > Class Template Reference

A base class for Key that allows subfield keys to be extracted for some field types. More...

#include <KeyBase.h>

Inheritance diagram for lsst::afw::table::KeyBase< T >:
lsst::afw::table::Key< double > lsst::afw::table::Key< std::string > lsst::afw::table::Key< float > lsst::afw::table::Key< int > lsst::afw::table::Key< afw::table::Flag > lsst::afw::table::Key< lsst::geom::Angle > lsst::afw::table::Key< lsst::afw::table::Array< int > > lsst::afw::table::Key< std::int64_t > lsst::afw::table::Key< T >

Static Public Attributes

static bool const HAS_NAMED_SUBFIELDS = false
 

Detailed Description

template<typename T>
class lsst::afw::table::KeyBase< T >

A base class for Key that allows subfield keys to be extracted for some field types.

Definition at line 20 of file KeyBase.h.

Member Data Documentation

◆ HAS_NAMED_SUBFIELDS

template<typename T >
bool const lsst::afw::table::KeyBase< T >::HAS_NAMED_SUBFIELDS = false
static

Definition at line 22 of file KeyBase.h.


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