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


Public Member Functions | |
| cbTableRow ()=delete | |
| cbTableRow (const cbShape< 2 > &shape) | |
| cbTableRow (const cbShape< 2 > &shape, cbCell *dataptr) | |
| cbTableRow (const cbTableRow &rhs) | |
| void | setThisAsTrueDataContainer () |
| cbCell * | at (int32_t i) |
Public Member Functions inherited from __metaMatrix< 2 > | |
| __metaMatrix ()=default | |
| __metaMatrix (const cbShape< Dims > &shape) | |
| __metaMatrix (const cbShape< Dims > &shape, cbCell *dataptr) | |
| __metaMatrix (const __metaMatrix &rhs) | |
| void | free () |
Public Attributes | |
| cbTableHead | head |
Public Attributes inherited from __metaMatrix< 2 > | |
| cbShape< Dims > | m_shape |
| cbCell * | __dataptr |
| bool | m_trueDataContainer |
Definition at line 233 of file cbTable.hpp.
|
delete |
|
inline |
Definition at line 236 of file cbTable.hpp.
Definition at line 237 of file cbTable.hpp.
|
inline |
Definition at line 238 of file cbTable.hpp.
References __metaMatrix< 2 >::__dataptr, __metaMatrix< Dims >::__dataptr, __metaMatrix< 2 >::m_shape, and __metaMatrix< Dims >::m_shape.
|
inline |
Definition at line 245 of file cbTable.hpp.
References __metaMatrix< 2 >::__dataptr.
|
inline |
Definition at line 243 of file cbTable.hpp.
References __metaMatrix< 2 >::m_trueDataContainer.
| cbTableHead cbTableRow::head |
Definition at line 247 of file cbTable.hpp.
Referenced by cbTable::getRow().
1.8.17