NCBI C++ ToolKit
|
Search Toolkit Book for CCassQueryList::SQrySlot
Public Attributes | |
unique_ptr< ICassQueryListConsumer > | m_consumer |
shared_ptr< CCassQuery > | m_qry |
size_t | m_index |
int | m_retry_count |
SQrySlotState | m_state |
Definition at line 81 of file cass_query_list.hpp.
unique_ptr<ICassQueryListConsumer> CCassQueryList::SQrySlot::m_consumer |
Definition at line 82 of file cass_query_list.hpp.
Referenced by CCassQueryList::AttachSlot(), CCassQueryList::CheckSlot(), CCassQueryList::DetachSlot(), CCassQueryList::ReadRows(), and CCassQueryList::Release().
size_t CCassQueryList::SQrySlot::m_index |
Definition at line 84 of file cass_query_list.hpp.
Referenced by CCassQueryList::AttachSlot(), CCassQueryList::CheckSlot(), CCassQueryList::ReadRows(), and CCassQueryList::Release().
shared_ptr<CCassQuery> CCassQueryList::SQrySlot::m_qry |
Definition at line 83 of file cass_query_list.hpp.
Referenced by CCassQueryList::AttachSlot(), CCassQueryList::CheckSlot(), CCassQueryList::DetachSlot(), CCassQueryList::ReadRows(), CCassQueryList::Release(), and CCassQueryList::ToString().
int CCassQueryList::SQrySlot::m_retry_count |
Definition at line 85 of file cass_query_list.hpp.
Referenced by CCassQueryList::AttachSlot(), and CCassQueryList::CheckSlot().
SQrySlotState CCassQueryList::SQrySlot::m_state |
Definition at line 86 of file cass_query_list.hpp.
Referenced by CCassQueryList::AttachSlot(), CCassQueryList::CheckPending(), CCassQueryList::CheckSlot(), CCassQueryList::CheckSlots(), CCassQueryList::DetachSlot(), CCassQueryList::ReadRows(), CCassQueryList::Release(), and CCassQueryList::ToString().