#include "OW_config.h"
#include "OW_CIMtoXML.hpp"
#include "OW_String.hpp"
#include "OW_XMLEscape.hpp"
#include "OW_Assertion.hpp"
#include "OW_StringStream.hpp"
#include "OW_CIMParamValue.hpp"
#include "OW_CIMNameSpace.hpp"
#include "OW_CIMException.hpp"
#include "OW_CIMQualifierType.hpp"
#include "OW_CIMFlavor.hpp"
#include "OW_CIMObjectPath.hpp"
#include "OW_CIMProperty.hpp"
#include "OW_CIMClass.hpp"
#include "OW_CIMInstance.hpp"
#include "OW_CIMValue.hpp"
#include "OW_CIMScope.hpp"
#include "OW_CIMDateTime.hpp"
#include "OW_CIMUrl.hpp"
#include "OW_CIMQualifier.hpp"
#include "OW_CIMMethod.hpp"
#include "OW_CIMParameter.hpp"
#include <iostream>
#include <algorithm>
#include <cfloat>
Include dependency graph for OW_CIMtoXML.cpp:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
Defines | |
#define | SNPRINTF snprintf |
Functions | |
void | OW_NAMESPACE::CIMNameSpacetoXML (CIMNameSpace const &ns, ostream &ostr) |
void | OW_NAMESPACE::LocalCIMNameSpacetoXML (CIMNameSpace const &ns, ostream &ostr) |
void | OW_NAMESPACE::CIMtoXML (CIMQualifierType const &cqt, ostream &ostr) |
static void | OW_NAMESPACE::outputKEYVALUE (ostream &ostr, const CIMProperty &cp) |
void | OW_NAMESPACE::CIMClassPathtoXML (CIMObjectPath const &cop, ostream &ostr) |
void | OW_NAMESPACE::CIMInstancePathtoXML (CIMObjectPath const &cop, ostream &ostr) |
void | OW_NAMESPACE::CIMLocalInstancePathtoXML (CIMObjectPath const &cop, ostream &ostr) |
void | OW_NAMESPACE::CIMInstanceNametoXML (CIMObjectPath const &cop, ostream &ostr) |
void | OW_NAMESPACE::CIMtoXML (CIMClass const &cc, ostream &ostr) |
void | OW_NAMESPACE::CIMInstancetoXML (CIMInstance const &ci, ostream &ostr) |
void | OW_NAMESPACE::CIMInstanceNameAndInstancetoXML (CIMInstance const &instance, ostream &ostr, CIMObjectPath const &instanceName) |
void | OW_NAMESPACE::CIMInstancePathAndInstancetoXML (CIMInstance const &instance, ostream &ostr, CIMObjectPath const &instancePath) |
template<class T> | |
static void | OW_NAMESPACE::raToXml (ostream &out, const Array< T > &ra) |
template<class T> | |
static void | OW_NAMESPACE::realArrayToXml (ostream &out, const Array< T > &ra) |
template<typename T> | |
static void | OW_NAMESPACE::valueToXML (T const &x, ostream &out) |
static void | OW_NAMESPACE::valueToXML (CIMObjectPath const &x, ostream &out) |
static void | OW_NAMESPACE::raToXmlCOP (ostream &out, const Array< CIMObjectPath > &ra) |
static void | OW_NAMESPACE::raToXmlSA (ostream &out, const Array< String > &ra) |
static void | OW_NAMESPACE::raToXmlChar16 (ostream &out, const Array< Char16 > &ra) |
void | OW_NAMESPACE::raToXmlNumeric (ostream &out, const Array< Int8 > &ra) |
void | OW_NAMESPACE::raToXmlNumeric (ostream &out, const Array< UInt8 > &ra) |
void | OW_NAMESPACE::CIMtoXML (CIMValue const &cv, ostream &out) |
void | OW_NAMESPACE::CIMtoXML (CIMDataType const &cdt, ostream &ostr) |
void | OW_NAMESPACE::CIMtoXML (CIMFlavor const &cf, ostream &ostr) |
void | OW_NAMESPACE::CIMtoXML (CIMQualifier const &cq, ostream &ostr) |
void | OW_NAMESPACE::CIMtoXML (CIMProperty const &cp, ostream &ostr) |
void | OW_NAMESPACE::CIMtoXML (CIMMethod const &cm, ostream &ostr) |
static void | OW_NAMESPACE::qualifierXML (CIMParameter const &cp, ostream &ostr) |
void | OW_NAMESPACE::CIMtoXML (CIMParameter const &cp, ostream &ostr) |
void | OW_NAMESPACE::CIMParamValueToXML (CIMParamValue const &pv, std::ostream &ostr) |
|
Definition at line 70 of file OW_CIMtoXML.cpp. |