From 0bcef826baaa6a335d8fddafdbebd00fbf421c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Fri, 15 Dec 2023 22:13:36 +0100 Subject: Use extended identity data for name --- include/erebos/identity.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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() const; + std::optional extRef() const; std::vector refs() const; + std::vector extRefs() const; std::vector updates() const; class Builder -- cgit v1.2.3