HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DEP_ContextOptionsFwd.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: DEP_ContextOptionsFwd.h (DEP Library, C++)
7  *
8  * COMMENTS:
9  */
10 
11 #ifndef __DEP_CONTEXTOPTIONSFWD_H_INCLUDED__
12 #define __DEP_CONTEXTOPTIONSFWD_H_INCLUDED__
13 
14 template <typename T> class UT_Array;
15 template <typename T> class UT_COWReadHandle;
16 template <typename T> class UT_COWTransientReadHandle;
17 template <typename T> class UT_COWWriteHandle;
18 template <typename T> class UT_COWHandle;
19 
20 class DEP_ContextOptions;
25 
26 #endif // __DEP_CONTEXTOPTIONSFWD_H_INCLUDED__