ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Classes | Functions | Variables
dvec_io1.cpp File Reference

(* $Id$)

Description not yet available. More...

#include "fvar.hpp"
#include <string.h>
#include <ctype.h>
#include <sstream>

Go to the source code of this file.

Classes

struct  dvec_ptr_ptr
 Description not yet available. More...

Functions

int get_non_blank_line (const ifstream &infile, char *&line, const int &line_length)
 Description not yet available.

Variables

const int MAX_FIELD_LENGTH = 500
const unsigned int MAX_LINE_LENGTH = 10000
const int MAX_NUMBER_COLUMNS = 6550
const int MAX_NUMBER_ROWS = 6550

Detailed Description

Description not yet available.

Definition in file dvec_io1.cpp.


Function Documentation

int get_non_blank_line ( const ifstream &  _infile,
char *&  line,
const int &  line_length 
)

Description not yet available.

Parameters:

Definition at line 349 of file dmat_io2.cpp.

Referenced by dmatrix::dmatrix(), and dvector::dvector().


Variable Documentation

const int MAX_FIELD_LENGTH = 500

Definition at line 29 of file dvec_io1.cpp.

const unsigned int MAX_LINE_LENGTH = 10000

Definition at line 28 of file dvec_io1.cpp.

const int MAX_NUMBER_COLUMNS = 6550

Definition at line 30 of file dvec_io1.cpp.

const int MAX_NUMBER_ROWS = 6550

Definition at line 31 of file dvec_io1.cpp.