Public Types | |
| typedef error_vec::size_type | size_type |
Public Member Functions | |
| ~Errors () | |
| size_type | size () const |
| bool | empty () const |
| const Error & | operator[] (size_type n) const |
| void | append (Error *error) |
| void | clear () |
Friends | |
| std::ostream & | operator<< (std::ostream &out_stream, const Errors &errors) |
Definition at line 83 of file Error.h.
1.4.6-NO