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_description.cc

    r9775 r9776  
    2020
    2121/**
     22 * @brief Creates a Description of a LoadParam
    2223 * @param paramName the name of the parameter to load
    2324 */
     
    2526    : _name(paramName), _parameterCount(0)
    2627{ }
    27 
    28 /**
    29  *  removes all the alocated memory
    30  */
    31 LoadParamDescription::~LoadParamDescription()
    32 {}
    3328
    3429/**
     
    4035}
    4136
     37/**
     38 * @brief sets the Values of the LoadParam in the Description.
     39 * @param paramCount the count of arguments the underlying paramDescription takes.
     40 * @param defaultValues the default Values the underlying parameter takes.
     41 * @param retVal if the underlying parameter has a return value
     42 */
    4243void LoadParamDescription::setValues(unsigned int paramCount,
    4344                                     const MultiType* const defaultValues,
Note: See TracChangeset for help on using the changeset viewer.