#include <xds.h>

Public Member Functions | |
| int | Cmp (const AttributeInterface *other) const override |
| std::unique_ptr< AttributeInterface > | Copy () const override |
| RefCountedPtr< XdsLocalityName > | locality_name () const |
| std::string | ToString () const override |
| XdsLocalityAttribute (RefCountedPtr< XdsLocalityName > locality_name) | |
Public Member Functions inherited from grpc_core::ServerAddress::AttributeInterface | |
| virtual int | Cmp (const AttributeInterface *other) const =0 |
| virtual | ~AttributeInterface ()=default |
Private Attributes | |
| RefCountedPtr< XdsLocalityName > | locality_name_ |
|
inlineexplicit |
|
inlineoverridevirtual |
Implements grpc_core::ServerAddress::AttributeInterface.
|
inline |
|
inlineoverridevirtual |
Implements grpc_core::ServerAddress::AttributeInterface.
|
private |