ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
virtual | ~dll_data_int () |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More... | |
void | allocate (int *_pi, const char *s) |
Public Member Functions inherited from data_int | |
data_int () | |
data_int (const data_int &other) | |
~data_int () | |
void | allocate (int n, const char *s="UNNAMED") |
void | allocate (const char *s="UNNAMED") |
void | allocate (init_xml_doc &, const char *s="UNNAMED") |
operator int () const | |
data_int & | operator= (const data_int &other) |
data_int & | operator= (const int) |
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 | |
int * | pi |
Additional Inherited Members | |
Protected Attributes inherited from data_int | |
int | val |
Protected Attributes inherited from model_name_tag | |
adstring | name |
|
virtual |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Definition at line 8 of file model32.cpp.
void dll_data_int::allocate | ( | int * | _pi, |
const char * | s | ||
) |
Definition at line 9 of file model31.cpp.
int* dll_data_int::pi |
Definition at line 1580 of file admodel.h.
Referenced by allocate(), and ~dll_data_int().
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |