#include "OW_config.h"
#include "OW_CIMOMHandleIFC.hpp"
#include "OW_String.hpp"
#include "OW_MOFParserErrorHandlerIFC.hpp"
#include "OW_Exception.hpp"
#include "OW_Array.hpp"
#include "OW_MOFLineInfo.hpp"
#include "OW_MOFGrammar.hpp"
#include "OW_CIMFwd.hpp"
#include "OW_Logger.hpp"
Include dependency graph for OW_MOFCompiler.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::MOF |
Classes | |
class | OW_NAMESPACE::MOF::Compiler |
struct | OW_NAMESPACE::MOF::Compiler::Options |
struct | OW_NAMESPACE::MOF::Compiler::include_t |
Typedefs | |
typedef yy_buffer_state * | YY_BUFFER_STATE |
Functions | |
OW_NAMESPACE::OW_DECLARE_APIEXCEPTION (MOFCompiler, OW_MOF_API) | |
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()) |
|
Definition at line 55 of file OW_MOFCompiler.hpp. |