feisty meow concerns codebase
2.140
|
#include "command_line.h"
#include <basis/functions.h>
#include <basis/astring.h>
#include <basis/mutex.h>
#include <configuration/application_configuration.h>
#include <filesystem/directory.h>
#include <filesystem/filename.h>
#include <structures/static_memory_gremlin.h>
#include <structures/string_array.h>
#include <textual/parser_bits.h>
#include <loggers/program_wide_logger.h>
Go to the source code of this file.
Namespaces | |
application | |
Implements an application lock to ensure only one is running at once. | |
Macros | |
#define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
#define | COMPLAIN_CMDS(s) |
Functions | |
bool | application::it_is_a_prefix_char (char to_test) |
Variables | |
application::DEFINE_ARGC_AND_ARGV | |
#define COMPLAIN_CMDS | ( | s | ) |
Definition at line 226 of file command_line.cpp.
#define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 29 of file command_line.cpp.