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

Description not yet available. More...

#include <admodel.h>

Protected Member Functions

virtual ~dll_param_number ()
void allocate (double *_d, const char *s)
dll_param_numberoperator= (const prevariable &m)
 Assigns a value to a dvariable object.
dll_param_numberoperator= (const double m)
 Assigns a value to a dvariable object.

Private Attributes

double * pd

Friends

class model_parameters

Detailed Description

Description not yet available.

Parameters:

Definition at line 259 of file admodel.h.


Constructor & Destructor Documentation

dll_param_number::~dll_param_number ( ) [protected, virtual]

Definition at line 29 of file model32.cpp.


Member Function Documentation

void dll_param_number::allocate ( double *  _d,
const char *  s 
) [protected]

Definition at line 50 of file model31.cpp.

dll_param_number & dll_param_number::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 named_dvariable.

Definition at line 28 of file model31.cpp.

Referenced by operator=().

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

Assigns a value to a dvariable object.

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

Reimplemented from named_dvariable.

Definition at line 34 of file model31.cpp.


Friends And Related Function Documentation

friend class model_parameters [friend]

Reimplemented from named_dvariable.

Definition at line 268 of file admodel.h.


Member Data Documentation

double* dll_param_number::pd [private]

Definition at line 261 of file admodel.h.

Referenced by ~dll_param_number().

List of all members.


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