lsst.afw
22.0.1-28-g197addcb9+cd0c1e0a06
|
A base class for Key that allows the underlying storage field to be extracted. More...
#include <Flag.h>
Public Member Functions | |
Key< FieldBase< Flag >::Element > | getStorage () const |
Return a key corresponding to the integer element where this field's bit is packed. More... | |
KeyBase ()=default | |
KeyBase (KeyBase const &)=default | |
KeyBase (KeyBase &&)=default | |
KeyBase & | operator= (KeyBase const &)=default |
KeyBase & | operator= (KeyBase &&)=default |
~KeyBase ()=default | |
Static Public Attributes | |
static bool const | HAS_NAMED_SUBFIELDS = false |
A base class for Key that allows the underlying storage field to be extracted.
|
default |
|
default |
|
default |
|
default |
Key< FieldBase< Flag >::Element > lsst::afw::table::KeyBase< Flag >::getStorage | ( | ) | const |
Return a key corresponding to the integer element where this field's bit is packed.
Definition at line 15 of file KeyBase.cc.
|
default |
|
default |
|
static |