CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_5_3_3/src/DetectorDescription/RegressionTest/src/StrX.h File Reference

#include <cstdlib>
#include <string>
#include <iostream>
#include <xercesc/util/PlatformUtils.hpp>
#include <xercesc/parsers/SAXParser.hpp>

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 48 of file StrX.h.

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

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