OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <TypeObject.h>
Public Member Functions | |
StronglyConnectedComponentId () | |
StronglyConnectedComponentId (const TypeObjectHashId &a_sc_component_id, const ACE_CDR::Long &a_scc_length, const ACE_CDR::Long &a_scc_index) | |
bool | operator< (const StronglyConnectedComponentId &other) const |
Public Attributes | |
TypeObjectHashId | sc_component_id |
ACE_CDR::Long | scc_length |
ACE_CDR::Long | scc_index |
Definition at line 614 of file TypeObject.h.
|
inline |
Definition at line 619 of file TypeObject.h.
|
inline |
Definition at line 624 of file TypeObject.h.
|
inline |
Definition at line 632 of file TypeObject.h.
References sc_component_id, scc_index, and scc_length.
TypeObjectHashId OpenDDS::XTypes::StronglyConnectedComponentId::sc_component_id |
Definition at line 615 of file TypeObject.h.
Referenced by operator<(), OpenDDS::DCPS::operator<<(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().
ACE_CDR::Long OpenDDS::XTypes::StronglyConnectedComponentId::scc_index |
Definition at line 617 of file TypeObject.h.
Referenced by operator<(), OpenDDS::DCPS::operator<<(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().
ACE_CDR::Long OpenDDS::XTypes::StronglyConnectedComponentId::scc_length |
Definition at line 616 of file TypeObject.h.
Referenced by operator<(), OpenDDS::DCPS::operator<<(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().