#include <prom_obj.hh>
Public Member Functions | |
| PromGlobalID (int i=-9, int p=-9) | |
| PromGlobalID & | operator= (const PromGlobalID &a) |
| void | reset () |
| int | Write (int **ppb) const |
| int | Read (int **ppb) |
| bool | operator== (const PromGlobalID &a) const |
| bool | operator!= (const PromGlobalID &a) const |
| bool | operator< (const PromGlobalID &a) const |
| bool | operator> (const PromGlobalID &a) const |
| bool | operator<= (const PromGlobalID &a) const |
| bool | operator>= (const PromGlobalID &a) const |
| bool | operator== (int i) const |
| bool | operator!= (int i) const |
| bool | operator< (int i) const |
| bool | operator> (int i) const |
| bool | operator<= (int i) const |
| bool | operator>= (int i) const |
| int | operator+ (int i) const |
| int | operator- (int i) const |
| void | setProc (int f) |
| void | setProc (int f, int &ierr) |
| int | proc (int &ierr) const |
| int | proc () const |
| void | setLocal (const int ii) |
| int | local (int &ierr) const |
| int | local () const |
| int | isIerr () const |
| int | Archive (FILE *file=stderr, const PromArchiveType type=PROM_PRINT) |
Static Public Member Functions | |
| int | GetWrite_size (int &sz) |
Private Attributes | |
| int | procID_ |
| int | lIndex_ |
1.3.7