![]() |
smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
|
#include <cstdint>#include <memory>#include <unordered_map>#include <vector>#include "smgl/Node.hpp"#include "smgl/Uuid.hpp"#include "smgl/filesystem.hpp"#include "smgl/GraphImpl.hpp"Go to the source code of this file.
Classes | |
| class | smgl::Graph |
| A collection of Nodes for managing pipeline state and serialization. More... | |
Namespaces | |
| namespace | smgl |
| Project top-level namespace. | |
Enumerations | |
| enum class | smgl::CacheType { smgl::Adjacent = 0 , smgl::Subdirectory } |
| Cache Location Type. More... | |