#include <scope_guard.hpp>
Inheritance diagram for boost::scope_guard_impl_base:

Public Member Functions | |
| scope_guard_impl_base () | |
| void | dismiss () const | 
| void | touch () const | 
Protected Member Functions | |
| ~scope_guard_impl_base () | |
| scope_guard_impl_base (const scope_guard_impl_base &other) | |
Static Protected Member Functions | |
| template<typename J> | |
| static void | safe_execute (J &j) | 
Protected Attributes | |
| bool | dismissed_ | 
Private Member Functions | |
| scope_guard_impl_base & | operator= (const scope_guard_impl_base &) | 
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  ||||||||||
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
 1.4.4