CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
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.

83 {
84  target << toDump.localForm();
85  return target;
86 }
const char * localForm() const
Definition: StrX.h:66