32 #ifndef Pegasus_Scope_h 33 #define Pegasus_Scope_h 35 #include <Pegasus/Common/Config.h> 36 #include <Pegasus/Common/String.h> 37 #include <Pegasus/Common/Linkage.h> 39 PEGASUS_NAMESPACE_BEGIN
79 Boolean hasScope(
const CIMScope& scope)
const;
91 void addScope(
const CIMScope & scope);
99 Boolean equal (
const CIMScope & scope)
const;
178 friend class BinaryStreamer;
181 PEGASUS_NAMESPACE_END
Definition: CIMScope.h:48
static const CIMScope CLASS
Definition: CIMScope.h:134
static const CIMScope PARAMETER
Definition: CIMScope.h:164
static const CIMScope PROPERTY
Definition: CIMScope.h:149
static const CIMScope ASSOCIATION
Definition: CIMScope.h:139
static const CIMScope METHOD
Definition: CIMScope.h:159
static const CIMScope ANY
Definition: CIMScope.h:171
static const CIMScope INDICATION
Definition: CIMScope.h:144
static const CIMScope REFERENCE
Definition: CIMScope.h:154
static const CIMScope NONE
Definition: CIMScope.h:129