Description not yet available. More...
Go to the source code of this file.
Classes | |
| struct | dvec_ptr_ptr |
| Description not yet available. More... | |
Defines | |
| #define | __USE_IOSTREAM__ |
Functions | |
| int | get_non_blank_line (const ifstream &_infile, char *&line, const int &line_length) |
| Description not yet available. | |
| int | mystrlen (const char *line) |
| Description not yet available. | |
Variables | |
| const int | MAX_FIELD_LENGTH = 500 |
| const int | MAX_LINE_LENGTH = 10000 |
| const int | MAX_NUMBER_COLUMNS = 6550 |
| const int | MAX_NUMBER_ROWS = 6550 |
| const int | MAXROWS = 5050 |
Description not yet available.
Definition in file dmat_io2.cpp.
| #define __USE_IOSTREAM__ |
Definition at line 11 of file dmat_io2.cpp.
| int get_non_blank_line | ( | const ifstream & | _infile, |
| char *& | line, | ||
| const int & | line_length | ||
| ) |
Description not yet available.
Definition at line 349 of file dmat_io2.cpp.
Referenced by dmatrix::dmatrix(), and dvector::dvector().
| int mystrlen | ( | const char * | line | ) |
Description not yet available.
Definition at line 372 of file dmat_io2.cpp.
Referenced by get_non_blank_line().
| const int MAX_FIELD_LENGTH = 500 |
Definition at line 59 of file dmat_io2.cpp.
Referenced by dvector::allocate(), dmatrix::dmatrix(), dvar_vector::dvar_vector(), dvector::dvector(), dvector::fill(), and dvar_vector::fill().
| const int MAX_LINE_LENGTH = 10000 |
Definition at line 58 of file dmat_io2.cpp.
Referenced by dmatrix::dmatrix(), dvector::dvector(), and mystrlen().
| const int MAX_NUMBER_COLUMNS = 6550 |
Definition at line 60 of file dmat_io2.cpp.
Referenced by dmatrix::dmatrix(), and dvector::dvector().
| const int MAX_NUMBER_ROWS = 6550 |
Definition at line 61 of file dmat_io2.cpp.
Referenced by dmatrix::dmatrix(), and dvector::dvector().
| const int MAXROWS = 5050 |
Definition at line 75 of file dmat_io2.cpp.
|
|
Generated on Tue Mar 8 2016 19:51:36 for ADMB Documentation by 1.8.0
|