41 #ifndef __ADMB_VECTOR_SHAPEX_H__
42 #define __ADMB_VECTOR_SHAPEX_H__
48 #if defined(USE_VECTOR_SHAPE_POOL)
52 void*
operator new(size_t);
53 void operator delete(
void* ptr, size_t);
unsigned int get_ncopies(void)
void * trueptr
Address of first element in the vector.
Vector of double precision numbers.
Description not yet available.
Description not yet available.
void * get_truepointer(void)
Returns address of first element in the vector.
unsigned int decr_ncopies(void)
Array of integers(int) with indexes from index_min to indexmax.
unsigned int ncopies
Copy counter to enable shallow copies.
int index_min
Minimum valid subscript.
Holds "shape" information for vector objects.
vector_shapex(int lb, int ub, void *p)
int index_max
Maximum valid subscript.
void shift(int min)
Description not yet available.
Description not yet available.
unsigned int incr_ncopies(void)