STIR  6.3.0
shared_ptr.h
Go to the documentation of this file.
1 //
2 //
10 /*
11  Copyright (C) 2011-07-01 - 2012, Kris Thielemans
12  This file is part of STIR.
13 
14  SPDX-License-Identifier: Apache-2.0
15 
16  See STIR/LICENSE.txt for details
17 */
18 
19 #ifndef __stir_SHARED_PTR__
20 #define __stir_SHARED_PTR__
21 
22 #include "stir/common.h"
23 #include <memory>
24 
25 namespace stir
26 {
27 using std::shared_ptr;
28 using std::dynamic_pointer_cast;
29 using std::static_pointer_cast;
31 #define MAKE_SHARED std::make_shared
32 } // namespace stir
33 
34 #endif
Namespace for the STIR library (and some/most of its applications)
Definition: General_Reconstruction.cxx:6
basic configuration include file