CMS 3D CMS Logo

Functions
DDXMLElement.cc File Reference
#include "DetectorDescription/Parser/src/DDXMLElement.h"
#include <iostream>
#include <memory>
#include <utility>
#include <string>
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Utilities/interface/Exception.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const DDXMLElement &element)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const DDXMLElement element 
)

Definition at line 159 of file DDXMLElement.cc.

References DDXMLElement::stream().

159  {
160  element.stream(os);
161  return os;
162 }
virtual void stream(std::ostream &os) const
Allow for the elements to have their own streaming method, but also provide a default.