lsst.afw g3a5ebb7d8a+28b83bf6a5
Loading...
Searching...
No Matches
BaseColumnView.cc File Reference
#include "boost/preprocessor/seq/for_each.hpp"
#include "boost/preprocessor/tuple/to_seq.hpp"
#include "lsst/afw/table/BaseColumnView.h"
#include "lsst/afw/table/detail/Access.h"

Go to the source code of this file.

Classes

struct  lsst::afw::table::BaseColumnView::Impl

Namespaces

namespace  lsst
namespace  lsst::afw
namespace  lsst::afw::table

Macros

#define INSTANTIATE_COLUMNVIEW_SCALAR(r, data, elem)
#define INSTANTIATE_COLUMNVIEW_ARRAY(r, data, elem)

Functions

 lsst::afw::table::BOOST_PP_SEQ_FOR_EACH (INSTANTIATE_COLUMNVIEW_SCALAR, _, BOOST_PP_TUPLE_TO_SEQ(AFW_TABLE_SCALAR_FIELD_TYPE_N, AFW_TABLE_SCALAR_FIELD_TYPE_TUPLE)) BOOST_PP_SEQ_FOR_EACH(INSTANTIATE_COLUMNVIEW_ARRAY

Variables

 lsst::afw::table::_

Macro Definition Documentation

◆ INSTANTIATE_COLUMNVIEW_ARRAY

#define INSTANTIATE_COLUMNVIEW_ARRAY ( r,
data,
elem )
Value:
template ndarray::ArrayRef<elem, 2, 1> const BaseColumnView::operator[](Key<Array<elem> > const &) const;

◆ INSTANTIATE_COLUMNVIEW_SCALAR

#define INSTANTIATE_COLUMNVIEW_SCALAR ( r,
data,
elem )
Value:
template ndarray::ArrayRef<elem, 1> const BaseColumnView::operator[](Key<elem> const &) const;

Definition at line 189 of file BaseColumnView.cc.