Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "dtoolbase.h"
#include "notifyCategory.h"
#include "notifySeverity.h"
#include "pnotify.h"
#include "notifyCategoryProxy.I"
Go to the source code of this file.
Classes | |
class | NotifyCategoryProxy< GetCategory > |
A handy wrapper around a NotifyCategory pointer. More... | |
Macros | |
#define | NotifyCategoryDecl(basename, expcl, exptp) |
#define | NotifyCategoryDeclNoExport(basename) |
#define | NotifyCategoryDef(basename, parent_category) NotifyCategoryDefName(basename, #basename, parent_category); |
#define | NotifyCategoryDefName(basename, actual_name, parent_category) |
Functions | |
template<class GetCategory > | |
std::ostream & | operator<< (std::ostream &out, NotifyCategoryProxy< GetCategory > &proxy) |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file notifyCategoryProxy.h.
#define NotifyCategoryDecl | ( | basename, | |
expcl, | |||
exptp ) |
Definition at line 115 of file notifyCategoryProxy.h.
#define NotifyCategoryDeclNoExport | ( | basename | ) |
Definition at line 128 of file notifyCategoryProxy.h.
#define NotifyCategoryDef | ( | basename, | |
parent_category ) NotifyCategoryDefName(basename, #basename, parent_category); |
Definition at line 159 of file notifyCategoryProxy.h.
#define NotifyCategoryDefName | ( | basename, | |
actual_name, | |||
parent_category ) |
Definition at line 147 of file notifyCategoryProxy.h.
|
inline |
Definition at line 101 of file notifyCategoryProxy.h.