BOSS 7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
XmlRpcValue.cpp File Reference
#include "XmlRpcValue.h"
#include "XmlRpcException.h"
#include "XmlRpcUtil.h"
#include "base64.h"
#include <iostream>
#include <ostream>
#include <stdlib.h>
#include <stdio.h>

Go to the source code of this file.

Namespaces

namespace  XmlRpc
 

Functions

std::ostream & operator<< (std::ostream &os, XmlRpc::XmlRpcValue &v)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
XmlRpc::XmlRpcValue v 
)

Definition at line 604 of file XmlRpcValue.cpp.

605{
606 // If you want to output in xml format:
607 //return os << v.toXml();
608 return v.write(os);
609}
**********Class see also m_nmax DOUBLE PRECISION m_amel DOUBLE PRECISION m_x2 DOUBLE PRECISION m_alfinv DOUBLE PRECISION m_Xenph INTEGER m_KeyWtm INTEGER m_idyfs DOUBLE PRECISION m_zini DOUBLE PRECISION m_q2 DOUBLE PRECISION m_Wt_KF DOUBLE PRECISION m_WtCut INTEGER m_KFfin *COMMON c_KarLud $ !Input CMS energy[GeV] $ !CMS energy after beam spread beam strahlung[GeV] $ !Beam energy spread[GeV] $ !z boost due to beam spread $ !electron beam mass *ff pair spectrum $ !minimum v
Definition: KarLud.h:35