(file) Return to MyClass.h CVS log (file) (dir) Up to [OMI] / omi / tests / miapi

 1 krisbash 1.1 /* @statikgen@ */
 2              /*
 3              **==============================================================================
 4              **
 5              ** WARNING: THIS FILE WAS AUTOMATICALLY GENERATED. PLEASE DO NOT EDIT.
 6              **
 7              **==============================================================================
 8              */
 9              #ifndef _MyClass_h
10              #define _MyClass_h
11              
12              #include <MI.h>
13              
14              /*
15              **==============================================================================
16              **
17              ** MyClass [MyClass]
18              **
19              ** Keys:
20              **
21              **==============================================================================
22 krisbash 1.1 */
23              
24              typedef struct _MyClass
25              {
26                  MI_Instance __instance;
27                  /* MyClass properties */
28                  MI_ConstUint32Field Property;
29              }
30              MyClass;
31              
32              typedef struct _MyClass_Ref
33              {
34                  MyClass* value;
35                  MI_Boolean exists;
36                  MI_Uint8 flags;
37              }
38              MyClass_Ref;
39              
40              typedef struct _MyClass_ConstRef
41              {
42                  MI_CONST MyClass* value;
43 krisbash 1.1     MI_Boolean exists;
44                  MI_Uint8 flags;
45              }
46              MyClass_ConstRef;
47              
48              typedef struct _MyClass_Array
49              {
50                  struct _MyClass** data;
51                  MI_Uint32 size;
52              }
53              MyClass_Array;
54              
55              typedef struct _MyClass_ConstArray
56              {
57                  struct _MyClass MI_CONST* MI_CONST* data;
58                  MI_Uint32 size;
59              }
60              MyClass_ConstArray;
61              
62              typedef struct _MyClass_ArrayRef
63              {
64 krisbash 1.1     MyClass_Array value;
65                  MI_Boolean exists;
66                  MI_Uint8 flags;
67              }
68              MyClass_ArrayRef;
69              
70              typedef struct _MyClass_ConstArrayRef
71              {
72                  MyClass_ConstArray value;
73                  MI_Boolean exists;
74                  MI_Uint8 flags;
75              }
76              MyClass_ConstArrayRef;
77              
78              
79              #endif /* _MyClass_h */

ViewCVS 0.9.2