]> git.tdb.fi Git - builder.git/blobdiff - source/config.h
Implement help
[builder.git] / source / config.h
index 9a73880ac887f331e9eae93d0ccbd48892aff7fd..9747d99aae0ee339a1878a8be3e72c7d60489e09 100644 (file)
@@ -26,6 +26,7 @@ public:
 
        void add_option(const std::string &, const std::string &, const std::string &);
        const Option &get_option(const std::string &) const;
+       const OptionMap &get_options() const          { return options; }
        const Msp::Time::TimeStamp &get_mtime() const { return mtime; }
        bool is_option(const std::string &) const;
        bool process(const RawOptionMap &);