All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CallbackStreamBuf.cpp File Reference
#include "Python.h"
#include "GaudiKernel/Bootstrap.h"
#include <sstream>
#include "GaudiPython/GaudiPython.h"
#include "GaudiPython/CallbackStreamBuf.h"
Include dependency graph for CallbackStreamBuf.cpp:

Go to the source code of this file.

Macros

#define min(a, b)   (((a)<(b))?(a):(b))
 

Macro Definition Documentation

#define min (   a,
 
)    (((a)<(b))?(a):(b))

Definition at line 12 of file CallbackStreamBuf.cpp.