ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
df1b2_init_number_vector Class Reference

Description not yet available. More...

#include <df1b2fun.h>

Public Member Functions

 df1b2_init_number_vector ()
 Default constructor. More...
 
 ~df1b2_init_number_vector ()
 Destructor. More...
 
void allocate (int min1, int max1, const index_type &phase_start, const char *s)
 Allocate vector of df1b2_init_bounded number with dimension [min1 to max1]. More...
 
void allocate (int min1, int max1, const char *s)
 Description not yet available. More...
 
int allocated (void)
 
void deallocate (void)
 Description not yet available. More...
 
int indexmax (void)
 
int indexmin (void)
 
df1b2_init_numberoperator() (int i)
 
df1b2_init_numberoperator[] (int i)
 

Private Attributes

int index_max
 
int index_min
 
double_index_typeit
 
df1b2_init_numberv
 

Detailed Description

Description not yet available.

Parameters

Definition at line 1491 of file df1b2fun.h.

Constructor & Destructor Documentation

df1b2_init_number_vector::df1b2_init_number_vector ( )

Default constructor.

Definition at line 254 of file df1b2nv1.cpp.

df1b2_init_number_vector::~df1b2_init_number_vector ( )

Destructor.

Definition at line 264 of file df1b2nv1.cpp.

Member Function Documentation

void df1b2_init_number_vector::allocate ( int  min1,
int  max1,
const index_type phase_start,
const char *  s 
)

Allocate vector of df1b2_init_bounded number with dimension [min1 to max1].

Parameters
min1lower vector index
max1upper vector index
phase_start
s

Definition at line 306 of file df1b2nv1.cpp.

Referenced by allocate().

void df1b2_init_number_vector::allocate ( int  min1,
int  max1,
const char *  s 
)

Description not yet available.

Parameters

Definition at line 292 of file df1b2nv1.cpp.

int df1b2_init_number_vector::allocated ( void  )
inline

Definition at line 1514 of file df1b2fun.h.

void df1b2_init_number_vector::deallocate ( void  )

Description not yet available.

Parameters

Definition at line 273 of file df1b2nv1.cpp.

Referenced by ~df1b2_init_number_vector().

int df1b2_init_number_vector::indexmax ( void  )
inline

Definition at line 1516 of file df1b2fun.h.

Referenced by allocate().

int df1b2_init_number_vector::indexmin ( void  )
inline

Definition at line 1515 of file df1b2fun.h.

Referenced by allocate(), and deallocate().

df1b2_init_number& df1b2_init_number_vector::operator() ( int  i)
inline

Definition at line 1504 of file df1b2fun.h.

df1b2_init_number& df1b2_init_number_vector::operator[] ( int  i)
inline

Definition at line 1503 of file df1b2fun.h.

Member Data Documentation

int df1b2_init_number_vector::index_max
private

Definition at line 1495 of file df1b2fun.h.

Referenced by allocate(), and indexmax().

int df1b2_init_number_vector::index_min
private

Definition at line 1494 of file df1b2fun.h.

Referenced by allocate(), and indexmin().

double_index_type* df1b2_init_number_vector::it
private

Definition at line 1496 of file df1b2fun.h.

Referenced by deallocate().

df1b2_init_number* df1b2_init_number_vector::v
private

Definition at line 1493 of file df1b2fun.h.

Referenced by allocate(), allocated(), deallocate(), operator()(), and operator[]().


The documentation for this class was generated from the following files: