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
UT_WeakPtr.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: UT_WeakPtr.h ( UT Library, C++)
7
*
8
* COMMENTS:
9
*/
10
11
#ifndef __UT_WeakPtr__
12
#define __UT_WeakPtr__
13
14
#include <memory>
15
16
template
<
typename
T>
17
using
UT_WeakPtr
= std::weak_ptr<T>;
18
19
#endif // __UT_WeakPtr__
UT_WeakPtr
std::weak_ptr< T > UT_WeakPtr
Definition:
UT_SharedPtr.h:49
UT
UT_WeakPtr.h
Generated on Thu Nov 21 2024 02:46:18 for HDK by
1.8.6