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

#include <api.hpp>

Public Attributes

int nodeCode = 0
 
std::vector< int > inputNodeCode
 
int inputNum = 0
 
int inputNumNow = 0
 
int posy = 0
 

Detailed Description

Definition at line 43 of file api.hpp.

Member Data Documentation

◆ inputNodeCode

std::vector<int> cb::trans::opMapStruct::inputNodeCode

Definition at line 45 of file api.hpp.

◆ inputNum

int cb::trans::opMapStruct::inputNum = 0

Definition at line 46 of file api.hpp.

Referenced by cb::trans::createOpNode().

◆ inputNumNow

int cb::trans::opMapStruct::inputNumNow = 0

Definition at line 47 of file api.hpp.

◆ nodeCode

int cb::trans::opMapStruct::nodeCode = 0

Definition at line 44 of file api.hpp.

Referenced by cb::trans::createOpNode().

◆ posy

int cb::trans::opMapStruct::posy = 0

Definition at line 48 of file api.hpp.

Referenced by cb::trans::createOpNode().


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