Skip to content
Snippets Groups Projects

ENH: Allow insertion and deletion of single entities

Merged Florian Spreckelsen requested to merge f-insert into dev
All threads resolved!
Compare and Show latest version
3 files
+ 14
2
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 5
0
@@ -2,6 +2,7 @@
* This file is a part of the CaosDB Project.
*
* Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.com>
* Copyright (C) 2021 Florian Spreckelsen <f.spreckelsen@indiscale.com>
* Copyright (C) 2021 IndiScale GmbH <info@indiscale.com>
*
* This program is free software: you can redistribute it and/or modify
@@ -450,6 +451,10 @@ public:
auto AppendParent(const Parent &parent) -> void;
auto Switch(ProtoEntity *entity) -> void;
/**
* Copy all of this entity's features to the target ProtoEntity.
*/
auto CopyTo(ProtoEntity *target) -> void;
private:
static auto CreateProtoEntity() -> ProtoEntity *;
Loading