QxOrm
1.5.0
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>
Public Member Functions | |
IxDao_Timer (IxDao_Helper *pDaoHelper, IxDao_Helper::timer_type timer) | |
~IxDao_Timer () | |
Public Attributes | |
IxDao_Helper * | m_pDaoHelper |
Pointer to dao helper class. | |
IxDao_Helper::timer_type | m_eTimerType |
Timer type (database or C++ action) |
qx::dao::detail::IxDao_Timer : scoped timer to measure database elapsed times (using C++ RAII)
Definition at line 197 of file IxDao_Helper.h.
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.
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.