35#include "src/jazz_bebop/snippet.h"
38#ifndef INCLUDED_JAZZ_CATCH2
39#define INCLUDED_JAZZ_CATCH2
41#include "src/catch2/catch.hpp"
47#ifndef INCLUDED_JAZZ_BEBOP_FIELD
48#define INCLUDED_JAZZ_BEBOP_FIELD
BaseAPI: The parent of API and Core.
Definition base_api.h:121
Fields: A Space for Snippets.
Definition fields.h:60
virtual StatusCode start()
Definition fields.cpp:57
pBaseAPI p_api
A pointer to the BaseAPI that provides access to containers.
Definition fields.h:75
virtual pChar const id()
Definition fields.cpp:97
pVolatile p_volatile
The Volatile container.
Definition fields.h:73
pPersisted p_persisted
The Persisted container.
Definition fields.h:74
Name storage_ent
The name of the storage entity (Typically an lmdb database with the metadata of all SemSpaces).
Definition fields.h:72
Persisted: A Service to manage data objects in LMDB.
Definition persisted.h:93
A Jazz Service is a globally instanced configurable object that may allocate RAM.
Definition utils.h:285
Volatile: A Service to manage data objects in RAM.
Definition volatile.h:244
A language to access any container by base using locators.
Definition base_api.cpp:39
Fields * pFields
A pointer to a Fields.
Definition fields.h:77
char * pChar
A pointer to a char buffer.
Definition types.h:185
char Name[NAME_SIZE]
A short identifier used in Blocks, Containers and API.
Definition types.h:183
int StatusCode
Type returned by the Service API.
Definition utils.h:141