- Timestamp:
- Aug 19, 2010, 1:23:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/Executor.h
r7187 r7188 68 68 inline bool hasReturnvalue() const 69 69 { return this->functor_->hasReturnvalue(); } 70 inline Funct ionType::ValuegetType() const70 inline Functor::Type::Enum getType() const 71 71 { return this->functor_->getType(); } 72 72 inline const MultiType& getReturnvalue() const 73 73 { return this->functor_->getReturnvalue(); } 74 inline const std::string&getTypenameParam(unsigned int param) const74 inline std::string getTypenameParam(unsigned int param) const 75 75 { return this->functor_->getTypenameParam(param); } 76 inline const std::string&getTypenameReturnvalue() const76 inline std::string getTypenameReturnvalue() const 77 77 { return this->functor_->getTypenameReturnvalue(); } 78 78
Note: See TracChangeset
for help on using the changeset viewer.