Go to the documentation of this file.00001
00011
00012
00013 #if (_MSC_VER > 1000) || defined(SGI_COMPILER)
00014 #pragma once
00015 #endif
00016
00017 #ifndef __XSIDICTIONARY_H__
00018 #define __XSIDICTIONARY_H__
00019
00020 #include <xsi_siobject.h>
00021
00022 namespace XSI {
00023
00024
00032
00033 class SICPPSDKDECL Dictionary : public SIObject
00034 {
00035 public:
00037 Dictionary();
00038
00040 ~Dictionary();
00041
00045 Dictionary(const CRef& in_ref);
00046
00050 Dictionary(const Dictionary& in_obj);
00051
00056 bool IsA( siClassID in_ClassID) const;
00057
00061 siClassID GetClassID() const;
00062
00068 Dictionary& operator=(const Dictionary& in_obj);
00069
00075 Dictionary& operator=(const CRef& in_ref);
00076
00077 private:
00078 Dictionary * operator&() const;
00079 Dictionary * operator&();
00080 };
00081
00082 };
00083
00084 #endif // __XSIDICTIONARY_H__