ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
dll_data_number Class Reference

Description not yet available. More...

#include <admodel.h>

Public Member Functions

virtual ~dll_data_number ()
 
void allocate (double *_pd, const char *s)
 
dll_data_numberoperator= (const double &m)
 
- Public Member Functions inherited from data_number
void allocate (const char *="UNNAMED")
 
void initialize (void)
 
 operator double ()
 
data_numberoperator= (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
 

Detailed Description

Description not yet available.

Parameters

Definition at line 1820 of file admodel.h.

Constructor & Destructor Documentation

dll_data_number::~dll_data_number ( )
virtual

Definition at line 13 of file model32.cpp.

Member Function Documentation

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.

Member Data Documentation

double* dll_data_number::pd

Definition at line 1823 of file admodel.h.

Referenced by allocate(), and ~dll_data_number().


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