gslcpp
Modern-C++ Wrapper for GSL
|
Definition of gsl::w_fscanf(). More...
#include "container.hpp"
Go to the source code of this file.
Namespaces | |
gsl | |
Namespace for C++-interface to GSL. | |
Functions | |
int | gsl::w_fscanf (FILE *f, w_vector< double > *v) |
Read formatted data from stream f into vector v . More... | |
int | gsl::w_fscanf (FILE *f, w_vector< float > *v) |
Read formatted data from stream f into vector v . More... | |
int | gsl::w_fscanf (FILE *f, w_vector< long double > *v) |
Read formatted data from stream f into vector v . More... | |
int | gsl::w_fscanf (FILE *f, w_vector< int > *v) |
Read formatted data from stream f into vector v . More... | |
int | gsl::w_fscanf (FILE *f, w_vector< unsigned > *v) |
Read formatted data from stream f into vector v . More... | |
int | gsl::w_fscanf (FILE *f, w_vector< long > *v) |
Read formatted data from stream f into vector v . More... | |
int | gsl::w_fscanf (FILE *f, w_vector< unsigned long > *v) |
Read formatted data from stream f into vector v . More... | |
int | gsl::w_fscanf (FILE *f, w_vector< short > *v) |
Read formatted data from stream f into vector v . More... | |
int | gsl::w_fscanf (FILE *f, w_vector< unsigned short > *v) |
Read formatted data from stream f into vector v . More... | |
int | gsl::w_fscanf (FILE *f, w_vector< char > *v) |
Read formatted data from stream f into vector v . More... | |
int | gsl::w_fscanf (FILE *f, w_vector< unsigned char > *v) |
Read formatted data from stream f into vector v . More... | |
int | gsl::w_fscanf (FILE *f, w_vector< complex< double >> *v) |
Read formatted data from stream f into vector v . More... | |
int | gsl::w_fscanf (FILE *f, w_vector< complex< float >> *v) |
Read formatted data from stream f into vector v . More... | |
int | gsl::w_fscanf (FILE *f, w_vector< complex< long double >> *v) |
Read formatted data from stream f into vector v . More... | |
Definition of gsl::w_fscanf().
Definition in file fscanf.hpp.