Bdb packages | Design docs | Source docs | Guidelines | Recent releases

Search | Site Map .

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

/BdbPud/pud_Debug.h File Reference

#include <iostream.h>
#include <stdlib.h>
#include <unistd.h>

Go to the source code of this file.

Compounds

class  pud_Debug

Defines

#define DEBUGON   (pud_Debug.Trace)
#define DEBUG(x)   if (pud_Debug.Trace) cerr << "pudc_" <<x <<endl;
#define DEBUGs(x)   if (pud_Debug.Trace) cerr << "pudc_" <<x <<flush;
#define DEBUGz(x)   if (pud_Debug.Trace) cerr << x <<flush;


Define Documentation

#define DEBUG      if (pud_Debug.Trace) cerr << "pudc_" <<x <<endl;
 

Definition at line 29 of file pud_Debug.h.

Referenced by pud_Host::Resolve().

#define DEBUGON   (pud_Debug.Trace)
 

Definition at line 27 of file pud_Debug.h.

Referenced by pud_Network::Connect().

#define DEBUGs      if (pud_Debug.Trace) cerr << "pudc_" <<x <<flush;
 

Definition at line 31 of file pud_Debug.h.

#define DEBUGz      if (pud_Debug.Trace) cerr << x <<flush;
 

Definition at line 33 of file pud_Debug.h.

 


BaBar Public Site | SLAC | News | Links | Who's Who | Contact Us

Page Owner: Jacek Becla
Last Update: October 04, 2002