|
IMP
2.0.0
The Integrative Modeling Platform
|
Removes the ScoreState when the RAII object is destroyed. More...
#include <IMP/kernel/scoped.h>
Inheritance diagram for IMP::kernel::GenericScopedScoreState< SS >:Public Member Functions | |
| GenericScopedScoreState (SS *ss, Model *m) | |
| bool | get_is_set () const |
| const SS & | operator* () const |
| SS & | operator* () |
| const SS * | operator-> () const |
| SS * | operator-> () |
| void | reset () |
| void | set (SS *ss, Model *m) |
| void | show (std::ostream &out=std::cout) const |
It is templated so it can act as a general pointer to the score state.
Definition at line 32 of file kernel/scoped.h.