Covalent Bond  0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
Public Member Functions | Public Attributes | List of all members
cbTableRow Struct Reference

#include <cbTable.hpp>

Inheritance diagram for cbTableRow:
Inheritance graph
[legend]
Collaboration diagram for cbTableRow:
Collaboration graph
[legend]

Public Member Functions

 cbTableRow ()=delete
 
 cbTableRow (const cbShape< 2 > &shape)
 
 cbTableRow (const cbShape< 2 > &shape, cbCell *dataptr)
 
 cbTableRow (const cbTableRow &rhs)
 
void setThisAsTrueDataContainer ()
 
cbCellat (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
 

Detailed Description

Definition at line 233 of file cbTable.hpp.

Constructor & Destructor Documentation

◆ cbTableRow() [1/4]

cbTableRow::cbTableRow ( )
delete

◆ cbTableRow() [2/4]

cbTableRow::cbTableRow ( const cbShape< 2 > &  shape)
inline

Definition at line 236 of file cbTable.hpp.

◆ cbTableRow() [3/4]

cbTableRow::cbTableRow ( const cbShape< 2 > &  shape,
cbCell dataptr 
)
inline

Definition at line 237 of file cbTable.hpp.

◆ cbTableRow() [4/4]

cbTableRow::cbTableRow ( const cbTableRow rhs)
inline

Member Function Documentation

◆ at()

cbCell* cbTableRow::at ( int32_t  i)
inline

Definition at line 245 of file cbTable.hpp.

References __metaMatrix< 2 >::__dataptr.

◆ setThisAsTrueDataContainer()

void cbTableRow::setThisAsTrueDataContainer ( )
inline

Definition at line 243 of file cbTable.hpp.

References __metaMatrix< 2 >::m_trueDataContainer.

Member Data Documentation

◆ head

cbTableHead cbTableRow::head

Definition at line 247 of file cbTable.hpp.

Referenced by cbTable::getRow().


The documentation for this struct was generated from the following file: