QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

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

#include <IxDao_Helper.h>

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

◆ IxDao_Timer()

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.

◆ ~IxDao_Timer()

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

Definition at line 204 of file IxDao_Helper.h.

Member Data Documentation

◆ m_eTimerType

IxDao_Helper::timer_type qx::dao::detail::IxDao_Timer::m_eTimerType

Timer type (database or C++ action)

Definition at line 201 of file IxDao_Helper.h.

◆ m_pDaoHelper

IxDao_Helper* qx::dao::detail::IxDao_Timer::m_pDaoHelper

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: