OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cass::cql::AsyncRowGetCallbackContext Struct Reference

Public Member Functions

 AsyncRowGetCallbackContext (GenDb::GenDbIf::DbGetRowCb cb, GenDb::DbOpResult::type drc, std::auto_ptr< GenDb::ColList > row)
 

Public Attributes

GenDb::GenDbIf::DbGetRowCb cb_
 
GenDb::DbOpResult::type drc_
 
std::auto_ptr< GenDb::ColListrow_
 

Detailed Description

Definition at line 2668 of file cql_if.cc.

Constructor & Destructor Documentation

cass::cql::AsyncRowGetCallbackContext::AsyncRowGetCallbackContext ( GenDb::GenDbIf::DbGetRowCb  cb,
GenDb::DbOpResult::type  drc,
std::auto_ptr< GenDb::ColList row 
)
inline

Definition at line 2669 of file cql_if.cc.

Member Data Documentation

GenDb::GenDbIf::DbGetRowCb cass::cql::AsyncRowGetCallbackContext::cb_

Definition at line 2675 of file cql_if.cc.

GenDb::DbOpResult::type cass::cql::AsyncRowGetCallbackContext::drc_

Definition at line 2676 of file cql_if.cc.

std::auto_ptr<GenDb::ColList> cass::cql::AsyncRowGetCallbackContext::row_

Definition at line 2677 of file cql_if.cc.


The documentation for this struct was generated from the following file: