STIR 6.4.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
25namespace stir
26{
27using std::shared_ptr;
28using std::dynamic_pointer_cast;
29using std::static_pointer_cast;
31#define MAKE_SHARED std::make_shared
32} // namespace stir
33
34#endif
basic configuration include file
Namespace for the STIR library (and some/most of its applications)
Definition General_Reconstruction.h:19