Loki::ScopeGuardImpl1< F, P1 > Class Template Reference
[Exception-safe code]

#include <ScopeGuard.h>

Inheritance diagram for Loki::ScopeGuardImpl1< F, P1 >:

[legend]
Collaboration diagram for Loki::ScopeGuardImpl1< F, P1 >:
[legend]
List of all members.

Public Member Functions

 ~ScopeGuardImpl1 () throw ()
void Execute ()

Static Public Member Functions

static ScopeGuardImpl1< F,
P1 > 
MakeGuard (F fun, P1 p1)

Protected Member Functions

 ScopeGuardImpl1 (F fun, P1 p1)

Protected Attributes

fun_
const P1 p1_

Detailed Description

template<typename F, typename P1>
class Loki::ScopeGuardImpl1< F, P1 >

Implementation class for a standalone function or class static function with one parameter. 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.

Definition at line 155 of file ScopeGuard.h.


The documentation for this class was generated from the following file:
Generated on Sun Feb 25 16:52:45 2007 for Loki by  doxygen 1.5.1-p1