Enumerations | |
enum | suplib::readopt { suplib::READ_PHYS = 0x00, suplib::READ_LOGICAL = 0x01, suplib::STRIP = 0x02, suplib::CLEAN = 0x04, suplib::RAW = 0x08 } |
Control options for getrecord. More... | |
Functions | |
istream & | suplib::getrecord (istream &is, string &str, int opt, char delim, char continuation) |
Reads physical and logical lines. |
enum suplib::readopt |
Control options for getrecord.
istream & suplib::getrecord | ( | istream & | is, | |
string & | str, | |||
int | opt, | |||
char | delim, | |||
char | continuation | |||
) |
Reads physical and logical lines.
is | the istream from which to read. | |
str | the string into which to read. | |
opt | the control options. | |
delim | the character which indicates the end of a physical line. | |
continuation | the character directly proceeding the delim which indicates a logical record continues on the following physical line. |
Definition at line 60 of file getrecord.cc.