- Timestamp:
- Aug 19, 2010, 4:57:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/CommandEvaluation.h
r6417 r7189 66 66 67 67 bool execute() const; 68 MultiType query(bool* success = 0) const; 69 68 70 const std::string& complete(); 69 71 std::string hint() const; … … 86 88 void setEvaluatedParameter(unsigned int index, MultiType param); 87 89 MultiType getEvaluatedParameter(unsigned int index) const; 88 89 bool hasReturnvalue() const;90 MultiType getReturnvalue() const;91 90 92 91 private:
Note: See TracChangeset
for help on using the changeset viewer.