LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Public Member Functions | Static Public Attributes | List of all members
lsst::afw::table::KeyBase< Array< U > > Class Template Reference

KeyBase specialization for Arrays. More...

#include <KeyBase.h>

Public Member Functions

std::vector< U > extractVector (BaseRecord const &record) const
 
void assignVector (BaseRecord &record, std::vector< U > const &values) const
 
Key< U > operator[] (int i) const
 Return a subfield key for the i-th element of the array. More...
 
Key< Array< U > > slice (int begin, int end) const
 Return a key for a range of elements. More...
 

Static Public Attributes

static bool const HAS_NAMED_SUBFIELDS = false
 

Detailed Description

template<typename U>
class lsst::afw::table::KeyBase< Array< U > >

KeyBase specialization for Arrays.

Definition at line 25 of file KeyBase.h.

Member Function Documentation

template<typename U >
void lsst::afw::table::KeyBase< Array< U > >::assignVector ( BaseRecord record,
std::vector< U > const &  values 
) const
template<typename U >
std::vector<U> lsst::afw::table::KeyBase< Array< U > >::extractVector ( BaseRecord const &  record) const
template<typename U >
Key<U> lsst::afw::table::KeyBase< Array< U > >::operator[] ( int  i) const

Return a subfield key for the i-th element of the array.

template<typename U >
Key< Array<U> > lsst::afw::table::KeyBase< Array< U > >::slice ( int  begin,
int  end 
) const

Return a key for a range of elements.

Member Data Documentation

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

Definition at line 27 of file KeyBase.h.


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