sc_report_handler.hh (12902:1db5abf06c24) sc_report_handler.hh (12911:1cad71dac465)
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 81 unchanged lines hidden (view full) ---

90 int set_verbosity_level(int);
91 int get_verbosity_level();
92
93 static sc_actions suppress(sc_actions);
94 static sc_actions suppress();
95 static sc_actions force(sc_actions);
96 static sc_actions force();
97
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 81 unchanged lines hidden (view full) ---

90 int set_verbosity_level(int);
91 int get_verbosity_level();
92
93 static sc_actions suppress(sc_actions);
94 static sc_actions suppress();
95 static sc_actions force(sc_actions);
96 static sc_actions force();
97
98 static sc_actions set_catch_actions(sc_actions);
99 static sc_actions get_catch_actions();
100
98 static void set_handler(sc_report_handler_proc);
99 static void default_handler(const sc_report &, const sc_actions &);
100 static sc_actions get_new_action_id();
101
102 static sc_report *get_cached_report();
103 static void clear_cached_report();
104
105 static bool set_log_file_name(const char *);

--- 32 unchanged lines hidden ---
101 static void set_handler(sc_report_handler_proc);
102 static void default_handler(const sc_report &, const sc_actions &);
103 static sc_actions get_new_action_id();
104
105 static sc_report *get_cached_report();
106 static void clear_cached_report();
107
108 static bool set_log_file_name(const char *);

--- 32 unchanged lines hidden ---