- Timestamp:
- Apr 26, 2015, 8:47:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/commandline/CommandLineParser.h
r10345 r10404 151 151 static const MultiType& getValue(const std::string& name) 152 152 { return getArgument(name)->getValue(); } 153 153 154 static void addArgument(CommandLineArgument* argument); 155 static void removeArgument(CommandLineArgument* argument); 154 156 155 157 static bool existsArgument(const std::string& name)
Note: See TracChangeset
for help on using the changeset viewer.