CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_5_3_10/src/DetectorDescription/Parser/src/StrX.h File Reference

#include <xercesc/util/XercesDefs.hpp>
#include <xercesc/util/PlatformUtils.hpp>
#include <xercesc/sax2/XMLReaderFactory.hpp>
#include <xercesc/sax2/SAX2XMLReader.hpp>
#include <xercesc/util/XMLString.hpp>
#include <string>
#include <iostream>

Go to the source code of this file.

Classes

class  StrX

Functions

std::ostream & operator<< (std::ostream &target, const StrX &toDump)

Function Documentation

std::ostream& operator<< ( std::ostream &  target,
const StrX toDump 
) [inline]

Definition at line 82 of file StrX.h.

References StrX::localForm(), and filterCSVwithJSON::target.

{
  target << toDump.localForm();
  return target;
}