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
init_df1b2vector Class Reference

Description not yet available. More...

#include <df1b2fun.h>

Public Member Functions

 init_df1b2vector (int lib, int ub)
 Constructs vector with range lb to ub. More...
 
 init_df1b2vector (void)
 Default constructor. More...
 
 init_df1b2vector (const init_df1b2vector &v)
 Copy constructor. More...
 
 ~init_df1b2vector ()
 Destructor. More...
 
void allocate (int lib, int ub)
 
void allocate (void)
 Do not allocate, but just initialize class members. More...
 
void deallocate (void)
 Similar to destructor. More...
 
int indexmax (void) const
 
int indexmin (void) const
 
init_df1b2variableoperator() (int i)
 
init_df1b2variableoperator[] (int i)
 
void reallocate (void)
 Description not yet available. More...
 
void set_value (const dvector &)
 Description not yet available. More...
 

Private Attributes

int index_max
 
int index_min
 
int * ncopies
 
init_df1b2variableptr
 
init_df1b2variabletrueptr
 

Detailed Description

Description not yet available.

Parameters

Definition at line 373 of file df1b2fun.h.

Constructor & Destructor Documentation

init_df1b2vector::init_df1b2vector ( int  lib,
int  ub 
)

Constructs vector with range lb to ub.

Definition at line 344 of file df1b2fn2.cpp.

init_df1b2vector::init_df1b2vector ( void  )

Default constructor.

Definition at line 337 of file df1b2fn2.cpp.

init_df1b2vector::init_df1b2vector ( const init_df1b2vector v)

Copy constructor.

Definition at line 454 of file df1b2fn2.cpp.

init_df1b2vector::~init_df1b2vector ( )

Destructor.

Definition at line 415 of file df1b2fn2.cpp.

Member Function Documentation

void init_df1b2vector::allocate ( int  lib,
int  ub 
)
void init_df1b2vector::allocate ( void  )

Do not allocate, but just initialize class members.

Definition at line 403 of file df1b2fn2.cpp.

Referenced by init_df1b2vector().

void init_df1b2vector::deallocate ( void  )

Similar to destructor.

Definition at line 436 of file df1b2fn2.cpp.

int init_df1b2vector::indexmax ( void  ) const
inline
int init_df1b2vector::indexmin ( void  ) const
inline
init_df1b2variable& init_df1b2vector::operator() ( int  i)
inline

Definition at line 392 of file df1b2fun.h.

init_df1b2variable& init_df1b2vector::operator[] ( int  i)
inline

Definition at line 393 of file df1b2fun.h.

void init_df1b2vector::reallocate ( void  )

Description not yet available.

Parameters

Definition at line 391 of file df1b2fn2.cpp.

void init_df1b2vector::set_value ( const dvector v)

Description not yet available.

Parameters

Definition at line 318 of file df1b2fn2.cpp.

Member Data Documentation

int init_df1b2vector::index_max
private

Definition at line 376 of file df1b2fun.h.

Referenced by allocate(), indexmax(), and init_df1b2vector().

int init_df1b2vector::index_min
private

Definition at line 375 of file df1b2fun.h.

Referenced by allocate(), indexmin(), and init_df1b2vector().

int* init_df1b2vector::ncopies
private

Definition at line 377 of file df1b2fun.h.

Referenced by allocate(), deallocate(), init_df1b2vector(), and ~init_df1b2vector().

init_df1b2variable* init_df1b2vector::ptr
private

Definition at line 379 of file df1b2fun.h.

Referenced by allocate(), init_df1b2vector(), operator()(), operator[](), and reallocate().

init_df1b2variable* init_df1b2vector::trueptr
private

Definition at line 378 of file df1b2fun.h.

Referenced by allocate(), deallocate(), init_df1b2vector(), and ~init_df1b2vector().


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