|  | 
| Shared_name | ipc::util::operator+ (const Shared_name &src1, const char *raw_src2) | 
|  | Returns new object equal to Shared_name(src1) += raw_src2.  More...
 | 
|  | 
| Shared_name | ipc::util::operator+ (const char *raw_src1, const Shared_name &src2) | 
|  | Returns new object equal to Shared_name(src2)withraw_src1pre-pended to it.  More...
 | 
|  | 
| Shared_name | ipc::util::operator+ (const Shared_name &src1, const Shared_name &src2) | 
|  | Returns new object equal to Shared_name(src1) += src2.  More...
 | 
|  | 
| Shared_name | ipc::util::operator/ (const Shared_name &src1, const char *raw_src2) | 
|  | Returns new object equal to Shared_name(src1) /= raw_src2.  More...
 | 
|  | 
| Shared_name | ipc::util::operator/ (const char *raw_src1, const Shared_name &src2) | 
|  | Returns new object equal to Shared_name(raw_src1) /= src2.  More...
 | 
|  | 
| Shared_name | ipc::util::operator/ (const Shared_name &src1, const Shared_name &src2) | 
|  | Returns new object equal to Shared_name(src1) /= src2.  More...
 | 
|  | 
| std::ostream & | ipc::util::operator<< (std::ostream &os, const Shared_name &val) | 
|  | Prints embellished string representation of the given Shared_name to the given ostream.  More...
 | 
|  | 
| std::istream & | ipc::util::operator>> (std::istream &is, Shared_name &val) | 
|  | Reads Shared_name from the given istream; equivalent to readingstringinto Shared_name::str().  More...
 | 
|  | 
| bool | ipc::util::operator== (const Shared_name &val1, const Shared_name &val2) | 
|  | Returns trueif and only ifval1.str() == val2.str().  More...
 | 
|  | 
| bool | ipc::util::operator!= (const Shared_name &val1, const Shared_name &val2) | 
|  | Negation of similar ==.  More...
 | 
|  | 
| bool | ipc::util::operator== (const Shared_name &val1, util::String_view val2) | 
|  | Returns trueif and only ifval1.str() == string(val2).  More...
 | 
|  | 
| bool | ipc::util::operator!= (const Shared_name &val1, util::String_view val2) | 
|  | Negation of similar ==.  More...
 | 
|  | 
| bool | ipc::util::operator== (util::String_view val1, const Shared_name &val2) | 
|  | Returns trueif and only ifstring(val1) == val2.str().  More...
 | 
|  | 
| bool | ipc::util::operator!= (util::String_view val1, const Shared_name &val2) | 
|  | Negation of similar ==.  More...
 | 
|  | 
| bool | ipc::util::operator< (const Shared_name &val1, const Shared_name &val2) | 
|  | Returns trueif and only ifval1.str() < val2.str().  More...
 | 
|  | 
| size_t | ipc::util::hash_value (const Shared_name &val) | 
|  | Hasher of Shared_name for boost.unordered et al.  More... 
 | 
|  | 
| void | ipc::util::swap (Shared_name &val1, Shared_name &val2) | 
|  | Swaps two objects.  More... 
 | 
|  |