|
Gaudi Framework, version v23r4 |
| Home | Generated: Mon Sep 17 2012 |
#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.
Defines | |
| #define | min(a, b) (((a)<(b))?(a):(b)) |
| #define min | ( | a, | |
| b | |||
| ) | (((a)<(b))?(a):(b)) |
Definition at line 12 of file CallbackStreamBuf.cpp.