#include "oct-stream.h"
Public Types | |
enum | special_conversion { whitespace_conversion = 1, literal_conversion = 2 } |
Public Member Functions | |
scanf_format_elt (const char *txt=0, int w=0, bool d=false, char typ= '\0', char mod= '\0', const std::string &ch_class=std::string()) | |
scanf_format_elt (const scanf_format_elt &e) | |
~scanf_format_elt (void) | |
scanf_format_elt & | operator= (const scanf_format_elt &e) |
Public Attributes | |
std::string | char_class |
bool | discard |
char | modifier |
const char * | text |
char | type |
int | width |
Definition at line 42 of file oct-stream.h.
Definition at line 48 of file oct-stream.h.
scanf_format_elt::scanf_format_elt | ( | const char * | txt = 0 , |
|
int | w = 0 , |
|||
bool | d = false , |
|||
char | typ = '\0' , |
|||
char | mod = '\0' , |
|||
const std::string & | ch_class = std::string () | |||
) | [inline] |
Definition at line 54 of file oct-stream.h.
scanf_format_elt::scanf_format_elt | ( | const scanf_format_elt & | e | ) | [inline] |
Definition at line 60 of file oct-stream.h.
scanf_format_elt::~scanf_format_elt | ( | void | ) | [inline] |
Definition at line 79 of file oct-stream.h.
scanf_format_elt& scanf_format_elt::operator= | ( | const scanf_format_elt & | e | ) | [inline] |
Definition at line 64 of file oct-stream.h.
References char_class, discard, modifier, strsave(), text, type, and width.
std::string scanf_format_elt::char_class |
Definition at line 98 of file oct-stream.h.
Referenced by operator=(), and scanf_format_list::printme().
Definition at line 88 of file oct-stream.h.
Referenced by octave_base_stream::do_oscanf(), octave_base_stream::do_scanf(), operator=(), and scanf_format_list::printme().
Definition at line 95 of file oct-stream.h.
Referenced by octave_base_stream::do_scanf(), operator=(), and scanf_format_list::printme().
const char* scanf_format_elt::text |
Definition at line 82 of file oct-stream.h.
Referenced by octave_base_stream::do_oscanf(), octave_base_stream::do_scanf(), operator=(), and scanf_format_list::printme().
Definition at line 92 of file oct-stream.h.
Referenced by scanf_format_list::all_character_conversions(), scanf_format_list::all_numeric_conversions(), octave_base_stream::do_oscanf(), octave_base_stream::do_scanf(), octave_scan_1(), operator=(), and scanf_format_list::printme().
Definition at line 85 of file oct-stream.h.
Referenced by octave_scan(), operator=(), and scanf_format_list::printme().