Teamcenter C++ API Reference
2312
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
base_utils
SharedPtr.hxx
Go to the documentation of this file.
1
// @< COPYRIGHT>@
2
// ==================================================
3
// Copyright 2013.
4
// Siemens Product Lifecycle Management Software Inc.
5
// All Rights Reserved.
6
// ==================================================
7
// @< COPYRIGHT>@
8
15
#ifndef TEAMCENTER_BASE_UTILS_SHARED_PTR_HXX
16
#define TEAMCENTER_BASE_UTILS_SHARED_PTR_HXX
17
18
#include <memory>
// for std::auto_ptr
19
namespace
Teamcenter
20
{
21
using
std::shared_ptr;
22
using
std::static_pointer_cast;
23
using
std::dynamic_pointer_cast;
24
using
std::const_pointer_cast;
25
}
26
27
#endif // TEAMCENTER_BASE_UTILS_SHARED_PTR_HXX