![]() |
The Gaudi Framework
v27r0
|
#include <boost/algorithm/string.hpp>
#include <boost/lexical_cast.hpp>
#include <sstream>
#include <csignal>
#include <algorithm>
#include <GaudiKernel/DataObjectDescriptor.h>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &stream, const DataObjectDescriptor &di) |
Variables | |
const char | ADDR_SEP = '&' |
const char | FIELD_SEP = '|' |
const char | ITEM_SEP = '#' |
std::ostream& operator<< | ( | std::ostream & | stream, |
const DataObjectDescriptor & | di | ||
) |
Definition at line 22 of file DataObjectDescriptor.cpp.
const char ADDR_SEP = '&' |
Definition at line 16 of file DataObjectDescriptor.cpp.
const char FIELD_SEP = '|' |
Definition at line 17 of file DataObjectDescriptor.cpp.
const char ITEM_SEP = '#' |
Definition at line 18 of file DataObjectDescriptor.cpp.