moab
moab::set_tuple Struct Reference

List of all members.

Public Member Functions

bool operator< (set_tuple other) const

Public Attributes

unsigned idx
unsigned proc
EntityHandle handle

Detailed Description

Definition at line 4242 of file ParallelComm.cpp.


Member Function Documentation

bool moab::set_tuple::operator< ( set_tuple  other) const [inline]

Definition at line 4247 of file ParallelComm.cpp.

    { return (idx == other.idx) ? (proc < other.proc) : (idx < other.idx); }

Member Data Documentation

Definition at line 4244 of file ParallelComm.cpp.

Definition at line 4245 of file ParallelComm.cpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines