ADMB Documentation
-a65f1c97
|
Definition of the cifstream class. More...
#include <fvar.hpp>
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <adstring.hpp>
Go to the source code of this file.
Classes | |
class | cifstream |
Macros | |
#define | FILTER_BUF_SIZE 8000 |
#define | SIGNATURE_LENGTH 80 |
Functions | |
cifstream & | operator>> (cifstream &istr, const prevariable &z) |
Reads values into var from istr. More... | |
cifstream & | operator>> (cifstream &istr, const dvar_matrix &z) |
Reads input into var from comment formatted input file. More... | |
cifstream & | operator>> (cifstream &istr, const dvar3_array &z) |
Reads input into var from comment formatted input file. More... | |
cifstream & | operator>> (cifstream &istr, const dvar4_array &z) |
Reads input into var from comment formatted input file. More... | |
cifstream & | operator>> (cifstream &istr, const dvar5_array &z) |
Reads input into var from comment formatted input file. More... | |
cifstream & | operator>> (cifstream &istr, const dmatrix &z) |
Reads values into dmat from istr. More... | |
cifstream & | operator>> (cifstream &istr, const d3_array &z) |
Reads values into darr from istr. More... | |
cifstream & | operator>> (cifstream &istr, const d4_array &z) |
Reads values into darr from istr. More... | |
cifstream & | operator>> (cifstream &istr, const d5_array &z) |
Reads values into darr from istr. More... | |
cifstream & | operator>> (cifstream &istr, const d6_array &z) |
Reads values into darr from istr. More... | |
cifstream & | operator>> (cifstream &istr, const d7_array &z) |
Reads values into darr from istr. More... | |
cifstream & | operator>> (cifstream &istr, const imatrix &z) |
Reads values into imat from istr. More... | |
cifstream & | operator>> (cifstream &istr, const i3_array &z) |
Reads values into i3_array from istr. More... | |
cifstream & | operator>> (cifstream &istr, const i4_array &z) |
Reads values into i4_array from istr. More... | |
cifstream & | operator>> (cifstream &istr, const i5_array &z) |
Reads values into i5_array from istr. More... | |
Definition of the cifstream class.
Definition in file cifstrem.h.
#define FILTER_BUF_SIZE 8000 |
Definition at line 114 of file cifstrem.h.
Referenced by cifstream::get_field(), and cifstream::operator>>().
#define SIGNATURE_LENGTH 80 |
Definition at line 115 of file cifstrem.h.
Referenced by cifstream::cifstream(), cifstream::filter(), and cifstream::signature().
cifstream& operator>> | ( | cifstream & | istr, |
const prevariable & | var | ||
) |
Reads values into var from istr.
istr | comment formatted input stream |
var | prevariable |
Definition at line 27 of file ad_cif.cpp.
cifstream& operator>> | ( | cifstream & | istr, |
const dvar_matrix & | varmat | ||
) |
Reads input into var from comment formatted input file.
var | dvar_matrix |
Definition at line 49 of file dfadcif.cpp.
cifstream& operator>> | ( | cifstream & | istr, |
const dvar3_array & | vararr3 | ||
) |
Reads input into var from comment formatted input file.
var | dvar3_array |
Definition at line 65 of file dfadcif.cpp.
cifstream& operator>> | ( | cifstream & | istr, |
const dvar4_array & | vararr4 | ||
) |
Reads input into var from comment formatted input file.
var | dvar4_array |
Definition at line 78 of file dfadcif.cpp.
cifstream& operator>> | ( | cifstream & | istr, |
const dvar5_array & | vararr5 | ||
) |
Reads input into var from comment formatted input file.
var | dvar5_array |
Definition at line 91 of file dfadcif.cpp.
Reads values into dmat from istr.
istr | comment formatted input stream |
dmat | dmatrix |
Definition at line 70 of file ad_cif.cpp.
Reads values into darr from istr.
istr | comment formatted input stream |
darr | d3_array |
Definition at line 87 of file ad_cif.cpp.
Reads values into darr from istr.
istr | comment formatted input stream |
darr | d4_array |
Definition at line 104 of file ad_cif.cpp.
Reads values into darr from istr.
istr | comment formatted input stream |
darr | d5_array |
Definition at line 121 of file ad_cif.cpp.
Reads values into darr from istr.
istr | comment formatted input stream |
darr | d6_array |
Definition at line 138 of file ad_cif.cpp.
Reads values into darr from istr.
istr | comment formatted input stream |
darr | d7_array |
Definition at line 155 of file ad_cif.cpp.
Reads values into imat from istr.
istr | comment formatted input stream |
imat | imatrix |
Definition at line 189 of file ad_cif.cpp.
Reads values into i3_array from istr.
istr | comment formatted input stream |
iarr | i3_array |
Definition at line 206 of file ad_cif.cpp.
Reads values into i4_array from istr.
istr | comment formatted input stream |
iarr | i4_array |
Definition at line 223 of file ad_cif.cpp.
Generated on Wed Sep 7 2022 00:01:30 for ADMB Documentation by 1.8.5 |