|
Namespaces |
namespace | OW_NAMESPACE |
namespace | OW_NAMESPACE::MOF |
Classes |
class | OW_NAMESPACE::MOF::StoreLocalDataHandle |
class | OW_NAMESPACE::MOF::LoggerErrHandler |
Defines |
#define | THROW_ERROR_NOT_IMPLEMENTED(name) OW_THROWCIMMSG(CIMException::FAILED, Format("Not implemented: %1", (name)).c_str()) |
#define | THROW_ERROR_NOT_IMPLEMENTED_FUNCNAME() THROW_ERROR_NOT_IMPLEMENTED(OW_LOGGER_PRETTY_FUNCTION) |
Functions |
void | owmof_delete_buffer (YY_BUFFER_STATE b) |
YY_BUFFER_STATE | owmof_scan_bytes (const char *bytes, int len) |
CIMInstance | OW_NAMESPACE::MOF::compileInstanceFromMOF (const String &instMOF, const LoggerRef &logger) |
CIMInstanceArray | OW_NAMESPACE::MOF::compileInstancesFromMOF (const String &instMOF, const LoggerRef &logger) |
CIMInstanceArray | OW_NAMESPACE::MOF::compileInstancesFromMOF (const String &instMOF, const CIMOMHandleIFCRef &realhdl, const String &ns, const LoggerRef &logger) |
void | OW_NAMESPACE::MOF::compileMOF (const String &mof, const CIMOMHandleIFCRef &realhdl, const String &ns, CIMInstanceArray &instances, CIMClassArray &classes, CIMQualifierTypeArray &qualifierTypes, const LoggerRef &logger=LoggerRef()) |
Variables |
NonRecursiveMutex | OW_NAMESPACE::MOF::g_guard |
YY_BUFFER_STATE | m_buf |