PandA-2024.02
|
definition of target of a connection More...
#include <conn_binding.hpp>
Public Member Functions | |
ConnectionTarget (generic_objRef tgt, unsigned int tgt_port, unsigned int tgt_port_index) | |
Constructor. More... | |
bool | operator< (const ConnectionTarget &other) const |
definition of target of a connection
Definition at line 114 of file conn_binding.hpp.
conn_binding::ConnectionTarget::ConnectionTarget | ( | generic_objRef | tgt, |
unsigned int | tgt_port, | ||
unsigned int | tgt_port_index | ||
) |
Constructor.
tgt | is the target of the connection |
tgt_port | is the target port of the connection |
tgt_port_index | is the index of the target port |
Definition at line 1309 of file conn_binding.cpp.
bool conn_binding::ConnectionTarget::operator< | ( | const ConnectionTarget & | other | ) | const |
other | is the second operand |
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.