Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends
ibis::util::guardImpl1< F, A > Class Template Reference

A concrete class for cleanup jobs that take a function with one argument. More...

#include <util.h>

Inheritance diagram for ibis::util::guardImpl1< F, A >:
ibis::util::guardBase

List of all members.

Public Member Functions

 ~guardImpl1 ()
 Destructor calls the cleanup function of the base class.

Static Public Member Functions

static guardImpl1< F, A > makeGuard (F f, A a)

Protected Member Functions

void execute ()
 guardImpl1 (F f, A a)
 Construct a guard object from a function.

Friends

class guardBase

Detailed Description

template<typename F, typename A>
class ibis::util::guardImpl1< F, A >

A concrete class for cleanup jobs that take a function with one argument.


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

Make It A Bit Faster
Contact us
Disclaimers
FastBit source code
FastBit mailing list archive