![]() |
The Gaudi Framework
v27r1
|
#include "GaudiKernel/DataObjectHandle.h"
#include <boost/algorithm/string.hpp>
#include <boost/lexical_cast.hpp>
#include <sstream>
#include <csignal>
#include <algorithm>
Go to the source code of this file.
Variables | |
const char | ADDR_SEP = '&' |
const char | FIELD_SEP = '|' |
const char | ITEM_SEP = '#' |
const char ADDR_SEP = '&' |
Definition at line 9 of file DataObjectHandle.cpp.
const char FIELD_SEP = '|' |
Definition at line 10 of file DataObjectHandle.cpp.
const char ITEM_SEP = '#' |
Definition at line 11 of file DataObjectHandle.cpp.