|
suanPan
|
#include "argument.h"#include <Include/whereami/whereami.h>#include <Step/Bead.h>#include <Toolbox/Converter.h>#include <Toolbox/command.h>#include <Toolbox/utility.h>#include <UnitTest/CatchTest.h>#include <array>#include "revision.h"Functions | |
| bool | check_debugger () |
| bool | support_emoji () |
| void | check_version (const fs::path &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 () |
| fs::path | whereami (const char *argv) |
| 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 = 3 |
| constexpr auto | SUANPAN_MINOR = 4 |
| constexpr auto | SUANPAN_PATCH = 0 |
| constexpr auto | SUANPAN_CODE = "Canopus" |
| bool | SUANPAN_PRINT = true |
| bool | SUANPAN_COLOR = true |
| bool | SUANPAN_VERBOSE = false |
| fs::path | SUANPAN_EXE = "" |
| bool check_debugger | ( | ) |
| void check_version | ( | const fs::path & | path_to_executable | ) |
| void convert_mode | ( | const string & | input_file_name, |
| const string & | output_file_name | ||
| ) |
| void print_header | ( | ) |
| void strip_mode | ( | const string & | input_file_name, |
| const string & | output_file_name | ||
| ) |
| bool support_emoji | ( | ) |
| fs::path whereami | ( | const char * | argv | ) |
|
constexpr |
| bool SUANPAN_COLOR = true |
| fs::path SUANPAN_EXE = "" |
|
constexpr |
|
constexpr |
|
constexpr |
| bool SUANPAN_PRINT = true |
| bool SUANPAN_VERBOSE = false |