#include <Access.h>
Definition at line 31 of file Access.h.
◆ extractElement()
template<typename T >
static Key<typename Key<T>::Element> lsst::afw::table::detail::Access::extractElement |
( |
KeyBase< T > const & |
kb, |
|
|
int |
n |
|
) |
| |
|
inlinestatic |
◆ extractRange()
template<typename T >
static Key<Array<T> > lsst::afw::table::detail::Access::extractRange |
( |
KeyBase< Array< T > > const & |
kb, |
|
|
int |
begin, |
|
|
int |
end |
|
) |
| |
|
inlinestatic |
◆ makeKey() [1/3]
template<typename T >
static Key<T> lsst::afw::table::detail::Access::makeKey |
( |
Field< T > const & |
field, |
|
|
int |
offset |
|
) |
| |
|
inlinestatic |
◆ makeKey() [2/3]
template<typename T >
static Key<T> lsst::afw::table::detail::Access::makeKey |
( |
int |
offset | ) |
|
|
inlinestatic |
◆ makeKey() [3/3]
static Key<Flag> lsst::afw::table::detail::Access::makeKey |
( |
int |
offset, |
|
|
int |
bit |
|
) |
| |
|
inlinestatic |
◆ makeKeyArray()
template<typename T >
static Key<Array<T> > lsst::afw::table::detail::Access::makeKeyArray |
( |
int |
offset, |
|
|
int |
size |
|
) |
| |
|
inlinestatic |
◆ makeKeyString()
static Key<std::string> lsst::afw::table::detail::Access::makeKeyString |
( |
int |
offset, |
|
|
int |
size |
|
) |
| |
|
inlinestatic |
◆ padSchema()
static void lsst::afw::table::detail::Access::padSchema |
( |
Schema & |
schema, |
|
|
int |
bytes |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: