added pk information to class object
This commit is contained in:
@@ -53,6 +53,7 @@ protected:
|
||||
basic_object_info(std::shared_ptr<repository_node> node, const std::vector<attribute> &attributes);
|
||||
|
||||
protected:
|
||||
std::unique_ptr<object> node_ptr_;
|
||||
std::shared_ptr<repository_node> node_; /**< prototype node of the represented object type */
|
||||
std::vector<attribute> attributes_;
|
||||
std::optional<utils::identifier> identifier_;
|
||||
|
||||
Reference in New Issue
Block a user