CCF
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ccf::endpoints::ReadOnlyEndpointContext Struct Reference

#include <endpoint_context.h>

Inherits ccf::endpoints::CommandEndpointContext.

Public Member Functions

 ReadOnlyEndpointContext (const std::shared_ptr< ccf::RpcContext > &r, ccf::kv::ReadOnlyTx &t)
 
- Public Member Functions inherited from ccf::endpoints::CommandEndpointContext
virtual ~CommandEndpointContext ()=default
 
 CommandEndpointContext (const std::shared_ptr< ccf::RpcContext > &r)
 
template<typename T >
const T * try_get_caller ()
 
template<typename T >
const T & get_caller ()
 

Public Attributes

ccf::kv::ReadOnlyTxtx
 
- Public Attributes inherited from ccf::endpoints::CommandEndpointContext
std::shared_ptr< ccf::RpcContextrpc_ctx
 
std::unique_ptr< AuthnIdentitycaller
 

Constructor & Destructor Documentation

◆ ReadOnlyEndpointContext()

ccf::endpoints::ReadOnlyEndpointContext::ReadOnlyEndpointContext ( const std::shared_ptr< ccf::RpcContext > &  r,
ccf::kv::ReadOnlyTx t 
)
inline

Member Data Documentation

◆ tx

ccf::kv::ReadOnlyTx& ccf::endpoints::ReadOnlyEndpointContext::tx

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