Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 20, 2006, 9:49:13 AM (18 years ago)
Author:
bensch
Message:

calling static functions again out of the Shell

File:
1 edited

Legend:

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

    r9776 r9777  
    4646  void setDescription(const std::string& descriptionText);
    4747  void setValues(unsigned int paramCount,
    48                  const MultiType* const defaultValues,
    49                  bool retVal = false);
     48                 const MultiType* const defaultValues,
     49                 bool retVal = false);
     50
    5051  /** @returns the descriptionString */
    5152  const std::string& description() { return this->_description; };
    5253
    53   void print() const;
     54  void print(FILE* stream = stdout, bool withComments = true) const;
    5455
    5556private:
Note: See TracChangeset for help on using the changeset viewer.