GNode library (C++)
Loading...
Searching...
No Matches
data.hpp File Reference

Defines the BaseData and Data classes for handling typed data in the gnode namespace. More...

Go to the source code of this file.

Classes

class  gnode::BaseData
 Abstract base class representing generic data with type information. More...
 
class  gnode::Data< T >
 Template class for holding data of a specific type. More...
 

Namespaces

namespace  gnode
 

Detailed Description

Defines the BaseData and Data classes for handling typed data in the gnode namespace.

This file defines the Node class used for managing input and output ports and interacting with data in a graph-based system.

Defines the Link struct used to represent connections between nodes.

Author
Otto Link
Date
2023-08-07
Author
Otto Link (otto..nosp@m.link.nosp@m..bv@g.nosp@m.mail.nosp@m..com)
Date
2023-08-07

This file contains the definition of the Link struct, which represents a connection between two nodes in a graph. The Link struct includes information about the source and destination nodes, as well as the ports involved in the connection.

Author
Otto Link (otto..nosp@m.link.nosp@m..bv@g.nosp@m.mail.nosp@m..com)
Date
2023-08-07