PandA-2024.02
|
Base class description of data information associated with each edge of a graph. More...
#include "refcount.hpp"
Go to the source code of this file.
Data Structures | |
struct | EdgeInfo |
Base class storing user data information. More... | |
Typedefs | |
using | EdgeInfoRef = refcount< EdgeInfo > |
RefCount type definition of the edge_info class structure. More... | |
Base class description of data information associated with each edge of a graph.
Definition in file edge_info.hpp.
using EdgeInfoRef = refcount<EdgeInfo> |
RefCount type definition of the edge_info class structure.
Definition at line 67 of file edge_info.hpp.