![]() |
QxOrm
1.4.7
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 188 of file IxDao_Helper.h.
| qx::dao::detail::IxDao_Timer::IxDao_Timer | ( | IxDao_Helper * | pDaoHelper, |
| IxDao_Helper::timer_type | timer | ||
| ) | [inline] |
Definition at line 194 of file IxDao_Helper.h.
| qx::dao::detail::IxDao_Timer::~IxDao_Timer | ( | ) | [inline] |
Definition at line 195 of file IxDao_Helper.h.
Timer type (database or C++ action)
Definition at line 192 of file IxDao_Helper.h.
Pointer to dao helper class.
Definition at line 191 of file IxDao_Helper.h.