proxygen
UseSharedPtrPolicy< MockHandshakeHelperCallback< P > > Struct Template Reference

#include <AcceptorHelperMocks.h>

Public Member Functions

 MOCK_METHOD4 (connectionReadyInternal, void(std::shared_ptr< folly::AsyncTransportWrapper >, std::string, SecureTransportType, folly::Optional< wangle::SSLErrorEnum >))
 
void dispatchConnectionReady (folly::AsyncTransportWrapper::UniquePtr transport, std::string nextProtocol, SecureTransportType secureTransportType, folly::Optional< wangle::SSLErrorEnum > sslErr)
 

Detailed Description

template<template< class > class P>
struct UseSharedPtrPolicy< MockHandshakeHelperCallback< P > >

Definition at line 111 of file AcceptorHelperMocks.h.

Member Function Documentation

template<template< class > class P>
void UseSharedPtrPolicy< MockHandshakeHelperCallback< P > >::dispatchConnectionReady ( folly::AsyncTransportWrapper::UniquePtr  transport,
std::string  nextProtocol,
SecureTransportType  secureTransportType,
folly::Optional< wangle::SSLErrorEnum sslErr 
)
inline

Definition at line 120 of file AcceptorHelperMocks.h.

References folly::gen::move.

124  {
125  connectionReadyInternal(
126  std::move(transport),
127  std::move(nextProtocol),
128  secureTransportType,
129  std::move(sslErr));
130  }
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567
template<template< class > class P>
UseSharedPtrPolicy< MockHandshakeHelperCallback< P > >::MOCK_METHOD4 ( connectionReadyInternal  ,
void(std::shared_ptr< folly::AsyncTransportWrapper >, std::string, SecureTransportType, folly::Optional< wangle::SSLErrorEnum >)   
)

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