- Timestamp:
- Aug 19, 2010, 2:14:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/Executor.h
r7177 r7186 61 61 62 62 bool evaluate(const std::string& params, MultiType param[5], const std::string& delimiter = " ") const; 63 64 Executor& setDescription(const std::string& description);65 const std::string& getDescription() const;66 67 Executor& setDescriptionParam(unsigned int param, const std::string& description);68 const std::string& getDescriptionParam(unsigned int param) const;69 70 Executor& setDescriptionReturnvalue(const std::string& description);71 const std::string& getDescriptionReturnvalue(int param) const;72 63 73 64 inline Functor* getFunctor() const … … 120 111 MultiType defaultValue_[MAX_FUNCTOR_ARGUMENTS]; 121 112 bool bAddedDefaultValue_[MAX_FUNCTOR_ARGUMENTS]; 122 123 private:124 LanguageEntryLabel description_;125 LanguageEntryLabel descriptionReturnvalue_;126 LanguageEntryLabel descriptionParam_[MAX_FUNCTOR_ARGUMENTS];127 128 bool bAddedDescription_;129 bool bAddedDescriptionReturnvalue_;130 bool bAddedDescriptionParam_[MAX_FUNCTOR_ARGUMENTS];131 113 }; 132 114
Note: See TracChangeset
for help on using the changeset viewer.