|
Covalent Bond
0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
|
#include <pipeline.hpp>
Public Member Functions | |
| ~graphContainer () | |
| graphContainer (int32_t n) | |
| graphContainer (graphContainer &)=delete | |
| graphContainer (const graphContainer &)=delete | |
| graphContainer | operator= (graphContainer &)=delete |
| graphContainer | operator= (const graphContainer &)=delete |
| void | addGraph (graph::cbComputeGraph *g) |
| graph::cbComputeGraph * | getGraph (int32_t idx) |
| Get the Graph object. More... | |
| void | execMain () |
| void | setTerminated (bool enable) |
| Set the Terminated object. More... | |
| size_t | nums () |
Private Attributes | |
| bool | m_isTerminated = false |
| std::vector< graph::cbComputeGraph * > | m_graphs |
| int32_t | m_loopTime = 10 |
Definition at line 35 of file pipeline.hpp.
| cb::pipeline::graphContainer::~graphContainer | ( | ) |
Definition at line 13 of file pipeline.cpp.
References m_graphs.
| cb::pipeline::graphContainer::graphContainer | ( | int32_t | n | ) |
Definition at line 11 of file pipeline.cpp.
|
delete |
|
delete |
| void cb::pipeline::graphContainer::addGraph | ( | graph::cbComputeGraph * | g | ) |
| g |
Definition at line 17 of file pipeline.cpp.
References m_graphs.
Referenced by cb::pipeline::app::initRHttp().

| void cb::pipeline::graphContainer::execMain | ( | ) |
Definition at line 26 of file pipeline.cpp.
References m_graphs, m_isTerminated, and m_loopTime.
| graph::cbComputeGraph * cb::pipeline::graphContainer::getGraph | ( | int32_t | idx | ) |
Get the Graph object.
| idx |
Definition at line 19 of file pipeline.cpp.
References m_graphs.
Referenced by cb::pipeline::app::initRHttp().

| size_t cb::pipeline::graphContainer::nums | ( | ) |
Definition at line 58 of file pipeline.cpp.
References m_graphs.
Referenced by cb::pipeline::app::initRHttp().

|
delete |
|
delete |
| void cb::pipeline::graphContainer::setTerminated | ( | bool | enable | ) |
Set the Terminated object.
| enable |
Definition at line 56 of file pipeline.cpp.
References m_isTerminated.
|
private |
Definition at line 81 of file pipeline.hpp.
Referenced by addGraph(), execMain(), getGraph(), nums(), and ~graphContainer().
|
private |
Definition at line 80 of file pipeline.hpp.
Referenced by execMain(), and setTerminated().
|
private |
Definition at line 82 of file pipeline.hpp.
Referenced by execMain().
1.8.17