diff options
Diffstat (limited to 'src/cppc4group.hpp')
| -rw-r--r-- | src/cppc4group.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<CppC4Group> openAsChild(const std::string& path); bool isChild() const; + bool isPacked() const; std::string getName() const; std::string getFullName() const; |
