#include <rm_dboperation.h>


Definition at line 565 of file rm_dboperation.h.
Public Member Functions | |
| dbo_SelectSlotByKey (string a_slotAddr, Int32_t a_libKey, Int32_t a_slotType, i_Slot_t &a_slot, rm_DBThread &a_DBThread) | |
| virtual void | Process () |
Private Attributes | |
| string | m_slotAddr |
| Int32_t | m_libKey |
| Int32_t | m_slotType |
| i_Slot_t & | m_slot |
| log_CLASSID_m | |
| dbo_SelectSlotByKey::dbo_SelectSlotByKey | ( | string | a_slotAddr, | |
| Int32_t | a_libKey, | |||
| Int32_t | a_slotType, | |||
| i_Slot_t & | a_slot, | |||
| rm_DBThread & | a_DBThread | |||
| ) |
Definition at line 536 of file rm_dboperation.cpp.
00541 : 00542 rm_DBOperation(a_DBThread), 00543 m_slotAddr(a_slotAddr), 00544 m_libKey(a_libKey), 00545 m_slotType(a_slotType), 00546 m_slot(a_slot) { 00547 /*empty*/ 00548 }
| void dbo_SelectSlotByKey::Process | ( | ) | [virtual] |
Implements rm_DBOperation.
Definition at line 550 of file rm_dboperation.cpp.
References rm_DBOperation::m_DBThread, m_libKey, rm_DBThread::m_rmOp, m_slot, m_slotAddr, m_slotType, and rm_Operator::SelectSlot().
00550 { 00551 m_slot = m_DBThread.m_rmOp.SelectSlot(m_slotAddr, m_libKey, m_slotType); 00552 }

string dbo_SelectSlotByKey::m_slotAddr [private] |
Int32_t dbo_SelectSlotByKey::m_libKey [private] |
Int32_t dbo_SelectSlotByKey::m_slotType [private] |
i_Slot_t& dbo_SelectSlotByKey::m_slot [private] |
dbo_SelectSlotByKey::log_CLASSID_m [private] |
1.5.6