Mantis App v0.1.13
Loading...
Searching...
No Matches
app.h File Reference

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>
Include dependency graph for app.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.