lsst.afw g3a5ebb7d8a+28b83bf6a5
Loading...
Searching...
No Matches
lsst::afw::table::detail::RecordData Struct Reference

Helper struct that contains the information passed from BaseTable to BaseRecord at construction. More...

#include <BaseTable.h>

Public Attributes

void * data
std::shared_ptr< BaseTabletable
ndarray::Manager::Ptr manager

Detailed Description

Helper struct that contains the information passed from BaseTable to BaseRecord at construction.

This can't be a nested class of either of those two classes for dependency reasons, but it should nevertheless be considered opaque by all derived Table and Record classes.

Definition at line 32 of file BaseTable.h.

Member Data Documentation

◆ data

void* lsst::afw::table::detail::RecordData::data

Definition at line 33 of file BaseTable.h.

◆ manager

ndarray::Manager::Ptr lsst::afw::table::detail::RecordData::manager

Definition at line 35 of file BaseTable.h.

◆ table

std::shared_ptr<BaseTable> lsst::afw::table::detail::RecordData::table

Definition at line 34 of file BaseTable.h.


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