#include <notifyCategory.h>
Private Types | |
typedef vector< NotifyCategory * > | Children |
Private Member Functions | |
NotifyCategory (const string &fullname, const string &basename, NotifyCategory *parent) | |
INLINE string | get_basename () const |
INLINE NotifySeverity | get_severity () const |
INLINE void | set_severity (NotifySeverity severity) |
INLINE bool | is_on (NotifySeverity severity) const |
INLINE bool | is_info () const |
INLINE bool | is_warning () const |
INLINE bool | is_error () const |
INLINE bool | is_fatal () const |
ostream & | out (NotifySeverity severity, bool prefix=true) const |
INLINE ostream & | spam (bool prefix=true) const |
INLINE ostream & | debug (bool prefix=true) const |
INLINE ostream & | info (bool prefix=true) const |
INLINE ostream & | warning (bool prefix=true) const |
INLINE ostream & | error (bool prefix=true) const |
INLINE ostream & | fatal (bool prefix=true) const |
int | get_num_children () const |
NotifyCategory * | get_child (int i) const |
Static Private Member Functions | |
INLINE bool | is_spam () |
INLINE bool | is_debug () |
void | set_server_delta (time_t delta) |
Private Attributes | |
PUBLISHED | __pad0__: INLINE string get_fullname() const |
string | _fullname |
string | _basename |
NotifyCategory * | _parent |
NotifySeverity | _severity |
Children | _children |
Static Private Attributes | |
time_t | _server_delta = 0 |
Friends | |
class | Notify |
|
Definition at line 86 of file notifyCategory.h. |
|
Definition at line 34 of file notifyCategory.cxx. References _basename, _children, _fullname, _parent, _severity, nassertv, nout, NS_info, NS_unspecified, NULL, and Notify::string_severity(). |
|
|
|
|
|
|
|
|
|
Definition at line 145 of file notifyCategory.cxx. |
|
Definition at line 134 of file notifyCategory.cxx. References _children. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by out(). |
|
|
|
|
|
Definition at line 101 of file notifyCategory.cxx. References _server_delta, buffer, get_notify_timestamp(), is_on(), nout, NS_info, Notify::null(), NULL, and time_t. |
|
Definition at line 159 of file notifyCategory.cxx. References _server_delta. |
|
|
|
|
|
|
|
Definition at line 91 of file notifyCategory.h. |
|
Definition at line 43 of file notifyCategory.h. |
|
Definition at line 83 of file notifyCategory.h. Referenced by NotifyCategory(). |
|
Definition at line 87 of file notifyCategory.h. Referenced by get_child(), get_num_children(), and NotifyCategory(). |
|
Definition at line 82 of file notifyCategory.h. Referenced by NotifyCategory(). |
|
Definition at line 84 of file notifyCategory.h. Referenced by NotifyCategory(). |
|
Definition at line 26 of file notifyCategory.cxx. Referenced by out(), and set_server_delta(). |
|
Definition at line 85 of file notifyCategory.h. Referenced by NotifyCategory(). |