PandA-2024.02
|
Base class for graph property. More...
Go to the source code of this file.
Data Structures | |
struct | GraphInfo |
Base class storing user data information to the whole graph. More... | |
Typedefs | |
using | GraphInfoRef = refcount< GraphInfo > |
RefCount type definition of the GraphInfo class structure. More... | |
using | GraphInfoConstRef = refcount< const GraphInfo > |
Functions | |
forward declarations | |
REF_FORWARD_DECL (GraphInfo) | |
Base class for graph property.
Definition in file graph_info.hpp.
using GraphInfoConstRef = refcount<const GraphInfo> |
Definition at line 75 of file graph_info.hpp.
using GraphInfoRef = refcount<GraphInfo> |
RefCount type definition of the GraphInfo class structure.
Definition at line 74 of file graph_info.hpp.
REF_FORWARD_DECL | ( | GraphInfo | ) |