CompareReferences Data Member Function

Compares references from two sets of <RelationshipNode> objects and populates the destination <NodeBuffer> with any that have changed.

Prototype

int32 CompareReferences( NodeBuffer p_oSrcRels, NodeBuffer p_oSDocNodes, NodeBuffer p_oDstRels )

Parameters

Parameter Type Parameter Name Documentation
<NodeBuffer>p_oSrcRelsA pointer to the <NodeBuffer> containing the source <RelationshipNode> objects.
<NodeBuffer>p_oSDocNodesA pointer to the <NodeBuffer> containing the source document <Node> objects.
<NodeBuffer>p_oDstRelsA pointer to the <NodeBuffer> that will contain <RelationshipNode> objects for any references that have changed.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.