Struct RecordData

Struct Documentation

struct RecordData

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.

Public Members

void *data
std::shared_ptr<BaseTable> table
ndarray::Manager::Ptr manager