PandA-2024.02
Public Member Functions
conn_binding::ConnectionTarget Struct Reference

definition of target of a connection More...

#include <conn_binding.hpp>

Inheritance diagram for conn_binding::ConnectionTarget:
Inheritance graph
[legend]
Collaboration diagram for conn_binding::ConnectionTarget:
Collaboration graph
[legend]

Public Member Functions

 ConnectionTarget (generic_objRef tgt, unsigned int tgt_port, unsigned int tgt_port_index)
 Constructor. More...
 
bool operator< (const ConnectionTarget &other) const
 

Detailed Description

definition of target of a connection

Definition at line 114 of file conn_binding.hpp.

Constructor & Destructor Documentation

◆ ConnectionTarget()

conn_binding::ConnectionTarget::ConnectionTarget ( generic_objRef  tgt,
unsigned int  tgt_port,
unsigned int  tgt_port_index 
)

Constructor.

Parameters
tgtis the target of the connection
tgt_portis the target port of the connection
tgt_port_indexis the index of the target port

Definition at line 1309 of file conn_binding.cpp.

Member Function Documentation

◆ operator<()

bool conn_binding::ConnectionTarget::operator< ( const ConnectionTarget other) const
Parameters
otheris the second operand
Returns
this < y

Note we compare by using refcount; if they are different, we use name to sort, assuming that they are different

Definition at line 1314 of file conn_binding.cpp.

References THROW_ASSERT.


The documentation for this struct was generated from the following files:

Generated on Mon Feb 12 2024 13:03:48 for PandA-2024.02 by doxygen 1.8.13