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 |
Defines | |
#define | FILTER_BUF_SIZE 8000 |
#define | SIGNATURE_LENGTH 80 |
Functions | |
cifstream & | operator>> (cifstream &istr, const prevariable &z) |
cifstream & | operator>> (cifstream &istr, const dvar_matrix &z) |
cifstream & | operator>> (cifstream &istr, const d3_array &z) |
cifstream & | operator>> (cifstream &istr, const d4_array &z) |
cifstream & | operator>> (cifstream &istr, const d5_array &z) |
cifstream & | operator>> (cifstream &istr, const dvar3_array &z) |
cifstream & | operator>> (cifstream &istr, const dvar4_array &z) |
cifstream & | operator>> (cifstream &istr, const dvar5_array &z) |
cifstream & | operator>> (cifstream &istr, const dmatrix &z) |
cifstream & | operator>> (cifstream &istr, const imatrix &z) |
cifstream & | operator>> (cifstream &istr, const i3_array &z) |
cifstream & | operator>> (cifstream &istr, const i4_array &z) |
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 & | z | ||
) |
Definition at line 31 of file ad_cif.cpp.
cifstream& operator>> | ( | cifstream & | istr, |
const dvar_matrix & | z | ||
) |
Definition at line 34 of file dfadcif.cpp.
Definition at line 77 of file ad_cif.cpp.
Definition at line 117 of file ad_cif.cpp.
Definition at line 87 of file ad_cif.cpp.
cifstream& operator>> | ( | cifstream & | istr, |
const dvar3_array & | z | ||
) |
Definition at line 46 of file dfadcif.cpp.
cifstream& operator>> | ( | cifstream & | istr, |
const dvar4_array & | z | ||
) |
Definition at line 55 of file dfadcif.cpp.
cifstream& operator>> | ( | cifstream & | istr, |
const dvar5_array & | z | ||
) |
Definition at line 64 of file dfadcif.cpp.
Definition at line 67 of file ad_cif.cpp.
Definition at line 47 of file ad_cif.cpp.
Definition at line 107 of file ad_cif.cpp.
Definition at line 97 of file ad_cif.cpp.
Generated on Tue Mar 8 2016 19:51:36 for ADMB Documentation by 1.8.0 |