diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2023-12-15 22:13:36 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2023-12-16 21:12:13 +0100 |
commit | 0bcef826baaa6a335d8fddafdbebd00fbf421c2c (patch) | |
tree | 37abb37f8b811923e25180abeac3307d15f0b9ca /include/erebos/identity.h | |
parent | e4b5eb30af94991e19ac324d5e6ec616e6a71d36 (diff) |
Use extended identity data for name
Diffstat (limited to 'include/erebos/identity.h')
-rw-r--r-- | include/erebos/identity.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/erebos/identity.h b/include/erebos/identity.h index 4792330..fa8fde3 100644 --- a/include/erebos/identity.h +++ b/include/erebos/identity.h @@ -41,7 +41,9 @@ public: bool operator!=(const Identity & other) const; std::optional<Ref> ref() const; + std::optional<Ref> extRef() const; std::vector<Ref> refs() const; + std::vector<Ref> extRefs() const; std::vector<Ref> updates() const; class Builder |