/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Utilities/JobInfoSvc/JobInfoSvc-00-00-02/xmlrpc++0.7/src/XmlRpcValue.h File Reference

#include <map>
#include <string>
#include <vector>
#include <time.h>

Go to the source code of this file.

Namespaces

namespace  XmlRpc

Classes

class  XmlRpc::XmlRpcValue
 RPC method arguments and results are represented by Values. More...

Functions

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


Function Documentation

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

Definition at line 604 of file XmlRpcValue.cpp.

References v.

00605 { 
00606   // If you want to output in xml format:
00607   //return os << v.toXml(); 
00608   return v.write(os);
00609 }


Generated on Tue Nov 29 23:17:21 2016 for BOSS_7.0.2 by  doxygen 1.4.7