Covalent Bond  0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
Namespaces | Functions
api.cpp File Reference
#include "api.hpp"
#include "trivial/cbVirtualDevice.hpp"
Include dependency graph for api.cpp:

Go to the source code of this file.

Namespaces

 cb
 _WIN32
 
 cb::apiCPP
 
 cb::trans
 

Functions

cb::graph::cbComputeGraphcb::apiCPP::addGraph (int32_t idx, const std::string &cmd, trivial::cbVirtualDeviceManager *vdm)
 
void cb::trans::outbase (HttpResp *resp)
 
void cb::trans::createLeafNode (HttpResp *resp, cb::trans::leafMapStruct &leafMapStruct, trivial::cbMySqlDevice *leafNode)
 
void cb::trans::createOpNode (HttpResp *resp, cb::trans::opMapStruct &opMapStruct)
 
void cb::trans::createFinNode (int posy, int opCodeNow, HttpResp *resp)
 
void cb::trans::Node_leaf_connect (int nodeleftnum, int noderightnum, int nowinputsnum, HttpResp *resp)
 
void cb::trans::Node_op_connect (int nodeleftnum, int nowinputsnum, HttpResp *resp)
 
void cb::trans::outbaseo (HttpResp *resp)