HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UN_IDRemapInfo Class Reference

Package of remappings for various data ID types (nodes, ports, subnets). More...

#include <UN_Include.h>

Public Member Functions

 UN_IDRemapInfo ()=default
 Constructors. More...
 
 UN_IDRemapInfo (UN_NodeID root_destination_node, UN_NodeIDRemap &&node_id_remap, UN_SubnetIDRemap &&subnet_id_remap, UN_PortIDRemap &&port_id_remap, UN_PortIDRemap &&wire_id_remap)
 
UN_NodeID rootDstNode () const
 
const UN_NodeIDRemap & nodeIDRemap () const
 
const UN_SubnetIDRemap & subnetIDRemap () const
 
const UN_PortIDRemap & portIDRemap () const
 
const UN_WireIDRemap & wireIDRemap () const
 

Detailed Description

Package of remappings for various data ID types (nodes, ports, subnets).

Definition at line 491 of file UN_Include.h.

Constructor & Destructor Documentation

UN_IDRemapInfo::UN_IDRemapInfo ( )
default

Constructors.

UN_IDRemapInfo::UN_IDRemapInfo ( UN_NodeID  root_destination_node,
UN_NodeIDRemap &&  node_id_remap,
UN_SubnetIDRemap &&  subnet_id_remap,
UN_PortIDRemap &&  port_id_remap,
UN_PortIDRemap &&  wire_id_remap 
)
inline

Definition at line 496 of file UN_Include.h.

Member Function Documentation

const UN_NodeIDRemap& UN_IDRemapInfo::nodeIDRemap ( ) const
inline

Returns the object the remaps the various data IDs from the src to dst after the graph merge.

Definition at line 515 of file UN_Include.h.

const UN_PortIDRemap& UN_IDRemapInfo::portIDRemap ( ) const
inline

Returns the object the remaps the various data IDs from the src to dst after the graph merge.

Definition at line 517 of file UN_Include.h.

UN_NodeID UN_IDRemapInfo::rootDstNode ( ) const
inline

Definition at line 511 of file UN_Include.h.

const UN_SubnetIDRemap& UN_IDRemapInfo::subnetIDRemap ( ) const
inline

Returns the object the remaps the various data IDs from the src to dst after the graph merge.

Definition at line 516 of file UN_Include.h.

const UN_WireIDRemap& UN_IDRemapInfo::wireIDRemap ( ) const
inline

Returns the object the remaps the various data IDs from the src to dst after the graph merge.

Definition at line 518 of file UN_Include.h.


The documentation for this class was generated from the following file: