35#include "src/jazz_bebop/casters.h"
38#ifndef INCLUDED_JAZZ_CATCH2
39#define INCLUDED_JAZZ_CATCH2
41#include "src/catch2/catch.hpp"
47#ifndef INCLUDED_JAZZ_BEBOP_BEBOP
48#define INCLUDED_JAZZ_BEBOP_BEBOP
Bebop: The compiler.
Definition bebop.h:91
virtual pChar const id()
Definition bebop.cpp:139
StatusCode start()
Definition bebop.cpp:149
StatusCode shut_down()
Definition bebop.cpp:166
void base_names(BaseNames &base_names)
Definition bebop.cpp:179
BaseAPI: The parent of API and Core.
Definition base_api.h:122
Core: The execution unit is now a wrapper around onnx-runtime.
Definition core.h:93
Channels: A Container doing block transactions across media (files, folders, shell,...
Definition channel.h:242
A configuration file as a key/value store.
Definition utils.h:218
A simple logger.
Definition utils.h:248
Persisted: A Service to manage data objects in LMDB.
Definition persisted.h:111
Volatile: A Service to manage data objects in RAM.
Definition volatile.h:243
The Bop compiler.
Definition bebop.cpp:115
Bebop * pBebop
A pointer to a Bebop compiler.
Definition bebop.h:105
std::map< String, pContainer > BaseNames
A map of names for the containers (or structure engines like "map" or "tree" inside Volatile).
Definition container.h:157
char * pChar
A pointer to a char buffer.
Definition types.h:189
int StatusCode
Type returned by the Service API.
Definition utils.h:142