diff options
Diffstat (limited to 'src/base/inifile.hh')
-rw-r--r-- | src/base/inifile.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/base/inifile.hh b/src/base/inifile.hh index 83cf80cf0..c2d263619 100644 --- a/src/base/inifile.hh +++ b/src/base/inifile.hh @@ -192,6 +192,9 @@ class IniFile /// @return True if the section exists. bool sectionExists(const std::string §ion) const; + /// Push all section names into the given vector + void getSectionNames(std::vector<std::string> &list) const; + /// Print unreferenced entries in object. Iteratively calls /// printUnreferend() on all the constituent sections. bool printUnreferenced(); |