]> git.tdb.fi Git - builder.git/blobdiff - source/buildercli.h
Remove most container typedefs and refactor others
[builder.git] / source / buildercli.h
index 77e58ca9b472c2081fca80946b2a267229633096..28388a01b169533290db8e8190388b1c934b5905 100644 (file)
@@ -12,9 +12,7 @@ Provides a command-line interface for Builder.
 class BuilderCLI: public Msp::RegisteredApplication<BuilderCLI>
 {
 private:
-       typedef std::list<std::string> NameList;
-
-       NameList cmdline_targets;
+       std::list<std::string> cmdline_targets;
        Config::InputOptions cmdline_options;
        Msp::FS::Path cwd;
 
@@ -29,7 +27,7 @@ private:
        bool show_progress;
        std::string build_file;
        unsigned jobs;
-       NameList what_if;
+       std::list<std::string> what_if;
        bool conf_all;
        bool conf_only;
        bool build_all;