![]() |
The Gaudi Framework
v26r0
|
#include "Python.h"#include "GaudiKernel/Bootstrap.h"#include <sstream>#include "GaudiPython/GaudiPython.h"#include "GaudiPython/CallbackStreamBuf.h"
Go to the source code of this file.
Macros | |
| #define | min(a, b) (((a)<(b))?(a):(b)) |
| #define min | ( | a, | |
| b | |||
| ) | (((a)<(b))?(a):(b)) |
Definition at line 12 of file CallbackStreamBuf.cpp.