MantisBase v0.3.4
Loading...
Searching...
No Matches
mantis.h File Reference

Convenience header that includes all MantisBase public API headers. More...

#include "utils/utils.h"
#include "utils/uuidv7.h"
#include "utils/soci_wrappers.h"
#include "mantisbase.h"
#include "core/context_store.h"
#include "core/database.h"
#include "core/exceptions.h"
#include "core/expr_evaluator.h"
#include "core/files.h"
#include "core/http.h"
#include "core/auth.h"
#include "core/logger/logger.h"
#include "core/middlewares.h"
#include "core/route_registry.h"
#include "core/router.h"
#include "core/kv_store.h"
#include "core/types.h"
#include "core/models/validators.h"
#include "core/models/entity.h"
#include "core/models/entity_schema.h"
#include "core/models/entity_schema_field.h"
#include <nlohmann/json.hpp>
#include <argparse/argparse.hpp>
#include <soci/soci.h>
#include <httplib.h>
Include dependency graph for mantis.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  mb
 router.h
 

Detailed Description

Convenience header that includes all MantisBase public API headers.

This header provides a single include point for all MantisBase functionality. It includes core components, models, utilities, and third-party dependencies.