CMS 3D CMS Logo

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

References StrX::localForm().

00049 {
00050     target << toDump.localForm();
00051     return target;
00052 }


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