|
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 | |
| cbOutputTableStruct ()=delete | |
| cbOutputTableStruct (const cbShape< 2 > &shape, cbMySQLField **info) | |
| void | clear () |
| void | update (const cbShape< 2 > &shape, cbMySQLField **info) |
| std::string | genKey4Redis (int32_t row, int32_t col) |
Public Attributes | |
| cbShape< 2 > | m_shape |
| std::vector< cbMySQLField > | m_info |
Definition at line 776 of file cbTable.hpp.
|
delete |
| cbOutputTableStruct::cbOutputTableStruct | ( | const cbShape< 2 > & | shape, |
| cbMySQLField ** | info | ||
| ) |
Definition at line 204 of file cbTable.cpp.
| void cbOutputTableStruct::clear | ( | ) |
Definition at line 210 of file cbTable.cpp.
References m_info, and m_shape.
Referenced by update().

| std::string cbOutputTableStruct::genKey4Redis | ( | int32_t | row, |
| int32_t | col | ||
| ) |
Definition at line 226 of file cbTable.cpp.
References m_info.
| void cbOutputTableStruct::update | ( | const cbShape< 2 > & | shape, |
| cbMySQLField ** | info | ||
| ) |
Definition at line 217 of file cbTable.cpp.
References clear(), m_info, and m_shape.
Referenced by cb::graph::cbGraphSharedMem::setOutStruct().


| std::vector<cbMySQLField> cbOutputTableStruct::m_info |
Definition at line 787 of file cbTable.hpp.
Referenced by cbOutputTableStruct(), clear(), genKey4Redis(), and update().
| cbShape<2> cbOutputTableStruct::m_shape |
Definition at line 786 of file cbTable.hpp.
Referenced by cbOutputTableStruct(), clear(), cb::graph::cbComputeGraph::generateGraphTask(), cb::pipeline::app::initRHttp(), and update().
1.8.17