CMS 3D CMS Logo

StrX.h File Reference

#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
 
Author:
Apache Xerces C++ Example
More...

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

References StrX::localForm().

00082 {
00083   target << toDump.localForm();
00084   return target;
00085 }


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