|
suanPan
|
#include "argumentParser.h"#include <Step/Bead.h>#include <Toolbox/Converter.h>#include <Toolbox/commandParser.h>#include <Toolbox/utility.h>#include <UnitTest/CatchTest.h>#include <iomanip>#include "revision.h"Functions | |
| bool | check_debugger () |
| void | check_version (const char *path_to_executable) |
| void | strip_mode (const string &input_file_name, const string &output_file_name) |
| void | convert_mode (const string &input_file_name, const string &output_file_name) |
| void | print_header () |
| void | argument_parser (const int argc, char **argv) |
| void | print_version () |
| void | print_helper () |
| void | cli_mode (const shared_ptr< Bead > &model) |
Variables | |
| constexpr auto | SUANPAN_MAJOR = 2 |
| constexpr auto | SUANPAN_MINOR = 7 |
| constexpr auto | SUANPAN_PATCH = 0 |
| constexpr auto | SUANPAN_CODE = "Betelgeuse" |
| constexpr auto | SUANPAN_ARCH = 64 |
| bool | SUANPAN_PRINT = true |
| bool | SUANPAN_VERBOSE = false |
| const char * | SUANPAN_EXE = "" |
| void argument_parser | ( | const int | argc, |
| char ** | argv | ||
| ) |
| bool check_debugger | ( | ) |
| void check_version | ( | const char * | path_to_executable | ) |
| void cli_mode | ( | const shared_ptr< Bead > & | model | ) |
| void convert_mode | ( | const string & | input_file_name, |
| const string & | output_file_name | ||
| ) |
| void print_header | ( | ) |
| void print_helper | ( | ) |
| void print_version | ( | ) |
| void strip_mode | ( | const string & | input_file_name, |
| const string & | output_file_name | ||
| ) |
|
constexpr |
|
constexpr |
| const char* SUANPAN_EXE = "" |
|
constexpr |
|
constexpr |
|
constexpr |
| bool SUANPAN_PRINT = true |
| bool SUANPAN_VERBOSE = false |