/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Utilities/JobInfoSvc/JobInfoSvc-00-00-02/xmlrpc++0.7/src/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

static bool XmlRpc::tmEq (struct tm const &t1, struct tm const &t2)
std::ostreamoperator<< (std::ostream &os, XmlRpc::XmlRpcValue &v)

Variables

static const char XmlRpc::VALUE_TAG [] = "<value>"
static const char XmlRpc::VALUE_ETAG [] = "</value>"
static const char XmlRpc::BOOLEAN_TAG [] = "<boolean>"
static const char XmlRpc::BOOLEAN_ETAG [] = "</boolean>"
static const char XmlRpc::DOUBLE_TAG [] = "<double>"
static const char XmlRpc::DOUBLE_ETAG [] = "</double>"
static const char XmlRpc::INT_TAG [] = "<int>"
static const char XmlRpc::I4_TAG [] = "<i4>"
static const char XmlRpc::I4_ETAG [] = "</i4>"
static const char XmlRpc::STRING_TAG [] = "<string>"
static const char XmlRpc::DATETIME_TAG [] = "<dateTime.iso8601>"
static const char XmlRpc::DATETIME_ETAG [] = "</dateTime.iso8601>"
static const char XmlRpc::BASE64_TAG [] = "<base64>"
static const char XmlRpc::BASE64_ETAG [] = "</base64>"
static const char XmlRpc::ARRAY_TAG [] = "<array>"
static const char XmlRpc::DATA_TAG [] = "<data>"
static const char XmlRpc::DATA_ETAG [] = "</data>"
static const char XmlRpc::ARRAY_ETAG [] = "</array>"
static const char XmlRpc::STRUCT_TAG [] = "<struct>"
static const char XmlRpc::MEMBER_TAG [] = "<member>"
static const char XmlRpc::NAME_TAG [] = "<name>"
static const char XmlRpc::NAME_ETAG [] = "</name>"
static const char XmlRpc::MEMBER_ETAG [] = "</member>"
static const char XmlRpc::STRUCT_ETAG [] = "</struct>"


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