#include "OW_config.h"#include "OW_CIMOMHandleIFC.hpp"#include "OW_String.hpp"#include "OW_Array.hpp"#include "OW_ConfigOpts.hpp"Include dependency graph for OW_CIMNameSpaceUtils.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | OW_NAMESPACE |
| namespace | OW_NAMESPACE::CIMNameSpaceUtils |
Functions | |
| void | OW_NAMESPACE::CIMNameSpaceUtils::createCIM_Namespace (CIMOMHandleIFC &hdl, const String &ns, UInt16 classInfo=0, const String &descriptionOfClassInfo="", const String &interopNs=OW_DEFAULT_INTEROP_SCHEMA_NAMESPACE) |
| Create a cim namespace by creating an instance of the CIM_Namespace class. | |
| void | OW_NAMESPACE::CIMNameSpaceUtils::deleteCIM_Namespace (CIMOMHandleIFC &hdl, const String &ns, const String &interopNs=OW_DEFAULT_INTEROP_SCHEMA_NAMESPACE) |
| Delete a specified namespace by deleting an instance of the CIM_Namespace class. | |
| StringArray | OW_NAMESPACE::CIMNameSpaceUtils::enumCIM_Namespace (CIMOMHandleIFC &hdl, const String &interopNs=OW_DEFAULT_INTEROP_SCHEMA_NAMESPACE) |
| Gets a list of the namespaces by enumerating the instances of the CIM_Namespace class. | |
| void | OW_NAMESPACE::CIMNameSpaceUtils::enumCIM_Namespace (CIMOMHandleIFC &hdl, StringResultHandlerIFC &result, const String &interopNs=OW_DEFAULT_INTEROP_SCHEMA_NAMESPACE) |
| Gets a list of the namespaces by enumerating the instances of the CIM_Namespace class. | |
| void | OW_NAMESPACE::CIMNameSpaceUtils::create__Namespace (CIMOMHandleIFC &hdl, const String &ns) |
| Create a cim namespace by creating an instance of the __Namespace class. | |
| void | OW_NAMESPACE::CIMNameSpaceUtils::delete__Namespace (CIMOMHandleIFC &hdl, const String &ns) |
| Delete a specified namespace by deleting an instance of the __Namespace class. | |
| OW_COMMON_API StringArray | OW_NAMESPACE::CIMNameSpaceUtils::enum__Namespace (CIMOMHandleIFC &hdl, const String &ns, WBEMFlags::EDeepFlag deep=WBEMFlags::E_DEEP) |
| Gets a list of the namespaces by enumerating the instances of the __Namespace class. | |
| OW_COMMON_API void | OW_NAMESPACE::CIMNameSpaceUtils::enum__Namespace (CIMOMHandleIFC &hdl, const String &ns, StringResultHandlerIFC &result, WBEMFlags::EDeepFlag deep=WBEMFlags::E_DEEP) |
| Gets a list of the namespaces by enumerating the instances of the __Namespace class. | |
| String | OW_NAMESPACE::CIMNameSpaceUtils::prepareNamespace (const String &ns) |
| This function creates a "normalized" namespace. | |
1.4.6