DMTCP
|
#include <connectionidentifier.h>
Public Member Functions | |
uint64_t | hostid () const |
pid_t | pid () const |
uint64_t | time () const |
int64_t | conId () const |
ConnectionIdentifier (int id=-1) | |
ConnectionIdentifier (DmtcpUniqueProcessId id) | |
bool | isNull () const |
bool | operator== (const ConnectionIdentifier &that) const |
bool | operator< (const ConnectionIdentifier &that) const |
bool | operator!= (const ConnectionIdentifier &that) const |
Static Public Member Functions | |
static ConnectionIdentifier | create () |
static ConnectionIdentifier | null () |
static ConnectionIdentifier | self () |
static void | serialize (jalib::JBinarySerializer &o) |
Definition at line 35 of file connectionidentifier.h.
ConnectionIdentifier::ConnectionIdentifier | ( | int | id = -1 ) |
Definition at line 35 of file connectionidentifier.cpp.
|
inline |
Definition at line 57 of file connectionidentifier.h.
|
inline |
Definition at line 52 of file connectionidentifier.h.
|
static |
Definition at line 48 of file connectionidentifier.cpp.
|
inline |
Definition at line 49 of file connectionidentifier.h.
|
inline |
Definition at line 62 of file connectionidentifier.h.
|
static |
Definition at line 52 of file connectionidentifier.cpp.
|
inline |
Definition at line 66 of file connectionidentifier.h.
bool ConnectionIdentifier::operator< | ( | const ConnectionIdentifier & | that) | const |
Definition at line 63 of file connectionidentifier.cpp.
bool ConnectionIdentifier::operator== | ( | const ConnectionIdentifier & | that) | const |
Definition at line 75 of file connectionidentifier.cpp.
|
inline |
Definition at line 50 of file connectionidentifier.h.
|
static |
Definition at line 58 of file connectionidentifier.cpp.
|
static |
Definition at line 41 of file connectionidentifier.cpp.
|
inline |
Definition at line 51 of file connectionidentifier.h.