#include <B2BITS_Event.h>


Public Member Functions | |
| Warning (const std::string &msg) | |
| virtual | ~Warning () |
| Destructor. | |
| virtual const std::string * | what () const |
| virtual Type | getType () const |
Protected Attributes | |
| std::string | m_reason |
| Contains string that describes the event. | |
| Engine::Warning::Warning | ( | const std::string & | msg | ) |
Constructor.
| msg | String that describes the event. |
| virtual const std::string* Engine::Warning::what | ( | ) | const [virtual] |
Describes the event.
Implements Engine::Event.
| virtual Type Engine::Warning::getType | ( | ) | const [inline, virtual] |
Returns the event type. Can be used instead of C++ RTTI.
Implements Engine::Event.
Reimplemented in Engine::SessionWarning, and Engine::LinkErrorWasDetected.
References Engine::Event::WARNING.
1.5.6