- Timestamp:
- Aug 28, 2010, 12:02:03 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.h
r7230 r7233 65 65 MultiType getEvaluatedParameter(unsigned int index) const; 66 66 67 const ArgumentCompletionList& getPossibleArguments() const 68 { return this->possibleArguments_; } 69 67 70 private: 68 71 void initialize(const std::string& command); … … 75 78 76 79 static void strip(ArgumentCompletionList& list, const std::string& fragment); 80 static size_t getSize(const ArgumentCompletionList& list); 77 81 78 82 static std::string dump(const ArgumentCompletionList& list);
Note: See TracChangeset
for help on using the changeset viewer.