Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 16, 2006, 10:09:59 PM (18 years ago)
Author:
bensch
Message:

completely documented Executors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/executor/executor_xml.h

    r9735 r9748  
    5454   * @brief executes the Command on BaseObject
    5555   * @param object the BaseObject to execute this Executor on
    56    * @param root ignored in this case
     56   * @param element ignored in this case
    5757   */
    5858  virtual void operator()(BaseObject* object, const TiXmlElement*& element) const
     
    6464
    6565private:
    66   void    (T::*functionPointer)(const TiXmlElement*);  //!< The functionPointer to the function to be called
     66  void    (T::*functionPointer)(const TiXmlElement*);  //!< The functionPointer to the function to be called.
    6767  const   TiXmlElement* element;                       //!< The XML-element to call.
    68   std::string           paramName;
     68  std::string           paramName;                     //!< The Name of the Parameter this Executor should call.
    6969};
    7070
Note: See TracChangeset for help on using the changeset viewer.