Inheritance diagram for xfltk::Error:

Public Types | |
| enum | ParserAction { ignor = 0, skip_arg = 1, skip_tag = 1 + 2, skip_all = 1 + 2 + 4 } |
Public Member Functions | |
| Error (int line_nr, ParserAction parser_action) throw () | |
| virtual ParserAction | parser_action () const |
| bool | parser_skip_arg () |
| bool | parser_skip_tag () |
| bool | parser_skip_all () |
| int | line_nr () const |
Protected Attributes | |
| int | _line_nr |
| ParserAction | _parser_action |
Friends | |
| std::ostream & | operator<< (std::ostream &out_stream, const Error &error) |
Definition at line 12 of file Error.h.
1.4.6-NO