Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 20, 2006, 12:17:44 AM (18 years ago)
Author:
bensch
Message:

doxy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/loading/load_param.h

    r9771 r9776  
    150150                            const MultiType& value4 = MT_NULL)
    151151  { this->executor->defaultValues(value0, value1, value2, value3, value4); return *this;  };
     152  //! Describes a LoadParam
    152153  CLoadParam& describe(const std::string& descriptionText) { LoadParamBase::describe(OperateClass::staticClassID(), descriptionText); return *this; };
    153154  //     CLoadParam& attribute(const std::string& attributeName, const Executor<SubString>& executor);
     
    155156private:
    156157  Executor<const SubString, OperateClass>*         executor;            //!< The Executor, that actually executes the Loading process.
    157   OperateClass*                                    object;
     158  OperateClass*                                    object;              //!< The Object this LoadParam operates on.
    158159};
    159160
Note: See TracChangeset for help on using the changeset viewer.