|
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 | |
| cbTableCol ()=delete | |
| cbTableCol (const cbShape< 2 > &shape) | |
| cbTableCol (const cbShape< 2 > &shape, int32_t stride) | |
| cbTableCol (const cbShape< 2 > &shape, int32_t stride, cbCell *dataptr) | |
| cbTableCol (const cbTableCol &rhs) | |
| cbCell * | at (int32_t i) |
| void | setThisAsTrueDataContainer () |
| void | setStride (int32_t rhs) |
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 |
Private Attributes | |
| int32_t | m_stride = 0 |
Definition at line 254 of file cbTable.hpp.
|
delete |
|
inline |
Definition at line 257 of file cbTable.hpp.
|
inline |
Definition at line 258 of file cbTable.hpp.
Definition at line 259 of file cbTable.hpp.
|
inline |
Definition at line 261 of file cbTable.hpp.
References __metaMatrix< 2 >::__dataptr, __metaMatrix< Dims >::__dataptr, __metaMatrix< Dims >::m_shape, __metaMatrix< 2 >::m_shape, and m_stride.
|
inline |
Definition at line 267 of file cbTable.hpp.
References __metaMatrix< 2 >::__dataptr, and m_stride.
|
inline |
Definition at line 271 of file cbTable.hpp.
References m_stride.
Referenced by mallocMetaMatrix().

|
inline |
Definition at line 269 of file cbTable.hpp.
References __metaMatrix< 2 >::m_trueDataContainer.
Referenced by mallocMetaMatrix().

| cbTableHead cbTableCol::head |
Definition at line 273 of file cbTable.hpp.
Referenced by cbTable::getCol().
|
private |
Definition at line 276 of file cbTable.hpp.
Referenced by at(), cbTableCol(), and setStride().
1.8.17