Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 26, 2015, 8:47:52 PM (9 years ago)
Author:
landauf
Message:

added unload() function to StaticallyInitializedInstance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/commandline/CommandLineParser.h

    r10345 r10404  
    151151        static const MultiType& getValue(const std::string& name)
    152152        { return getArgument(name)->getValue(); }
     153
    153154        static void addArgument(CommandLineArgument* argument);
     155        static void removeArgument(CommandLineArgument* argument);
    154156
    155157        static bool existsArgument(const std::string& name)
Note: See TracChangeset for help on using the changeset viewer.