Covalent Bond  0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
Macros | Functions
main.cpp File Reference
#include "argparse.hpp"
#include "pipeline.hpp"
Include dependency graph for main.cpp:

Go to the source code of this file.

Macros

#define HELP_STR   "\Licensed under the Apache License, Version 2.0 (the \" License \")\n\You may obtain a copy of the License at\n\\n\http://www.apache.org/licenses/LICENSE-2.0\n\\n\Unless required by applicable law or agreed to in writing, software\n\distributed under the License is distributed on an \" AS IS \" BASIS,\n\WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\See the License for the specific language governing permissions and\n\limitations under the License.\n"
 
#define WELCOME_STR   "Welcome to CovalentBond."
 

Functions

static WFFacilities::WaitGroup wait_group (1)
 
static WFFacilities::WaitGroup wait_group_end (1)
 
void sig_handler (int signo)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ HELP_STR

#define HELP_STR   "\Licensed under the Apache License, Version 2.0 (the \" License \")\n\You may obtain a copy of the License at\n\\n\http://www.apache.org/licenses/LICENSE-2.0\n\\n\Unless required by applicable law or agreed to in writing, software\n\distributed under the License is distributed on an \" AS IS \" BASIS,\n\WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\See the License for the specific language governing permissions and\n\limitations under the License.\n"

Definition at line 4 of file main.cpp.

◆ WELCOME_STR

#define WELCOME_STR   "Welcome to CovalentBond."

Definition at line 17 of file main.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ sig_handler()

void sig_handler ( int  signo)

Definition at line 22 of file main.cpp.

References wait_group().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ wait_group()

static WFFacilities::WaitGroup wait_group ( )
static

Referenced by main(), and sig_handler().

Here is the caller graph for this function:

◆ wait_group_end()

static WFFacilities::WaitGroup wait_group_end ( )
static

Referenced by main().

Here is the caller graph for this function: