#include "pandabase.h"
#include "notify.h"
#include "uniqueIdAllocator.h"
Go to the source code of this file.
Defines | |
#define | uniqueIdAllocator_debug(msg) |
#define | uniqueIdAllocator_info(msg) uniqueIdAllocator_cat->info() << msg << endl |
#define | uniqueIdAllocator_warning(msg) uniqueIdAllocator_cat->warning() << msg << endl |
#define | audio_error(msg) audio_cat->error() << msg << endl |
Functions | |
NotifyCategoryDecl (uniqueIdAllocator, EXPCL_PANDA, EXPTP_PANDA) | |
NotifyCategoryDef (uniqueIdAllocator,"") |
Definition in file uniqueIdAllocator.cxx.
|
Definition at line 50 of file uniqueIdAllocator.cxx. |
|
Value: if (uniqueIdAllocator_cat.is_debug()) { \ uniqueIdAllocator_cat->debug() << msg << endl; \ } else {} Definition at line 33 of file uniqueIdAllocator.cxx. Referenced by UniqueIdAllocator::~UniqueIdAllocator(). |
|
Definition at line 38 of file uniqueIdAllocator.cxx. |
|
Definition at line 41 of file uniqueIdAllocator.cxx. Referenced by UniqueIdAllocator::~UniqueIdAllocator(). |
|
|
|
|