#include <plError.h>
Inheritance diagram for plWarning:
Public Member Functions | |
plWarning (const int &error_id) | |
Creates a warning number {error_id} with no additional information. | |
plWarning (const int &error_id, const std::string &additional_info) | |
Creates an warning number {error_id}, with additional information. | |
Static Public Member Functions | |
static void | AlwaysDisplay (const bool &display_flag) |
Sets the display warning state to {true} or {false}. | |
static void | AbortInWarning (const bool &wie_flag) |
Sets the aborting state to {true} or {false}. |
Definition at line 129 of file plError.h.
|
Sets the aborting state to {true} or {false}. If the aborting state is set to {true} your program will abort as soon as the first warning is generated |
|
Sets the display warning state to {true} or {false}. If the warning display state is set to {true} your program will display all warnings. Reimplemented from plError. |