IMP
2.1.0
The Integrative Modeling Platform
IMP Mainpage
All IMP Modules
Related Pages
Modules
Namespaces
Classes
Files
Examples
Indexes
File List
File Members
kernel/WeakPointer.h
Go to the documentation of this file.
1
/**
2
* \file IMP/kernel/WeakPointer.h
3
* \brief For backwards compatibility.
4
*
5
* Copyright 2007-2013 IMP Inventors. All rights reserved.
6
*
7
*/
8
9
#ifndef IMPKERNEL_WEAK_POINTER_H
10
#define IMPKERNEL_WEAK_POINTER_H
11
#include <IMP/kernel/kernel_config.h>
12
#include <
IMP/base/WeakPointer.h
>
13
14
IMPKERNEL_BEGIN_NAMESPACE
15
IMPKERNEL_DEPRECATED_HEADER(2.1,
"Please use IMP/base/WeakPointer.h instead."
);
16
17
#ifndef IMP_DOXYGEN
18
using
IMP::base::UncheckedWeakPointer
;
19
using
IMP::base::WeakPointer
;
20
#endif
21
IMPKERNEL_END_NAMESPACE
22
23
#endif
/* IMPKERNEL_WEAK_POINTER_H */
IMP::base::UncheckedWeakPointer
A weak pointer to an Object or RefCountedObject.
Definition:
base/WeakPointer.h:32
WeakPointer.h
A nullptr-initialized pointer to an Object.
IMP::base::WeakPointer
Definition:
base/WeakPointer.h:74