35#include "src/jazz_models/concept.h"
38#ifndef INCLUDED_JAZZ_CATCH2
39#define INCLUDED_JAZZ_CATCH2
41#include "src/catch2/catch.hpp"
47#ifndef INCLUDED_JAZZ_BEBOP_SEM_SPACE
48#define INCLUDED_JAZZ_BEBOP_SEM_SPACE
BaseAPI: The parent of API and Core.
Definition base_api.h:122
Space: The abstract space.
Definition space.h:256
SemSpace: A Fields for Concepts.
Definition sem_space.h:60
virtual StatusCode start()
Definition sem_space.cpp:59
virtual pChar const id()
Definition sem_space.cpp:90
Name storage_ent
The name of the storage entity (Typically an lmdb database with the metadata of all SemSpace).
Definition sem_space.h:79
char * pChar
A pointer to a char buffer.
Definition types.h:186
char Name[NAME_SIZE]
A short identifier used in Blocks, Containers and API.
Definition types.h:184
int StatusCode
Type returned by the Service API.
Definition utils.h:141
Concepts: A tree of Snippets with support fro blending that populates a semantic space.
Definition concept.cpp:39
SemSpace * pSemSpace
A pointer to a SemSpace.
Definition sem_space.h:81