ARTS
2.2.66
|
Input stream class for doubles that correctly handles nan and inf. More...
#include <file.h>
Public Member Functions | |
double_istream (std::istream &i) | |
double_istream & | parse_on_fail (double &x, bool neg) |
double_istream & | operator>> (double &x) |
Private Attributes | |
std::istream & | in |
Input stream class for doubles that correctly handles nan and inf.
|
inline |
Definition at line 107 of file file.h.
References in, and parse_on_fail().
double_istream & double_istream::parse_on_fail | ( | double & | x, |
bool | neg | ||
) |
|
private |
Definition at line 119 of file file.h.
Referenced by operator>>(), and parse_on_fail().