Public Member Functions | |
bool | operator< (set_tuple other) const |
Public Attributes | |
unsigned | idx |
unsigned | proc |
EntityHandle | handle |
Definition at line 4489 of file ParallelComm.cpp.
|
inline |
Definition at line 4494 of file ParallelComm.cpp.
4495 {
4496 return ( idx == other.idx ) ? ( proc < other.proc ) : ( idx < other.idx );
4497 }
EntityHandle moab::set_tuple::handle |
Definition at line 4493 of file ParallelComm.cpp.
Referenced by moab::ParallelComm::resolve_shared_sets().
unsigned moab::set_tuple::idx |
Definition at line 4491 of file ParallelComm.cpp.
Referenced by operator<(), and moab::ParallelComm::resolve_shared_sets().
unsigned moab::set_tuple::proc |
Definition at line 4492 of file ParallelComm.cpp.
Referenced by operator<(), and moab::ParallelComm::resolve_shared_sets().