Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends
ibis::util::guardImpl2< F, A1, A2 > Class Template Reference

A concrete class for cleanup jobs that take a function with two arguments. More...

#include <util.h>

Inheritance diagram for ibis::util::guardImpl2< F, A1, A2 >:
ibis::util::guardBase

List of all members.

Public Member Functions

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

Static Public Member Functions

static guardImpl2< F, A1, A2 > makeGuard (F f, A1 a1, A2 a2)

Protected Member Functions

void execute ()
 guardImpl2 (F f, A1 a1, A2 a2)
 Construct a guard object from a function.

Friends

class guardBase

Detailed Description

template<typename F, typename A1, typename A2>
class ibis::util::guardImpl2< F, A1, A2 >

A concrete class for cleanup jobs that take a function with two arguments.


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