HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GUI_GUSelectionProxyHandle.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: GUI_GUSelectionProxyHandle.h ( GUI Library, C++)
7  *
8  * COMMENTS:
9  * Convenience typedef for a shared ptr for GUI_GUSelectionProxy.
10  */
11 
12 #ifndef GUI_GUSelectionProxyHandle_h
13 #define GUI_GUSelectionProxyHandle_h
14 
16 #include <UT/UT_SharedPtr.h>
17 
19 
20 #endif
UT_SharedPtr< GUI_GUSelectionProxy > GUI_GUSelectionProxyHandle
std::shared_ptr< T > UT_SharedPtr
Wrapper around std::shared_ptr.
Definition: UT_SharedPtr.h:36