|
herald
2.0.0
|
Public Member Functions | |
| TargetIdentifier (const Data &data) | |
| TargetIdentifier (const TargetIdentifier &from) | |
| TargetIdentifier & | operator= (const TargetIdentifier &from) |
| bool | operator== (const TargetIdentifier &other) const noexcept |
| bool | operator== (const Data &other) const noexcept |
| bool | operator!= (const TargetIdentifier &other) const noexcept |
| bool | operator!= (const Data &other) const noexcept |
| bool | operator< (const TargetIdentifier &other) const noexcept |
| bool | operator> (const TargetIdentifier &other) const noexcept |
| std::size_t | hashCode () const |
| operator std::string () const | |
| operator Data () const | |
| Data | underlyingData () const |