PLearn 0.1
|
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
void | PLearn::PR_Read_int (PRFileDesc *f, int *ptr, int n, bool is_file_bigendian) |
void | PLearn::PR_Read_float (PRFileDesc *f, float *ptr, int n, bool is_file_bigendian) |
void | PLearn::PR_Read_float (PRFileDesc *f, double *ptr, int n, bool is_file_bigendian) |
void | PLearn::PR_Read_double (PRFileDesc *f, double *ptr, int n, bool is_file_bigendian) |
void | PLearn::PR_Read_double (PRFileDesc *f, float *ptr, int n, bool is_file_bigendian) |
void | PLearn::PR_Read_short (PRFileDesc *f, unsigned short *ptr, int n, bool is_file_bigendian) |
void | PLearn::PR_Write_int (PRFileDesc *f, const int *ptr, int n, bool is_file_bigendian) |
void | PLearn::PR_Write_float (PRFileDesc *f, const float *ptr, int n, bool is_file_bigendian) |
void | PLearn::PR_Write_float (PRFileDesc *f, const double *ptr, int n, bool is_file_bigendian) |
void | PLearn::PR_Write_double (PRFileDesc *f, const double *ptr, int n, bool is_file_bigendian) |
void | PLearn::PR_Write_double (PRFileDesc *f, const float *ptr, int n, bool is_file_bigendian) |
Definition in file pl_NSPR_io.cc.