41 [[nodiscard]] std::string
type()
const override;
nlohmann::json json
json namespace
Definition FlowManager.hpp:21
Group Box.
Definition GroupBox.hpp:22
GroupBox(const GroupBox &)=delete
Copy constructor.
std::string type() const override
String representation of the Class Type.
GroupBox()
Default constructor.
GroupBox & operator=(const GroupBox &)=delete
Copy assignment operator.
void restore(const json &j) override
Restores the node from a json object.
~GroupBox() override
Destructor.
GroupBox & operator=(GroupBox &&)=delete
Move assignment operator.
json save() const override
Saves the node into a json object.
static std::string typeStatic()
String representation of the Class Type.
GroupBox(GroupBox &&)=delete
Move constructor.
static std::string category()
String representation of the Class Category.
Abstract parent class for all nodes.
Definition Node.hpp:86