#include "OW_config.h"
#include "OW_CIMValueCast.hpp"
#include "OW_Format.hpp"
#include "OW_CIMDataType.hpp"
#include "OW_CIMValue.hpp"
#include "OW_CIMException.hpp"
#include "OW_CIMDateTime.hpp"
#include "OW_CIMObjectPath.hpp"
#include "OW_ExceptionIds.hpp"
Include dependency graph for OW_CIMValueCast.cpp:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
namespace | OW_NAMESPACE::CIMValueCast |
Functions | |
OW_NAMESPACE::OW_DEFINE_EXCEPTION_WITH_ID (ValueCast) | |
static bool | OW_NAMESPACE::isCompatible (CIMDataType::Type from, CIMDataType::Type to) |
static void | OW_NAMESPACE::makeValueArray (CIMValue &theValue) |
static CIMValue | OW_NAMESPACE::convertString (const String &strValue, const CIMDataType &dataType) |
static CIMValue | OW_NAMESPACE::convertArray (const CIMValue &value, const CIMDataType &dataType) |
static StringArray | OW_NAMESPACE::convertToStringArray (const CIMValue &value, bool onlyOne) |
CIMValue | OW_NAMESPACE::CIMValueCast::castValueToDataType (const CIMValue &value, const CIMDataType &dataType) |
Converts a given CIMValue object to an CIMValue object that represents the given CIMDataType. |