NCBI C++ ToolKit
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
impl::CCmdBase Class Reference

Search Toolkit Book for impl::CCmdBase

#include <dbapi/driver/impl/dbapi_impl_cmd.hpp>

+ Inheritance diagram for impl::CCmdBase:
+ Collaboration diagram for impl::CCmdBase:

Public Member Functions

 CCmdBase (impl::CConnection &conn)
 
virtual ~CCmdBase ()
 
bool WasSent (void) const
 
- Public Member Functions inherited from impl::CCommand
virtual ~CCommand (void)
 
void Release (void)
 

Protected Member Functions

void SetWasSent (bool flag=true)
 
impl::CConnectionGetConnImpl (void) const
 

Private Attributes

impl::CConnectionm_ConnImpl
 
bool m_WasSent
 

Additional Inherited Members

- Static Public Member Functions inherited from impl::CCommand
static CDB_ResultCreate_Result (CResult &result)
 

Detailed Description

Definition at line 74 of file dbapi_impl_cmd.hpp.

Constructor & Destructor Documentation

◆ CCmdBase()

impl::CCmdBase::CCmdBase ( impl::CConnection conn)

Definition at line 54 of file dbapi_impl_cmd.cpp.

References _ASSERT, and m_ConnImpl.

◆ ~CCmdBase()

impl::CCmdBase::~CCmdBase ( )
virtual

Definition at line 62 of file dbapi_impl_cmd.cpp.

Member Function Documentation

◆ GetConnImpl()

impl::CConnection& impl::CCmdBase::GetConnImpl ( void  ) const
inlineprotected

◆ SetWasSent()

void impl::CCmdBase::SetWasSent ( bool  flag = true)
inlineprotected

◆ WasSent()

bool impl::CCmdBase::WasSent ( void  ) const
inline

Member Data Documentation

◆ m_ConnImpl

impl::CConnection* impl::CCmdBase::m_ConnImpl
private

Definition at line 100 of file dbapi_impl_cmd.hpp.

Referenced by CCmdBase(), and GetConnImpl().

◆ m_WasSent

bool impl::CCmdBase::m_WasSent
private

Definition at line 101 of file dbapi_impl_cmd.hpp.

Referenced by SetWasSent(), and WasSent().


The documentation for this class was generated from the following files:
Modified on Fri Sep 20 14:57:43 2024 by modify_doxy.py rev. 669887