SimpleITK
2.0.0
|
#include <sitkTemplateFunctions.h>
Public Member Functions | |
scope_exit & | operator= (scope_exit &&rhs)=delete |
scope_exit & | operator= (scope_exit const &)=delete |
scope_exit (F f) noexcept | |
scope_exit (scope_exit &&rhs) noexcept | |
scope_exit (scope_exit const &)=delete | |
~scope_exit () | |
Public Attributes | |
F | f_ |
bool | run_ |
Definition at line 236 of file sitkTemplateFunctions.h.
|
inlineexplicitnoexcept |
Definition at line 239 of file sitkTemplateFunctions.h.
|
inlinenoexcept |
Definition at line 240 of file sitkTemplateFunctions.h.
|
inline |
Definition at line 241 of file sitkTemplateFunctions.h.
References itk::simple::scope_exit< F >::f_, and itk::simple::scope_exit< F >::run_.
|
delete |
|
delete |
|
delete |
F itk::simple::scope_exit< F >::f_ |
Definition at line 237 of file sitkTemplateFunctions.h.
Referenced by itk::simple::scope_exit< F >::~scope_exit().
bool itk::simple::scope_exit< F >::run_ |
Definition at line 238 of file sitkTemplateFunctions.h.
Referenced by itk::simple::scope_exit< F >::~scope_exit().