irods
4.2.8
About: iRODS (the integrated Rule Oriented Data System) is a distributed data-management system for creating data grids, digital libraries, persistent archives, and real-time data systems.
![]() ![]() |
#include <irods_at_scope_exit.hpp>
Public Member Functions | |
at_scope_exit (Function &&_func) | |
at_scope_exit (const at_scope_exit &)=delete | |
at_scope_exit & | operator= (const at_scope_exit &)=delete |
~at_scope_exit () | |
Private Attributes | |
Function | func_ |
Definition at line 9 of file irods_at_scope_exit.hpp.
|
inlineexplicit |
Definition at line 12 of file irods_at_scope_exit.hpp.
|
delete |
|
inline |
Definition at line 21 of file irods_at_scope_exit.hpp.
References irods::at_scope_exit< Function >::func_.
|
delete |
|
private |
Definition at line 27 of file irods_at_scope_exit.hpp.
Referenced by irods::at_scope_exit< Function >::~at_scope_exit().