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

Description not yet available. More...

#include <admodel.h>

Public Member Functions

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)
 

Protected Attributes

double val
 
- Protected Attributes inherited from model_name_tag
adstring name
 

Detailed Description

Description not yet available.

Parameters

Definition at line 1803 of file admodel.h.

Member Function Documentation

void data_number::allocate ( const char *  s = "UNNAMED")

Definition at line 576 of file model.cpp.

void data_number::initialize ( void  )
inline

Definition at line 1812 of file admodel.h.

data_number::operator double ( )
inline

Definition at line 1810 of file admodel.h.

data_number & data_number::operator= ( const double &  m)

Definition at line 570 of file model.cpp.

Referenced by dll_data_number::operator=().

void data_number::report_value ( void  )
double& data_number::value ( void  )
inline

Definition at line 1811 of file admodel.h.

Member Data Documentation

double data_number::val
protected

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