DataObjectHandle.cpp File Reference
#include "GaudiKernel/DataObjectHandle.h"
#include <boost/algorithm/string.hpp>
#include <boost/lexical_cast.hpp>
#include <sstream>
#include <csignal>
#include <algorithm>
Include dependency graph for DataObjectHandle.cpp:

Go to the source code of this file.

Variables

const char ADDR_SEP = '&'
 
const char FIELD_SEP = '|'
 
const char ITEM_SEP = '#'
 

Variable Documentation

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.