Covalent Bond  0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
Classes | Namespaces | Functions
api.hpp File Reference

The C plus plus API section. More...

#include "wfrest/HttpMsg.h"
#include "../pch.hpp"
#include <wfrest/json.hpp>
#include "task/cbComputeGraph.hpp"
#include "trivial/cbVirtualDevice.hpp"
Include dependency graph for api.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cb::trans::opMapStruct
 
struct  cb::trans::leafMapStruct
 

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)
 

Detailed Description

The C plus plus API section.

Author
chenghua Wang (cheng.nosp@m.hua..nosp@m.wang..nosp@m.edu@.nosp@m.gmail.nosp@m..com)
Version
0.1
Date
2022-11-19

Definition in file api.hpp.