ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Protected Member Functions | Friends
named_dvariable Class Reference

Description not yet available. More...

#include <admodel.h>

Protected Member Functions

 named_dvariable (void)
void allocate (const char *s)
named_dvariableoperator= (const prevariable &m)
 Assigns a value to a dvariable object.
named_dvariableoperator= (const double m)
 Assigns a value to a dvariable object.

Friends

class model_parameters

Detailed Description

Description not yet available.

Parameters:

Definition at line 244 of file admodel.h.


Constructor & Destructor Documentation

named_dvariable::named_dvariable ( void  ) [inline, protected]

Definition at line 248 of file admodel.h.


Member Function Documentation

void named_dvariable::allocate ( const char *  s) [protected]

Reimplemented from model_name_tag.

Reimplemented in param_likeprof_number, param_stddev_number, and param_init_number.

Definition at line 596 of file model.cpp.

Referenced by dll_param_number::allocate(), and dll_param_init_number::allocate().

named_dvariable & named_dvariable::operator= ( const prevariable t) [protected]

Assigns a value to a dvariable object.

Parameters:
tconstant reference to an object of type prevariable.
Returns:
dvariable reference

Reimplemented from dvariable.

Reimplemented in objective_function_value, param_likeprof_number, param_stddev_number, param_init_bounded_number, dll_param_init_number, param_init_number, and dll_param_number.

Definition at line 395 of file model11.cpp.

Referenced by operator=().

named_dvariable & named_dvariable::operator= ( const double  t) [protected]

Assigns a value to a dvariable object.

Parameters:
tconstant object of type double.
Returns:
prevariable reference

Reimplemented from dvariable.

Reimplemented in objective_function_value, param_likeprof_number, param_stddev_number, param_init_bounded_number, dll_param_init_number, param_init_number, and dll_param_number.

Definition at line 389 of file model11.cpp.


Friends And Related Function Documentation

friend class model_parameters [friend]

List of all members.


The documentation for this class was generated from the following files: