From 3addad2cfa45de0252b63adfa8c3f868076c3f40 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Tue, 21 Apr 2020 01:00:59 +0200 Subject: Add cc4group.isPacked --- src/cppc4group.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cppc4group.hpp') diff --git a/src/cppc4group.hpp b/src/cppc4group.hpp index d80ffdf..346e8cb 100644 --- a/src/cppc4group.hpp +++ b/src/cppc4group.hpp @@ -194,6 +194,7 @@ public: // to get the child group out of the optional in case of success, construct a new CppC4Group with the move constructor: CppC4Group child{std::move(*optionalChild)}; std::optional openAsChild(const std::string& path); bool isChild() const; + bool isPacked() const; std::string getName() const; std::string getFullName() const; -- cgit v1.2.3-54-g00ecf