#include <Parallel.hpp>
Inheritance diagram for phdmesh::IdentProc:

Definition at line 102 of file Parallel.hpp.
Public Member Functions | |
| ~IdentProc () | |
| IdentProc () | |
| IdentProc (const IdentProc &rhs) | |
| IdentProc (unsigned i, unsigned p) | |
| IdentProc & | operator= (const IdentProc &rhs) |
| bool | operator== (const IdentProc &rhs) const |
| bool | operator!= (const IdentProc &rhs) const |
| bool | operator< (const IdentProc &rhs) const |
| bool | operator> (const IdentProc &rhs) const |
| bool | operator<= (const IdentProc &rhs) const |
| bool | operator>= (const IdentProc &rhs) const |
Public Attributes | |
| unsigned | ident |
| unsigned | proc |
1.4.7