CMS 3D CMS Logo

DDXMLElement.cc File Reference

#include "DDXMLElement.h"
#include "DetectorDescription/Parser/interface/DDLSAX2FileHandler.h"
#include "DetectorDescription/Parser/interface/DDLParser.h"
#include "DetectorDescription/Base/interface/DDdebug.h"
#include "DetectorDescription/Base/interface/DDException.h"
#include <string>
#include <algorithm>
#include <map>
#include <vector>
#include <iostream>
#include <sstream>

Go to the source code of this file.

Functions

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


Function Documentation

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

Definition at line 257 of file DDXMLElement.cc.

References DDXMLElement::stream().

00258 {
00259   element.stream(os);
00260   return os;
00261 }


Generated on Tue Jun 9 17:52:37 2009 for CMSSW by  doxygen 1.5.4