|
Covalent Bond
0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
|
row major table. More...
#include <cbTable.hpp>

Public Member Functions | |
| __metaMatrix ()=default | |
| __metaMatrix (const cbShape< Dims > &shape) | |
| __metaMatrix (const cbShape< Dims > &shape, cbCell *dataptr) | |
| __metaMatrix (const __metaMatrix &rhs) | |
| void | free () |
Public Attributes | |
| cbShape< Dims > | m_shape |
| cbCell * | __dataptr = nullptr |
| bool | m_trueDataContainer = false |
row major table.
| Dims |
Definition at line 211 of file cbTable.hpp.
|
default |
|
inline |
Definition at line 213 of file cbTable.hpp.
|
inline |
Definition at line 214 of file cbTable.hpp.
|
inline |
Definition at line 215 of file cbTable.hpp.
|
inline |
Definition at line 220 of file cbTable.hpp.
| cbCell* __metaMatrix< Dims >::__dataptr = nullptr |
Definition at line 225 of file cbTable.hpp.
Referenced by __metaMatrix< 2 >::__metaMatrix(), cbTable::cbTable(), cbTableCol::cbTableCol(), cbTableRow::cbTableRow(), __metaMatrix< 2 >::free(), and mallocMetaMatrix().
| cbShape<Dims> __metaMatrix< Dims >::m_shape |
Definition at line 224 of file cbTable.hpp.
Referenced by __metaMatrix< 2 >::__metaMatrix(), cbTable::cbTable(), cbTableCol::cbTableCol(), cbTableRow::cbTableRow(), and mallocMetaMatrix().
| bool __metaMatrix< Dims >::m_trueDataContainer = false |
Definition at line 226 of file cbTable.hpp.
Referenced by __metaMatrix< 2 >::free().
1.8.17