Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
| ~data_int () | |
| operator int () const | |
Protected Member Functions | |
| void | allocate (int n, const char *s="UNNAMED") |
| void | allocate (const char *s="UNNAMED") |
| void | allocate (init_xml_doc &, const char *s="UNNAMED") |
| data_int & | operator= (const int) |
Protected Attributes | |
| int | val |
Friends | |
| class | model_data |
| class | model_parameters |
| int | operator+ (int n, data_int v) |
| int | operator+ (data_int v, int n) |
| int | operator+ (data_int v, data_int n) |
| data_int::~data_int | ( | ) | [inline] |
| void data_int::allocate | ( | int | n, |
| const char * | s = "UNNAMED" |
||
| ) | [protected] |
Definition at line 1181 of file model.cpp.
Referenced by allocate().
| void data_int::allocate | ( | const char * | s = "UNNAMED" | ) | [protected] |
Reimplemented from model_name_tag.
| void data_int::allocate | ( | init_xml_doc & | , |
| const char * | s = "UNNAMED" |
||
| ) | [protected] |
| data_int & data_int::operator= | ( | const int | xx | ) | [protected] |
Definition at line 25 of file model9.cpp.
friend class model_data [friend] |
friend class model_parameters [friend] |
| int operator+ | ( | int | n, |
| data_int | v | ||
| ) | [friend] |
Definition at line 10 of file model9.cpp.
| int operator+ | ( | data_int | v, |
| int | n | ||
| ) | [friend] |
Definition at line 15 of file model9.cpp.
Definition at line 20 of file model9.cpp.
int data_int::val [protected] |
Definition at line 1464 of file admodel.h.
Referenced by allocate(), dll_data_int::allocate(), operator int(), operator+(), operator=(), and dll_data_int::~dll_data_int().
|
|
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0
|