|
IMP
2.0.1
The Integrative Modeling Platform
|
#include <IMP/kernel/scoped.h>
Inheritance diagram for IMP::kernel::ScopedAddCacheAttribute< Key, Value >:Public Member Functions | |
| ScopedAddCacheAttribute (Particle *p, Key key, const Value &value) | |
| void | reset () |
| void | set (Particle *p, Key key, const Value &value) |
| void | show (std::ostream &out=std::cout) const |
Add a cache attribute to a particle and then remove it when this goes out of scope.
Definition at line 207 of file kernel/scoped.h.