HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
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
;
21
using
DEP_ContextOptionsHandle
=
UT_COWHandle<DEP_ContextOptions>
;
22
using
DEP_ContextOptionsReadHandle
=
UT_COWReadHandle<DEP_ContextOptions>
;
23
using
DEP_ContextOptionsWriteHandle
=
UT_COWWriteHandle<DEP_ContextOptions>
;
24
using
DEP_ContextOptionsStack
=
UT_Array<DEP_ContextOptionsHandle>
;
25
26
#endif // __DEP_CONTEXTOPTIONSFWD_H_INCLUDED__
UT_COWReadHandle
Definition:
DEP_ContextOptionsFwd.h:15
UT_Array
Definition:
BV_KDOPTree.h:18
UT_COWHandle
Definition:
DEP_ContextOptionsFwd.h:18
UT_COWTransientReadHandle
Definition:
DEP_ContextOptionsFwd.h:16
DEP_ContextOptions
Definition:
DEP_ContextOptions.h:28
UT_COWWriteHandle
Definition:
DEP_ContextOptionsFwd.h:17
DEP
DEP_ContextOptionsFwd.h
Generated on Thu Nov 21 2024 02:43:28 for HDK by
1.8.6