HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CHOP_Types.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: CHOP_Types.h (CHOP Library, C++)
7  *
8  * COMMENTS:
9  */
10 
11 #ifndef __CHOP_TYPES_H_INCLUDED__
12 #define __CHOP_TYPES_H_INCLUDED__
13 
14 #include "CHOP_API.h"
15 #include <UT/UT_Array.h>
16 
17 class CHOP_Handle;
18 class CHOP_Node;
19 class orUnit;
20 
25 
26 #endif // __CHOP_TYPES_H_INCLUDED__
UT_Array< const CHOP_Node * > CHOP_NodeListC
Definition: CHOP_Types.h:23
UT_Array< orUnit * > orUnitList
Definition: CHOP_Types.h:24
UT_Array< CHOP_Handle * > CHOP_HandleList
Definition: CHOP_Types.h:19
UT_Array< CHOP_Node * > CHOP_NodeList
Definition: CHOP_Types.h:22