Loki  0.1.7
Loki::ScopeGuardImpl4< F, P1, P2, P3, P4 > Class Template Reference

#include <ScopeGuard.h>

Inheritance diagram for Loki::ScopeGuardImpl4< F, P1, P2, P3, P4 >:
Collaboration diagram for Loki::ScopeGuardImpl4< F, P1, P2, P3, P4 >:

Additional Inherited Members

- Protected Member Functions inherited from Loki::ScopeGuardImplBase
 ScopeGuardImplBase (const ScopeGuardImplBase &other) throw ()
 Copy-constructor takes over responsibility from other ScopeGuard.
 

Detailed Description

template<typename F, typename P1, typename P2, typename P3, typename P4>
class Loki::ScopeGuardImpl4< F, P1, P2, P3, P4 >

Implementation class for a standalone function or class static function with four parameters. Each parameter is copied by value - use Loki::ByRef if you must use a reference instead. ScopeGuard ignores any value returned from the call within the Execute function.

This class has a single standalone helper function, MakeGuard which creates and returns a ScopeGuard.


The documentation for this class was generated from the following file: