Panda3D
Loading...
Searching...
No Matches
Macros | Functions
uniqueIdAllocator.cxx File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandabase.h"
#include "pnotify.h"
#include "notifyCategoryProxy.h"
#include "uniqueIdAllocator.h"

Go to the source code of this file.

Macros

#define uniqueIdAllocator_debug(msg)
 
#define uniqueIdAllocator_info(msg)    uniqueIdAllocator_cat->info() << msg << endl
 
#define uniqueIdAllocator_warning(msg)    uniqueIdAllocator_cat->warning() << msg << endl
 

Functions

 NotifyCategoryDecl (uniqueIdAllocator, EXPCL_PANDA_PUTIL, EXPTP_PANDA_PUTIL)
 
 NotifyCategoryDef (uniqueIdAllocator, "")
 

Detailed Description

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."

Author
schuyler
Date
2003-03-13

Definition in file uniqueIdAllocator.cxx.

Macro Definition Documentation

◆ uniqueIdAllocator_debug

#define uniqueIdAllocator_debug ( msg)
Value:
if (uniqueIdAllocator_cat.is_debug()) { \
uniqueIdAllocator_cat->debug() << msg << endl; \
} else {}

Definition at line 30 of file uniqueIdAllocator.cxx.

◆ uniqueIdAllocator_info

#define uniqueIdAllocator_info ( msg)     uniqueIdAllocator_cat->info() << msg << endl

Definition at line 35 of file uniqueIdAllocator.cxx.

◆ uniqueIdAllocator_warning

#define uniqueIdAllocator_warning ( msg)     uniqueIdAllocator_cat->warning() << msg << endl

Definition at line 38 of file uniqueIdAllocator.cxx.