#include <notifyCategoryProxy.h>
Public Member Functions | |
NotifyCategory * | init () |
INLINE NotifyCategory * | get_unsafe_ptr () |
INLINE NotifyCategory * | get_safe_ptr () |
INLINE bool | is_on (NotifySeverity severity) |
INLINE bool | is_spam () |
INLINE bool | is_debug () |
INLINE bool | is_info () |
INLINE bool | is_warning () |
INLINE bool | is_error () |
INLINE bool | is_fatal () |
INLINE ostream & | out (NotifySeverity severity, bool prefix=true) |
INLINE ostream & | spam (bool prefix=true) |
INLINE ostream & | debug (bool prefix=true) |
INLINE ostream & | info (bool prefix=true) |
INLINE ostream & | warning (bool prefix=true) |
INLINE ostream & | error (bool prefix=true) |
INLINE ostream & | fatal (bool prefix=true) |
INLINE NotifyCategory * | operator-> () |
INLINE NotifyCategory & | operator * () |
INLINE | operator NotifyCategory * () |
Private Attributes | |
NotifyCategory * | _ptr |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 111 of file notifyCategoryProxy.h. |