QxOrm  1.4.9
C++ Object Relational Mapping library

qx::dao::detail::IxDao_Timer : scoped timer to measure database elapsed times (using C++ RAII) More...

#include <IxDao_Helper.h>

List of all members.

Public Member Functions

 IxDao_Timer (IxDao_Helper *pDaoHelper, IxDao_Helper::timer_type timer)
 ~IxDao_Timer ()

Public Attributes

IxDao_Helperm_pDaoHelper
 Pointer to dao helper class.
IxDao_Helper::timer_type m_eTimerType
 Timer type (database or C++ action)

Detailed Description

qx::dao::detail::IxDao_Timer : scoped timer to measure database elapsed times (using C++ RAII)

Definition at line 197 of file IxDao_Helper.h.


Constructor & Destructor Documentation

qx::dao::detail::IxDao_Timer::IxDao_Timer ( IxDao_Helper pDaoHelper,
IxDao_Helper::timer_type  timer 
) [inline]

Definition at line 203 of file IxDao_Helper.h.

qx::dao::detail::IxDao_Timer::~IxDao_Timer ( ) [inline]

Definition at line 204 of file IxDao_Helper.h.


Member Data Documentation

Timer type (database or C++ action)

Definition at line 201 of file IxDao_Helper.h.

Pointer to dao helper class.

Definition at line 200 of file IxDao_Helper.h.


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