📄 operationcontext.h
字号:
SubscriptionInstanceNamesContainer (const OperationContext::Container & container); /** REVIEWERS: Insert description here. What parameters need descriptions? */ SubscriptionInstanceNamesContainer (const SubscriptionInstanceNamesContainer & container); /** REVIEWERS: Insert description here. What parameters need descriptions? */ SubscriptionInstanceNamesContainer (const Array<CIMObjectPath> & subscriptionInstanceNames); /** REVIEWERS: Insert description here. What parameters need descriptions? */ virtual ~SubscriptionInstanceNamesContainer(void); /** REVIEWERS: Insert description here. What parameters need descriptions? @param container REVIEWERS: Insert description here. */ SubscriptionInstanceNamesContainer & operator= (const SubscriptionInstanceNamesContainer & container); /** REVIEWERS: Insert description here. */ virtual String getName(void) const; /** REVIEWERS: Insert description here. What parameters need descriptions? */ virtual OperationContext::Container * clone(void) const; /** REVIEWERS: Insert description here. */ virtual void destroy(void); /** REVIEWERS: Insert description here. What parameters need descriptions? */ Array<CIMObjectPath> getInstanceNames(void) const;protected: SubscriptionInstanceNamesContainerRep* _rep;private: SubscriptionInstanceNamesContainer(); // Unimplemented}; ///Insert class description here. class PEGASUS_COMMON_LINKAGE TimeoutContainer : virtual public OperationContext::Container{ public: /** REVIEWERS: Insert description here. What parameters need descriptions? */ static const String NAME; /** REVIEWERS: Insert description here. What parameters need descriptions? */ TimeoutContainer(const OperationContext::Container & container); /** REVIEWERS: Insert description here. What parameters need descriptions? */ TimeoutContainer(Uint32 timeout); /** REVIEWERS: Insert description here. What parameters need descriptions? */ virtual String getName(void) const; /** REVIEWERS: Insert description here. What parameters need descriptions? */ virtual OperationContext::Container * clone(void) const; /** REVIEWERS: Insert description here. What parameters need descriptions? */ virtual void destroy(void); /** REVIEWERS: Insert description here. What parameters need descriptions? */ Uint32 getTimeOut(void) const; protected: Uint32 _value; private: TimeoutContainer(void);};// l10n/////////////////////////////////////////////////////////////////////////////// Start - Containers used for globalization/////////////////////////////////////////////////////////////////////////////#ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACESclass AcceptLanguageListContainerRep;/** <I><B>Experimental Interface</B></I><BR> */class PEGASUS_COMMON_LINKAGE AcceptLanguageListContainer : virtual public OperationContext::Container{public: /** REVIEWERS: Insert description here. What parameters need descriptions? */ static const String NAME; /** REVIEWERS: Insert description here. What parameters need descriptions? */ AcceptLanguageListContainer (const OperationContext::Container & container); /** REVIEWERS: Insert description here. What parameters need descriptions? */ AcceptLanguageListContainer (const AcceptLanguageListContainer & container); /** REVIEWERS: Insert description here. What parameters need descriptions? */ AcceptLanguageListContainer(const AcceptLanguages & languages); /** REVIEWERS: Insert description here. What parameters need descriptions? */ virtual ~AcceptLanguageListContainer(void); /** REVIEWERS: Insert description here. What parameters need descriptions? */ AcceptLanguageListContainer & operator= (const AcceptLanguageListContainer & container); /** REVIEWERS: Insert description here. What parameters need descriptions? */ virtual String getName(void) const; /** REVIEWERS: Insert description here. What parameters need descriptions? */ virtual OperationContext::Container * clone(void) const; /** REVIEWERS: Insert description here. What parameters need descriptions? */ virtual void destroy(void); /** REVIEWERS: Insert description here. What parameters need descriptions? */ AcceptLanguages getLanguages(void) const;protected: AcceptLanguageListContainerRep* _rep;private: AcceptLanguageListContainer(); // Unimplemented}; /** REVIEWERS: Insert class description here. */class SubscriptionLanguageListContainerRep; /** <I><B>Experimental Interface</B></I><BR> * REVIEWERS: Insert class description here. */class PEGASUS_COMMON_LINKAGE SubscriptionLanguageListContainer : virtual public OperationContext::Container{public: /** REVIEWERS: Insert description here. What parameters need descriptions? */ static const String NAME; /** REVIEWERS: Insert description here. What parameters need descriptions? */ SubscriptionLanguageListContainer (const OperationContext::Container & container); /** REVIEWERS: Insert description here. What parameters need descriptions? */ SubscriptionLanguageListContainer (const SubscriptionLanguageListContainer & container); /** REVIEWERS: Insert description here. What parameters need descriptions? */ SubscriptionLanguageListContainer(const AcceptLanguages & languages); /** REVIEWERS: Insert description here. What parameters need descriptions? */ virtual ~SubscriptionLanguageListContainer(void); /** REVIEWERS: Insert description here. What parameters need descriptions? @param container Specifies the name of the SubscriptionLanguageListContainer. */ SubscriptionLanguageListContainer & operator= (const SubscriptionLanguageListContainer & container); /** REVIEWERS: Insert description here. */ virtual String getName(void) const; /** REVIEWERS: Insert description here. */ virtual OperationContext::Container * clone(void) const; /** REVIEWERS: Insert description here. */ virtual void destroy(void); /** REVIEWERS: Insert description here. What parameters need descriptions? */ AcceptLanguages getLanguages(void) const;protected: /** REVIEWERS: Insert description here. What parameters need descriptions? */ SubscriptionLanguageListContainerRep* _rep;private: SubscriptionLanguageListContainer(); // Unimplemented}; /** REVIEWERS: Insert class description here. */class ContentLanguageListContainerRep; /** <I><B>Experimental Interface</B></I><BR> * REVIEWERS: Insert class description here. */class PEGASUS_COMMON_LINKAGE ContentLanguageListContainer : virtual public OperationContext::Container{public: /** REVIEWERS: Insert description here. What parameters need descriptions? */ static const String NAME; /** REVIEWERS: Insert description here. What parameters need descriptions? @param container Specifies the name of the OperationContext container. */ ContentLanguageListContainer (const OperationContext::Container & container); /** REVIEWERS: Insert description here. What parameters need descriptions? @param container Specifies the name of the ContentLanguageListContainer. */ ContentLanguageListContainer (const ContentLanguageListContainer & container); /** REVIEWERS: Insert description here. What parameters need descriptions? @param languages Specifies the name of the ContentLanguages container. */ ContentLanguageListContainer(const ContentLanguages & languages); /** REVIEWERS: Insert description here. */ virtual ~ContentLanguageListContainer(void); /** REVIEWERS: Insert description here. What parameters need descriptions? @param container Specifies the name of the ContentLanguageListContainer. */ ContentLanguageListContainer & operator= (const ContentLanguageListContainer & container); /** REVIEWERS: Insert description here. */ virtual String getName(void) const; /** REVIEWERS: Insert description here. What parameters need descriptions? */ virtual OperationContext::Container * clone(void) const; /** REVIEWERS: Insert description here. */ virtual void destroy(void); /** REVIEWERS: Insert description here. */ ContentLanguages getLanguages(void) const;protected: /** REVIEWERS: Insert description here. */ ContentLanguageListContainerRep* _rep;private: ContentLanguageListContainer(); // Unimplemented};#endif // PEGASUS_USE_EXPERIMENTAL_INTERFACES/////////////////////////////////////////////////////////////////////////////// End - Containers used for globalization/////////////////////////////////////////////////////////////////////////////class SnmpTrapOidContainerRep;class PEGASUS_COMMON_LINKAGE SnmpTrapOidContainer : virtual public OperationContext::Container{public: /** REVIEWERS: Insert description here. What parameters need descriptions? */ static const String NAME; /** REVIEWERS: Insert description here. What parameters need descriptions? @param container Specifies the name of the container. */ SnmpTrapOidContainer (const OperationContext::Container & container); /** REVIEWERS: Insert description here. What parameters need descriptions? @param container Specifies the name of the SnmpTrapOidContainer container. */ SnmpTrapOidContainer (const SnmpTrapOidContainer & container); /** REVIEWERS: Insert description here. What parameters need descriptions? @param snmpTrapOid Specifies the name of the String container. */ SnmpTrapOidContainer(const String & snmpTrapOid); /** REVIEWERS: Insert description here. */ virtual ~SnmpTrapOidContainer(void); /** REVIEWERS: Insert description here. What parameters need descriptions? @param container Specifies the name of the SnmpTrapOidContainer. */ SnmpTrapOidContainer & operator= (const SnmpTrapOidContainer & container); /** REVIEWERS: Insert description here. What parameters need descriptions? */ virtual String getName(void) const; /** REVIEWERS: Insert description here. What parameters need descriptions? */ virtual OperationContext::Container * clone(void) const; /** REVIEWERS: Insert description here. What parameters need descriptions? */ virtual void destroy(void); /** REVIEWERS: Insert description here. */ String getSnmpTrapOid(void) const;protected: SnmpTrapOidContainerRep* _rep;private: SnmpTrapOidContainer(); // Unimplemented};PEGASUS_NAMESPACE_END#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -