Template Class KeyBase< Flag >

Inheritance Relationships

Derived Type

Class Documentation

template<>
class KeyBase<Flag>

A base class for Key that allows the underlying storage field to be extracted.

Subclassed by lsst::afw::table::Key< Flag >

Public Functions

Key<FieldBase<Flag>::Element> getStorage() const

Return a key corresponding to the integer element where this field’s bit is packed.

KeyBase()
KeyBase(KeyBase const&)
KeyBase(KeyBase&&)
KeyBase &operator=(KeyBase const&)
KeyBase &operator=(KeyBase&&)
~KeyBase()

Public Static Attributes

bool const HAS_NAMED_SUBFIELDS = false