GNode library (C++)
Loading...
Searching...
No Matches
gnode.hpp
Go to the documentation of this file.
1/* Copyright (c) 2023 Otto Link. Distributed under the terms of the GNU General
2 * Public License. The full license is in the file LICENSE, distributed with
3 * this software. */
9#pragma once
10
11#include "gnode/data.hpp"
12#include "gnode/graph.hpp"
13#include "gnode/link.hpp"
14#include "gnode/node.hpp"
15#include "gnode/port.hpp"
Defines the BaseData and Data classes for handling typed data in the gnode namespace.
This file defines the Graph class used for managing a collection of nodes and links in a directed gra...
Defines the Port, Input, and Output classes, along with the PortType enumeration for handling ports i...