fastcgi++
Public Member Functions | Private Attributes
ASql::ConnectionPar< T >::SetCanceler Class Reference

Locks the mutex on a statement and set's the canceller to the queries canceller. More...

List of all members.

Public Member Functions

 SetCanceler (const bool *&canceler, bool &dest)
 ~SetCanceler ()

Private Attributes

const bool *& m_canceler

Detailed Description

template<class T>
class ASql::ConnectionPar< T >::SetCanceler

Locks the mutex on a statement and set's the canceller to the queries canceller.

Definition at line 167 of file asql.hpp.


Constructor & Destructor Documentation

template<class T>
ASql::ConnectionPar< T >::SetCanceler::SetCanceler ( const bool *&  canceler,
bool &  dest 
)
inline

Definition at line 171 of file asql.hpp.

template<class T>
ASql::ConnectionPar< T >::SetCanceler::~SetCanceler ( )
inline

Member Data Documentation

template<class T>
const bool*& ASql::ConnectionPar< T >::SetCanceler::m_canceler
private

Definition at line 169 of file asql.hpp.

Referenced by ASql::ConnectionPar< T >::SetCanceler::~SetCanceler().


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