DI-Guy SDK Documentation  13.5
diguyMotionVariantArray.h
Go to the documentation of this file.
1 
2 /*********************************************************************
3  ** Copyright (c) 1992-2020 MAK Technologies, Inc.
4  ** All rights reserved.
5  *********************************************************************/
6 
7 
8 /*********************************************************************
9  **
10  *t diguyMotionVariantArray Type Declaration
11  **
12  */
13 
14 #ifndef __diguyMotionVariantArray_H
15 #define __diguyMotionVariantArray_H
16 
18 
19 #define LIBBDISIMPLE_ARRAY_TYPE diguyMotionVariant
20 #define LIBBDISIMPLE_ARRAY_CLASS_NAME diguyMotionVariantArray
21 #define LIBBDISIMPLE_ARRAY_INLINE
22 #define LIBBDISIMPLE_ARRAY_DISABLE_BOUNDS_CHECKING
23 #define LIBBDISIMPLE_ARRAY_DECLSPEC_bdiutil
24 
25 #include "libbdisimple_array_declaration_template.h"
26 #include "libbdisimple_array_definition_template.h"
27 
28 #undef LIBBDISIMPLE_ARRAY_DECLSPEC_bdiutil
29 #undef LIBBDISIMPLE_ARRAY_DISABLE_BOUNDS_CHECKING
30 #undef LIBBDISIMPLE_ARRAY_INLINE
31 #undef LIBBDISIMPLE_ARRAY_CLASS_NAME
32 #undef LIBBDISIMPLE_ARRAY_TYPE
33 
34 #endif /* __diguyMotionVariantArray_H */
35 
36 
37 /*********************************************************************
38  ** Copyright (c) 1992-2020 MAK Technologies, Inc.
39  ** All rights reserved.
40  *********************************************************************/
41