#include <fvar.hpp>

Public Member Functions | |
| vector_shapex (int lb, int ub, void *p) | |
| void * | get_truepointer (void) |
| void * | operator new (size_t) |
| void | operator delete (void *ptr, size_t n) |
| void | shift (int min) |
| int | decr_ncopies (void) |
| int | get_ncopies (void) |
| int | incr_ncopies (void) |
| int | indexmin () |
| int | indexmax () |
Public Attributes | |
| void * | trueptr |
| unsigned int | ncopies |
| int | index_min |
| int | index_max |
Static Public Attributes | |
| static vector_shape_pool * | xpool |
Friends | |
| class | dvector |
| class | ivector |
| class | dvar_vector |
| class | subdvector |
| class | lvector |
| class | ptr_vector |
| vector_shapex::vector_shapex | ( | int | lb, | |
| int | ub, | |||
| void * | p | |||
| ) | [inline] |
| void* vector_shapex::get_truepointer | ( | void | ) | [inline] |
| void* vector_shapex::operator new | ( | size_t | ) |
| void vector_shapex::operator delete | ( | void * | ptr, | |
| size_t | n | |||
| ) | [inline] |
| void vector_shapex::shift | ( | int | min | ) |
Referenced by dvector::shift().
| int vector_shapex::decr_ncopies | ( | void | ) | [inline] |
| int vector_shapex::get_ncopies | ( | void | ) | [inline] |
| int vector_shapex::incr_ncopies | ( | void | ) | [inline] |
| int vector_shapex::indexmin | ( | void | ) | [inline] |
| int vector_shapex::indexmax | ( | void | ) | [inline] |
friend class dvector [friend] |
friend class ivector [friend] |
friend class dvar_vector [friend] |
friend class subdvector [friend] |
friend class lvector [friend] |
friend class ptr_vector [friend] |
| void* vector_shapex::trueptr |
Referenced by dvector::deallocate().
vector_shape_pool* vector_shapex::xpool [static] |
| unsigned int vector_shapex::ncopies |
Referenced by dvector::allocatec(), dvector::dvector(), and dvector::~dvector().
1.5.6