lsst.afw gf6b95dd08c+a9ccac1eff
Public Member Functions | Public Attributes | List of all members
lsst::afw::table::BaseColumnView::Impl Struct Reference

Public Member Functions

 Impl (std::shared_ptr< BaseTable > const &table_, size_t recordCount_, void *buf_, ndarray::Manager::Ptr const &manager_)
 

Public Attributes

std::size_t recordCount
 
void * buf
 
std::shared_ptr< BaseTabletable
 
ndarray::Manager::Ptr manager
 

Detailed Description

Definition at line 55 of file BaseColumnView.cc.

Constructor & Destructor Documentation

◆ Impl()

lsst::afw::table::BaseColumnView::Impl::Impl ( std::shared_ptr< BaseTable > const &  table_,
size_t  recordCount_,
void *  buf_,
ndarray::Manager::Ptr const &  manager_ 
)
inline

Definition at line 61 of file BaseColumnView.cc.

Member Data Documentation

◆ buf

void* lsst::afw::table::BaseColumnView::Impl::buf

Definition at line 57 of file BaseColumnView.cc.

◆ manager

ndarray::Manager::Ptr lsst::afw::table::BaseColumnView::Impl::manager

Definition at line 59 of file BaseColumnView.cc.

◆ recordCount

std::size_t lsst::afw::table::BaseColumnView::Impl::recordCount

Definition at line 56 of file BaseColumnView.cc.

◆ table

std::shared_ptr<BaseTable> lsst::afw::table::BaseColumnView::Impl::table

Definition at line 58 of file BaseColumnView.cc.


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