SimpleITK
|
#include <sitkTemplateFunctions.h>
Definition at line 250 of file 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_ |
|
inlineexplicitnoexcept |
Definition at line 254 of file sitkTemplateFunctions.h.
|
inlinenoexcept |
Definition at line 258 of file sitkTemplateFunctions.h.
|
inline |
Definition at line 262 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 252 of file sitkTemplateFunctions.h.
Referenced by itk::simple::scope_exit< F >::~scope_exit().
bool itk::simple::scope_exit< F >::run_ |
Definition at line 253 of file sitkTemplateFunctions.h.
Referenced by itk::simple::scope_exit< F >::~scope_exit().