35#include "src/jazz_models/data_space.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
69 std::map<stdName, std::string>
self;
BaseAPI: The parent of API and Core.
Definition base_api.h:122
DataSpace.
Definition data_space.h:356
SemSpace: A Fields for Concepts.
Definition sem_space.h:60
~SemSpace()
SemSpace: Destructor.
Definition sem_space.cpp:112
Name storage_ent
The name of the storage entity (Typically an lmdb database with the metadata of all SemSpace).
Definition sem_space.h:86
std::map< stdName, std::string > self
An attribute that is a map of names to other Spaces or strings.
Definition sem_space.h:69
char Name[NAME_SIZE]
A short identifier used in Blocks, Containers and API.
Definition types.h:187
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:88