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

Description not yet available. More...

#include <fvar.hpp>

Public Member Functions

 vector_shape_pool ()
 
 vector_shape_pool (const size_t n)
 
 vector_shape_pool (const vector_shape_pool &)=delete
 
 vector_shape_pool (vector_shape_pool &&)=delete
 
 ~vector_shape_pool ()
 
vector_shape_pooloperator= (const vector_shape_pool &)=delete
 
vector_shape_pooloperator= (vector_shape_pool &&)=delete
 
- Public Member Functions inherited from dfpool
 dfpool ()
 Default constructor. More...
 
 dfpool (const dfpool &)=delete
 
 dfpool (const size_t)
 Constructor. More...
 
virtual ~dfpool ()
 Destructor. More...
 
void * alloc (void)
 Description not yet available. More...
 
void clean (void)
 Description not yet available. More...
 
void deallocate (void)
 Description not yet available. More...
 
void free (void *b)
 Description not yet available. More...
 
void grow (void)
 Description not yet available. More...
 
int & on_dfpool_vector (void)
 
dfpooloperator= (const dfpool &)=delete
 
void set_size (const size_t)
 Description not yet available. More...
 

Additional Inherited Members

- Public Attributes inherited from dfpool
double * first
 
linkhead
 
char * last_chunk
 
size_t nelem
 
int num_allocated
 
int num_chunks
 
int nvar
 
size_t size
 

Detailed Description

Description not yet available.

Parameters

Definition at line 480 of file fvar.hpp.

Constructor & Destructor Documentation

vector_shape_pool::vector_shape_pool ( )
inline

Definition at line 483 of file fvar.hpp.

vector_shape_pool::vector_shape_pool ( const size_t  n)
inline

Definition at line 484 of file fvar.hpp.

vector_shape_pool::vector_shape_pool ( const vector_shape_pool )
delete
vector_shape_pool::vector_shape_pool ( vector_shape_pool &&  )
delete
vector_shape_pool::~vector_shape_pool ( )
inline

Definition at line 487 of file fvar.hpp.

Member Function Documentation

vector_shape_pool& vector_shape_pool::operator= ( const vector_shape_pool )
delete
vector_shape_pool& vector_shape_pool::operator= ( vector_shape_pool &&  )
delete

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