#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 at line 47 of file uniqueIdAllocator.cxx. |
|
Value: if (uniqueIdAllocator_cat.is_debug()) { \ uniqueIdAllocator_cat->debug() << msg << endl; \ } else {} Definition at line 30 of file uniqueIdAllocator.cxx. Referenced by UniqueIdAllocator::allocate(), UniqueIdAllocator::free(), and UniqueIdAllocator::~UniqueIdAllocator(). |
|
Definition at line 35 of file uniqueIdAllocator.cxx. |
|
Definition at line 38 of file uniqueIdAllocator.cxx. Referenced by UniqueIdAllocator::allocate(). |
|
|
|
|