- Timestamp:
- Aug 28, 2010, 1:25:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.h
r7233 r7235 68 68 { return this->possibleArguments_; } 69 69 70 size_t getPossibleArgumentsSize() const 71 { return CommandEvaluation::getSize(this->possibleArguments_); } 72 70 73 private: 71 74 void initialize(const std::string& command);
Note: See TracChangeset
for help on using the changeset viewer.