#include "base.hxx"#include "dcl_base.h"#include "vlists.hxx"#include "err_info.hxx"#include "err_info_base_list.hxx"Classes | |
| class | error_info_list |
Acts as a collection class for error_info objects, that is, it implements a variable length list of error_info objects. More... | |
Functions | |
| void | err_mess_type_filtered_list (const error_info_list &raw_eil, err_mess_type err_num, error_info_list &filtered_eil) |
This function will add to filtered_eil only those error_info objects from the given raw_eil that are of the given type. | |