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

This file defines the Graph class used for managing a collection of nodes and links in a directed graph. It supports operations for adding nodes, connecting nodes, exporting the graph, and more. More...

Go to the source code of this file.

Classes

class  gnode::Graph
 The Graph class provides methods for manipulating nodes and connections in a directed graph structure. More...
 

Namespaces

namespace  gnode
 

Typedefs

typedef unsigned int uint
 

Functions

template<typename T >
bool gnode::contains (const std::vector< T > &vec, const T &value)
 

Detailed Description

This file defines the Graph class used for managing a collection of nodes and links in a directed graph. It supports operations for adding nodes, connecting nodes, exporting the graph, and more.

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

Typedef Documentation

◆ uint

typedef unsigned int uint