Description not yet available. More...
#include <df1b2fun.h>
Public Member Functions | |
| df1b2_init_number_vector () | |
| Default constructor. | |
| ~df1b2_init_number_vector () | |
| Destructor. | |
| void | allocate (int min1, int max1, const index_type &phase_start, const char *s) |
| Description not yet available. | |
| void | allocate (int min1, int max1, const char *s) |
| Description not yet available. | |
| int | allocated (void) |
| void | deallocate (void) |
| Description not yet available. | |
| int | indexmax (void) |
| int | indexmin (void) |
| df1b2_init_number & | operator() (int i) |
| df1b2_init_number & | operator[] (int i) |
Private Attributes | |
| int | index_max |
| int | index_min |
| double_index_type * | it |
| df1b2_init_number * | v |
Default constructor.
Definition at line 246 of file df1b2nv1.cpp.
Destructor.
Definition at line 256 of file df1b2nv1.cpp.
| void df1b2_init_number_vector::allocate | ( | int | min1, |
| int | max1, | ||
| const index_type & | phase_start, | ||
| const char * | s | ||
| ) |
Description not yet available.
Definition at line 294 of file df1b2nv1.cpp.
Referenced by allocate().
| void df1b2_init_number_vector::allocate | ( | int | min1, |
| int | max1, | ||
| const char * | s | ||
| ) |
| int df1b2_init_number_vector::allocated | ( | void | ) | [inline] |
Definition at line 1486 of file df1b2fun.h.
| void df1b2_init_number_vector::deallocate | ( | void | ) |
Description not yet available.
Definition at line 265 of file df1b2nv1.cpp.
Referenced by ~df1b2_init_number_vector().
| int df1b2_init_number_vector::indexmax | ( | void | ) | [inline] |
Definition at line 1488 of file df1b2fun.h.
Referenced by allocate().
| int df1b2_init_number_vector::indexmin | ( | void | ) | [inline] |
Definition at line 1487 of file df1b2fun.h.
Referenced by allocate(), and deallocate().
| df1b2_init_number& df1b2_init_number_vector::operator() | ( | int | i | ) | [inline] |
Definition at line 1476 of file df1b2fun.h.
| df1b2_init_number& df1b2_init_number_vector::operator[] | ( | int | i | ) | [inline] |
Definition at line 1475 of file df1b2fun.h.
int df1b2_init_number_vector::index_max [private] |
Definition at line 1467 of file df1b2fun.h.
Referenced by allocate(), and indexmax().
int df1b2_init_number_vector::index_min [private] |
Definition at line 1466 of file df1b2fun.h.
Referenced by allocate(), and indexmin().
double_index_type* df1b2_init_number_vector::it [private] |
Definition at line 1468 of file df1b2fun.h.
Referenced by deallocate().
df1b2_init_number* df1b2_init_number_vector::v [private] |
Definition at line 1465 of file df1b2fun.h.
Referenced by allocate(), allocated(), deallocate(), operator()(), and operator[]().
|
|
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0
|