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

File: [OMI] / omi / tests / miapi / MyClass.h (download)
Revision: 1.1, Mon Apr 20 17:20:35 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
OMI 1.0.8-1

/* @statikgen@ */
/*
**==============================================================================
**
** WARNING: THIS FILE WAS AUTOMATICALLY GENERATED. PLEASE DO NOT EDIT.
**
**==============================================================================
*/
#ifndef _MyClass_h
#define _MyClass_h

#include <MI.h>

/*
**==============================================================================
**
** MyClass [MyClass]
**
** Keys:
**
**==============================================================================
*/

typedef struct _MyClass
{
    MI_Instance __instance;
    /* MyClass properties */
    MI_ConstUint32Field Property;
}
MyClass;

typedef struct _MyClass_Ref
{
    MyClass* value;
    MI_Boolean exists;
    MI_Uint8 flags;
}
MyClass_Ref;

typedef struct _MyClass_ConstRef
{
    MI_CONST MyClass* value;
    MI_Boolean exists;
    MI_Uint8 flags;
}
MyClass_ConstRef;

typedef struct _MyClass_Array
{
    struct _MyClass** data;
    MI_Uint32 size;
}
MyClass_Array;

typedef struct _MyClass_ConstArray
{
    struct _MyClass MI_CONST* MI_CONST* data;
    MI_Uint32 size;
}
MyClass_ConstArray;

typedef struct _MyClass_ArrayRef
{
    MyClass_Array value;
    MI_Boolean exists;
    MI_Uint8 flags;
}
MyClass_ArrayRef;

typedef struct _MyClass_ConstArrayRef
{
    MyClass_ConstArray value;
    MI_Boolean exists;
    MI_Uint8 flags;
}
MyClass_ConstArrayRef;


#endif /* _MyClass_h */

ViewCVS 0.9.2