ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
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) |
Protected Attributes | |
int | val |
Protected Attributes inherited from model_name_tag | |
adstring | name |
Friends | |
int | operator+ (const int n, const data_int &v) |
int | operator+ (const data_int &v, const int n) |
int | operator+ (const data_int &v, const data_int &n) |
void data_int::allocate | ( | int | n, |
const char * | s = "UNNAMED" |
||
) |
void data_int::allocate | ( | init_xml_doc & | , |
const char * | s = "UNNAMED" |
||
) |
data_int & data_int::operator= | ( | const int | xx | ) |
Definition at line 25 of file model9.cpp.
|
friend |
Definition at line 10 of file model9.cpp.
|
friend |
Definition at line 15 of file model9.cpp.
Definition at line 20 of file model9.cpp.
|
protected |
Definition at line 1477 of file admodel.h.
Referenced by allocate(), dll_data_int::allocate(), operator int(), operator+(), operator=(), and dll_data_int::~dll_data_int().
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5 |