SimpleITK
2.5.0.dev
|
#include <sitkTemplateFunctions.h>
Definition at line 250 of file sitkTemplateFunctions.h.
Public Member Functions | |
scope_exit & | operator= (const scope_exit &)=delete |
scope_exit & | operator= (scope_exit &&rhs)=delete |
scope_exit (const scope_exit &)=delete | |
scope_exit (F f) noexcept | |
scope_exit (scope_exit &&rhs) noexcept | |
~scope_exit () | |
Public Attributes | |
F | f_ |
bool | run_ |
|
inlineexplicitnoexcept |
Definition at line 254 of file sitkTemplateFunctions.h.
Referenced by operator=(), operator=(), scope_exit(), and scope_exit().
|
inlinenoexcept |
Definition at line 258 of file sitkTemplateFunctions.h.
References scope_exit().
|
inline |
Definition at line 262 of file sitkTemplateFunctions.h.
|
delete |
References scope_exit().
|
delete |
References scope_exit().
|
delete |
References scope_exit().
F itk::simple::scope_exit< F >::f_ |
Definition at line 252 of file sitkTemplateFunctions.h.
Referenced by ~scope_exit().
bool itk::simple::scope_exit< F >::run_ |
Definition at line 253 of file sitkTemplateFunctions.h.
Referenced by ~scope_exit().