|
ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
| virtual | ~dll_data_number () |
| void | allocate (double *_pd, const char *s) |
| dll_data_number & | operator= (const double &m) |
Public Member Functions inherited from data_number | |
| void | allocate (const char *="UNNAMED") |
| void | initialize (void) |
| operator double () | |
| data_number & | operator= (const double &m) |
| void | report_value (void) |
| double & | value (void) |
Public Member Functions inherited from model_name_tag | |
| model_name_tag (void) | |
| void | allocate (const char *s) |
| const char * | get_name (void) |
| label_class | label (void) |
Public Attributes | |
| double * | pd |
Additional Inherited Members | |
Protected Attributes inherited from data_number | |
| double | val |
Protected Attributes inherited from model_name_tag | |
| adstring | name |
|
virtual |
Definition at line 13 of file model32.cpp.
| void dll_data_number::allocate | ( | double * | _pd, |
| const char * | s | ||
| ) |
Definition at line 16 of file model31.cpp.
| dll_data_number & dll_data_number::operator= | ( | const double & | m | ) |
Definition at line 23 of file model31.cpp.
| double* dll_data_number::pd |
Definition at line 1823 of file admodel.h.
Referenced by allocate(), and ~dll_data_number().
|
|
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5
|