#include "OW_config.h"
#include "OW_CIMFwd.hpp"
#include <iosfwd>
Include dependency graph for OW_CIMtoXML.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
Functions | |
OW_XML_API void | OW_NAMESPACE::CIMNameSpacetoXML (CIMNameSpace const &ns, std::ostream &ostr) |
OW_XML_API void | OW_NAMESPACE::LocalCIMNameSpacetoXML (CIMNameSpace const &ns, std::ostream &ostr) |
OW_XML_API void | OW_NAMESPACE::CIMtoXML (CIMQualifierType const &cqt, std::ostream &ostr) |
OW_XML_API void | OW_NAMESPACE::CIMClassPathtoXML (CIMObjectPath const &cop, std::ostream &ostr) |
OW_XML_API void | OW_NAMESPACE::CIMInstancePathtoXML (CIMObjectPath const &cop, std::ostream &ostr) |
OW_XML_API void | OW_NAMESPACE::CIMLocalInstancePathtoXML (CIMObjectPath const &cop, std::ostream &ostr) |
OW_XML_API void | OW_NAMESPACE::CIMInstanceNametoXML (CIMObjectPath const &cop, std::ostream &ostr) |
OW_XML_API void | OW_NAMESPACE::CIMtoXML (CIMClass const &cc, std::ostream &ostr) |
OW_XML_API void | OW_NAMESPACE::CIMInstancetoXML (CIMInstance const &ci, std::ostream &ostr) |
OW_XML_API void | OW_NAMESPACE::CIMInstanceNameAndInstancetoXML (CIMInstance const &instance, std::ostream &ostr, CIMObjectPath const &instanceName) |
OW_XML_API void | OW_NAMESPACE::CIMInstancePathAndInstancetoXML (CIMInstance const &instance, std::ostream &ostr, CIMObjectPath const &instancePath) |
OW_XML_API void | OW_NAMESPACE::CIMtoXML (CIMValue const &cv, std::ostream &out) |
OW_XML_API void | OW_NAMESPACE::CIMtoXML (CIMDataType const &cdt, std::ostream &ostr) |
OW_XML_API void | OW_NAMESPACE::CIMtoXML (CIMFlavor const &cf, std::ostream &ostr) |
OW_XML_API void | OW_NAMESPACE::CIMtoXML (CIMQualifier const &cq, std::ostream &ostr) |
OW_XML_API void | OW_NAMESPACE::CIMtoXML (CIMProperty const &cp, std::ostream &ostr) |
OW_XML_API void | OW_NAMESPACE::CIMtoXML (CIMMethod const &cm, std::ostream &ostr) |
OW_XML_API void | OW_NAMESPACE::CIMtoXML (CIMParameter const &cp, std::ostream &ostr) |
void | OW_NAMESPACE::CIMParamValueToXML (CIMParamValue const &pv, std::ostream &ostr) |