|
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 | |
| cbShape ()=default | |
| cbShape (const cbShape< Dims > &rhs) | |
| cbShape (const std::initializer_list< int32_t > &rhs) | |
| int32_t & | operator[] (int32_t idx) |
| const int32_t | operator[] (int32_t idx) const |
| int32_t | numElements () |
Public Attributes | |
| int32_t | m_stride |
| int32_t | m_dims [Dims] |
| Dims |
Definition at line 135 of file cbTable.hpp.
Definition at line 137 of file cbTable.hpp.
|
inline |
Definition at line 142 of file cbTable.hpp.
|
inline |
Definition at line 154 of file cbTable.hpp.
|
inline |
Definition at line 151 of file cbTable.hpp.
|
inline |
Definition at line 152 of file cbTable.hpp.
| int32_t cbShape< Dims >::m_dims[Dims] |
Definition at line 162 of file cbTable.hpp.
Referenced by cbShape< 2 >::cbShape(), cbShape< 2 >::numElements(), and cbShape< 2 >::operator[]().
| int32_t cbShape< Dims >::m_stride |
Definition at line 161 of file cbTable.hpp.
Referenced by cbShape< 2 >::cbShape().
1.8.17