30class Process_credentials;
 
   45bool operator==(
const Process_credentials& val1, 
const Process_credentials& val2);
 
   58bool operator!=(
const Process_credentials& val1, 
const Process_credentials& val2);
 
   74std::ostream& 
operator<<(std::ostream& os, 
const Process_credentials& val);
 
Flow-IPC module containing miscellaneous general-use facilities that ubiquitously used by ~all Flow-I...
std::ostream & operator<<(std::ostream &os, const Native_handle &val)
Prints string representation of the given Native_handle to the given ostream.
bool operator!=(Native_handle val1, Native_handle val2)
Negation of similar ==.
bool operator==(Native_handle val1, Native_handle val2)
Returns true if and only if the two Native_handle objects are the same underlying handle.