Skip to main content

graph.h File

Umbrella include for SiMa NEAT's graph layer. More...

Included Headers

Description

Umbrella include for SiMa NEAT's graph layer.

Pulls in everything needed to build, compile, and run a Graph: the Graph class itself, the GraphDsl construction helpers, GraphSession/GraphRun runtime types, the Compiler, the StageExecutor and StreamScheduler, the runtime building blocks (BlockingQueue, StageMailbox, StrictSync), and the canonical Graph node implementations (PipelineNode, StageNode, FanOut, JoinBundle, JoinEncodedWithMeta, LambdaStage, Map, StageModelExecutor, StampFrameId, StreamMetadata, plus the Adapters glue).

Include this header instead of cherry-picking individual graph subsystem headers.

File Listing

The file content with the documentation metadata removed is:

1
14#pragma once
15
16#include "graph/Compiler.h"
17#include "graph/Graph.h"
18#include "graph/GraphDsl.h"
22#include "graph/GraphRun.h"
24#include "graph/GraphTypes.h"
25#include "graph/Node.h"
27#include "graph/StrictSync.h"
33#include "graph/nodes/Map.h"

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.