summaryrefslogtreecommitdiffstats
path: root/src/cppc4group.cpp
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2020-04-21 01:00:59 +0200
committerMarkus Mittendrein <git@maxmitti.tk>2020-04-21 01:00:59 +0200
commit3addad2cfa45de0252b63adfa8c3f868076c3f40 (patch)
tree58ea79d58c65dda0017c23c207854cd415d0e216 /src/cppc4group.cpp
parent85a1c875782b3ac10020a64a937d660b2b46d3b0 (diff)
downloadcc4group-3addad2cfa45de0252b63adfa8c3f868076c3f40.tar.gz
cc4group-3addad2cfa45de0252b63adfa8c3f868076c3f40.zip
Add cc4group.isPacked
Diffstat (limited to 'src/cppc4group.cpp')
-rw-r--r--src/cppc4group.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cppc4group.cpp b/src/cppc4group.cpp
index d2a2245..7249854 100644
--- a/src/cppc4group.cpp
+++ b/src/cppc4group.cpp
@@ -493,6 +493,11 @@ bool CppC4Group::isChild() const
return cc4group.isChild(p->g);
}
+bool CppC4Group::isPacked() const
+{
+ return cc4group.isPacked(p->g);
+}
+
std::string CppC4Group::getName() const
{
std::string ret;