NCBI C++ ToolKit
|
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CPublicCommentConsumeCallback |
class | CPublicCommentErrorCallback |
Typedefs | |
using | TPublicCommentConsumeCB = function< void(CCassPublicCommentFetch *fetch_details, string comment, bool is_found)> |
using | TPublicCommentErrorCB = function< void(CCassPublicCommentFetch *fetch_details, CRequestStatus::ECode status, int code, EDiagSev severity, const string &message)> |
using TPublicCommentConsumeCB = function<void(CCassPublicCommentFetch * fetch_details, string comment, bool is_found)> |
Definition at line 41 of file public_comment_callback.hpp.
using TPublicCommentErrorCB = function<void(CCassPublicCommentFetch * fetch_details, CRequestStatus::ECode status, int code, EDiagSev severity, const string & message)> |
Definition at line 45 of file public_comment_callback.hpp.