16 return not(*
this == other);
34 return ProviderID{.providerName = s.providerName};
40 return ProviderID{.providerName = s.providerName};
43 manager::dto::ProviderID
49 callback::dto::ProviderID
65 return os <<
"'" <<
id.toString() <<
"'";
bool operator==(const ProviderID &other) const
static ProviderID FromIce(const manager::dto::ProviderID &)
bool operator!=(const ProviderID &other) const
bool operator<=(const ProviderID &other) const
std::string toString() const
callback::dto::ProviderID toCallbackIce() const
manager::dto::ProviderID toManagerIce() const
bool operator<(const ProviderID &other) const
This file is part of ArmarX.
std::ostream & operator<<(std::ostream &os, const ProviderID &id)
This file offers overloads of toIce() and fromIce() functions for STL container types.