gslcpp
Modern-C++ Wrapper for GSL
Namespaces | Functions
fread.hpp File Reference

Definition of gsl::w_fread(). More...

#include "container.hpp"
Include dependency graph for fread.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 gsl
 Namespace for C++-interface to GSL.
 

Functions

int gsl::w_fread (FILE *f, w_vector< double > *v)
 Read into v from stream f in binary format. More...
 
int gsl::w_fread (FILE *f, w_vector< float > *v)
 Read into v from stream f in binary format. More...
 
int gsl::w_fread (FILE *f, w_vector< long double > *v)
 Read into v from stream f in binary format. More...
 
int gsl::w_fread (FILE *f, w_vector< int > *v)
 Read into v from stream f in binary format. More...
 
int gsl::w_fread (FILE *f, w_vector< unsigned > *v)
 Read into v from stream f in binary format. More...
 
int gsl::w_fread (FILE *f, w_vector< long > *v)
 Read into v from stream f in binary format. More...
 
int gsl::w_fread (FILE *f, w_vector< unsigned long > *v)
 Read into v from stream f in binary format. More...
 
int gsl::w_fread (FILE *f, w_vector< short > *v)
 Read into v from stream f in binary format. More...
 
int gsl::w_fread (FILE *f, w_vector< unsigned short > *v)
 Read into v from stream f in binary format. More...
 
int gsl::w_fread (FILE *f, w_vector< char > *v)
 Read into v from stream f in binary format. More...
 
int gsl::w_fread (FILE *f, w_vector< unsigned char > *v)
 Read into v from stream f in binary format. More...
 
int gsl::w_fread (FILE *f, w_vector< complex< double >> *v)
 Read into v from stream f in binary format. More...
 
int gsl::w_fread (FILE *f, w_vector< complex< float >> *v)
 Read into v from stream f in binary format. More...
 
int gsl::w_fread (FILE *f, w_vector< complex< long double >> *v)
 Read into v from stream f in binary format. More...
 

Detailed Description

Definition of gsl::w_fread().

Definition in file fread.hpp.