Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
| virtual index_guts * | operator[] (int)=0 |
| virtual int | isinteger (void) const |
| virtual int | dimension (void) const |
| virtual | operator int () |
| virtual int | indexmin (void)=0 |
| virtual int | indexmax (void)=0 |
| index_guts () | |
| Description not yet available. | |
| index_guts (const index_guts &ig) | |
| Description not yet available. | |
| virtual | ~index_guts () |
| Description not yet available. | |
Protected Attributes | |
| int * | ncopies |
Friends | |
| class | ad_integer |
| class | index_type |
| index_guts::index_guts | ( | const index_guts & | ig | ) |
| index_guts::~index_guts | ( | ) | [virtual] |
| virtual index_guts* index_guts::operator[] | ( | int | ) | [pure virtual] |
Implemented in i4_index, i3_index, matrix_index, vector_index, and number_index.
| virtual int index_guts::isinteger | ( | void | ) | const [inline, virtual] |
Reimplemented in number_index.
Definition at line 8777 of file fvar.hpp.
Referenced by index_type::isinteger().
| virtual int index_guts::dimension | ( | void | ) | const [inline, virtual] |
Reimplemented in i4_index, i3_index, matrix_index, vector_index, and number_index.
Definition at line 8781 of file fvar.hpp.
Referenced by index_type::dimension().
| virtual index_guts::operator int | ( | ) | [inline, virtual] |
Reimplemented in number_index.
| virtual int index_guts::indexmin | ( | void | ) | [pure virtual] |
Implemented in i4_index, i3_index, matrix_index, vector_index, and number_index.
Referenced by index_type::indexmin().
| virtual int index_guts::indexmax | ( | void | ) | [pure virtual] |
Implemented in i4_index, i3_index, matrix_index, vector_index, and number_index.
Referenced by index_type::indexmax().
friend class ad_integer [friend] |
friend class index_type [friend] |
Reimplemented in i4_index, i3_index, matrix_index, vector_index, and number_index.
int* index_guts::ncopies [protected] |
Definition at line 8774 of file fvar.hpp.
Referenced by index_guts(), ~index_guts(), and index_type::~index_type().
|
|
Generated on Fri May 10 2013 14:23:38 for ADMB Documentation by 1.8.0
|