![]() |
Mantis App v0.1.13
|
The main application for mantis. More...
#include <string>
#include <mutex>
#include <filesystem>
#include <argparse/argparse.hpp>
#include "../core/expr_evaluator.h"
#include <termios.h>
#include <unistd.h>
Go to the source code of this file.
Classes | |
class | mantis::MantisApp |
Mantis entry point. More... | |
Namespaces | |
namespace | mantis |
router.h | |
Enumerations | |
enum class | mantis::DbType { mantis::SQLITE = 0x01 , mantis::PSQL , mantis::MYSQL } |
Enum for which database is currently selected. More... | |
The main application for mantis.
Controls all other units creation, commandline parsing as well as handling application state.
Created by allan on 16/05/2025.