ADMB Documentation  11.1.1015
 All Classes Files Functions Variables Typedefs Friends Defines
Public Member Functions | Public Attributes
DF_FILE Class Reference

Description not yet available. More...

#include <fvar.hpp>

List of all members.

Public Member Functions

 DF_FILE (my_u_off_t)
 Description not yet available.
 ~DF_FILE ()
 Description not yet available.
void write_cmpdif_stack_buffer (void)
 Description not yet available.
void read_cmpdif_stack_buffer (my_off_t &lpos)
 Description not yet available.
void fwrite (const void *s, const size_t num_bytes)
 Description not yet available.
void fread (void *s, const size_t num_bytes)
 Description not yet available.
void fwrite (double)
 Description not yet available.
void fwrite (const int &)
 Description not yet available.
void fread (const int &)
 Description not yet available.
void fread (const double &)
 Description not yet available.
void fwrite (void *ptr)
 Description not yet available.
void fread (void *&ptr)
 Description not yet available.

Public Attributes

char * buff
unsigned long long buff_end
unsigned long long buff_size
union {
   unsigned long long   offset
   char   fourb [sizeof(unsigned int)]
}; 
unsigned long long toffset
char cmpdif_file_name [81]
int file_ptr

Detailed Description

Description not yet available.

Parameters:

Definition at line 5872 of file fvar.hpp.


Constructor & Destructor Documentation

Description not yet available.

Parameters:

Definition at line 94 of file df_file.cpp.

Description not yet available.

Parameters:

Definition at line 223 of file df_file.cpp.


Member Function Documentation

Description not yet available.

Parameters:

Definition at line 346 of file df_file.cpp.

Description not yet available.

Parameters:

Definition at line 320 of file df_file.cpp.

void DF_FILE::fwrite ( const void *  s,
const size_t  num_bytes 
)
void DF_FILE::fread ( void *  s,
const size_t  num_bytes 
)
void DF_FILE::fwrite ( double  x)

Description not yet available.

Parameters:

Definition at line 154 of file df_file2.cpp.

void DF_FILE::fwrite ( const int x)

Description not yet available.

Parameters:

Definition at line 178 of file df_file2.cpp.

void DF_FILE::fread ( const int _x)

Description not yet available.

Parameters:

Definition at line 107 of file df_file2.cpp.

void DF_FILE::fread ( const double &  _x)

Description not yet available.

Parameters:

Definition at line 83 of file df_file2.cpp.

void DF_FILE::fwrite ( void *  ptr)

Description not yet available.

Parameters:

Definition at line 202 of file df_file2.cpp.

void DF_FILE::fread ( void *&  x)

Description not yet available.

Parameters:

Definition at line 131 of file df_file2.cpp.


Member Data Documentation

Definition at line 5875 of file fvar.hpp.

unsigned long long DF_FILE::buff_end

Definition at line 5880 of file fvar.hpp.

unsigned long long DF_FILE::buff_size

Definition at line 5881 of file fvar.hpp.

unsigned long long DF_FILE::offset

Definition at line 5888 of file fvar.hpp.

Referenced by gradient_structure::save_dependent_variable_position().

char DF_FILE::fourb[sizeof(unsigned int)]

Definition at line 5890 of file fvar.hpp.

union { ... }
unsigned long long DF_FILE::toffset

Definition at line 5895 of file fvar.hpp.

Definition at line 5897 of file fvar.hpp.

Definition at line 5898 of file fvar.hpp.

Referenced by gradient_structure::save_dependent_variable_position().


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