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

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 = '#'
 

Function Documentation

std::ostream& operator<< ( std::ostream &  stream,
const DataObjectDescriptor di 
)

Definition at line 22 of file DataObjectDescriptor.cpp.

24 { return stream << di.toString() ; }
const std::string toString() const

Variable Documentation

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.