IMP  2.1.1
The Integrative Modeling Platform
kernel/Pointer.h
Go to the documentation of this file.
1 /**
2  * \file IMP/kernel/Pointer.h
3  * \brief For backwards compatibility.
4  *
5  * Copyright 2007-2013 IMP Inventors. All rights reserved.
6  *
7  */
8 
9 #ifndef IMPKERNEL_POINTER_H
10 #define IMPKERNEL_POINTER_H
11 
12 #include <IMP/kernel/kernel_config.h>
13 #include <IMP/base/Pointer.h>
14 
15 IMPKERNEL_BEGIN_NAMESPACE
16 
17 IMPKERNEL_DEPRECATED_HEADER(2.1, "Please use IMP/base/Pointer.h instead.");
18 
19 #ifndef IMP_DOXYGEN
20 using IMP::base::Pointer;
23 #endif
24 IMPKERNEL_END_NAMESPACE
25 
26 #endif /* IMPKERNEL_POINTER_H */
A nullptr-initialized pointer to an IMP Object.
A smart pointer to a ref-counted Object that is a class memeber.
Definition: base/Pointer.h:147
A smart pointer to a reference counted object.
Definition: base/Pointer.h:87