CMDBGraphStruct structure
The CMDBGraphStruct
data structure holds each graph node in the query graph.
typedef struct CMDBGraphStruct
{
CMDBClassNameId classNameId;
ARNameType extensionId;
CMDBGraphAdjacentList adjacentList;
} CMDBGraphStruct;
The CMDBGraphStruct
structure consists of the following elements:
classNameId |
The name of the class for the object (node). |
extensionId |
The extension ID of the node. |
adjacentList |
The list of adjacent objects (nodes). |
Was this page helpful? Yes No
Submitting...
Thank you
Comments