#include "message.h"
#include "manager.h"
#include "handler_console.h"
#include <stdio.h>
Include dependency graph for test_message.cc:
Go to the source code of this file.
Enumerations | |
enum | MyDebugMessageType { DM_NotDisplayed = 0x00000010, DM_Displayed = 0x00000020 } |
Functions | |
Message::Type | operator| (Message::Type a, MyDebugMessageType b) |
int | ReportSomeMessages () |
int | main () |
|
Definition at line 20 of file test_message.cc. |
|
Definition at line 50 of file test_message.cc. References MessageManager::cleanup(), DM_Displayed, MessageManager::init(), and ReportSomeMessages(). |
|
Definition at line 27 of file test_message.cc. |
|
Definition at line 31 of file test_message.cc. References Debug, DM_Displayed, DM_NotDisplayed, Error(), and Warning(). Referenced by main(). |