CMS 3D CMS Logo

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

49 {
50  target << toDump.localForm();
51  return target;
52 }
const char * localForm() const
Definition: StrX.h:66