|
Covalent Bond
0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
|
The impl of table. More...

Go to the source code of this file.
Functions | |
| void | mapShared2Virtual (cbVirtualSharedTable *sharedT, cbVirtualTable *virtualT) |
| std::vector< cbMySQLCell * > | __luaPackedCellAsVec (cbMySQLCell *v) |
| std::vector< std::string > | __luaPackedStringAsVec () |
The impl of table.
Definition in file cbTable.cpp.
| std::vector<cbMySQLCell*> __luaPackedCellAsVec | ( | cbMySQLCell * | v | ) |
Definition at line 467 of file cbTable.cpp.
Referenced by cb::graph::cbComputeGraph::cbComputeGraph().

| std::vector<std::string> __luaPackedStringAsVec | ( | ) |
Definition at line 474 of file cbTable.cpp.
Referenced by cb::graph::cbComputeGraph::cbComputeGraph().

| void mapShared2Virtual | ( | cbVirtualSharedTable * | sharedT, |
| cbVirtualTable * | virtualT | ||
| ) |
Definition at line 232 of file cbTable.cpp.
References cbVirtualSharedTable::atPtr(), cbVirtualTable::atPtrRef(), cbVirtualSharedTable::getInfo(), cbVirtualSharedTable::getShape(), cbVirtualTable::getShape(), makeShapeFull(), cbVirtualTable::resetShape(), and cbVirtualTable::setInfo().
Referenced by cb::graph::cbVirtualDeviceNode::generateTask().


1.8.17