#include <fvar.hpp>

Public Member Functions | |
| 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) |
| vector_shape (int lb, int lu) | |
| int | indexmin () |
| int | indexmax () |
Public Attributes | |
| unsigned int | ncopies |
| int | index_min |
| int | index_max |
Static Public Attributes | |
| static vector_shape_pool * | xpool |
Friends | |
| class | dvector |
| class | subdvector |
| class | dvar_vector |
| class | ivector |
| class | lvector |
| class | ptr_vector |
| vector_shape::vector_shape | ( | int | lb, | |
| int | lu | |||
| ) | [inline] |
| void* vector_shape::operator new | ( | size_t | ) |
| void vector_shape::operator delete | ( | void * | ptr, | |
| size_t | n | |||
| ) | [inline] |
| void vector_shape::shift | ( | int | min | ) |
| int vector_shape::decr_ncopies | ( | void | ) | [inline] |
| int vector_shape::get_ncopies | ( | void | ) | [inline] |
| int vector_shape::incr_ncopies | ( | void | ) | [inline] |
| int vector_shape::indexmin | ( | ) | [inline] |
| int vector_shape::indexmax | ( | ) | [inline] |
friend class dvector [friend] |
friend class subdvector [friend] |
friend class dvar_vector [friend] |
friend class ivector [friend] |
friend class lvector [friend] |
friend class ptr_vector [friend] |
vector_shape_pool* vector_shape::xpool [static] |
Referenced by operator delete().
| unsigned int vector_shape::ncopies |
Referenced by decr_ncopies(), get_ncopies(), incr_ncopies(), and vector_shape().
Referenced by lvector::indexmin(), ptr_vector::indexmin(), indexmin(), lvector::size(), ptr_vector::size(), and vector_shape().
Referenced by lvector::indexmax(), ptr_vector::indexmax(), indexmax(), lvector::size(), ptr_vector::size(), and vector_shape().
1.5.6