proxygen
wangle::ClientBootstrapFactory Class Reference

#include <ClientBootstrap.h>

Inheritance diagram for wangle::ClientBootstrapFactory:
wangle::BaseClientBootstrapFactory< BaseClientBootstrap<> >

Public Member Functions

 ClientBootstrapFactory ()
 
BaseClientBootstrap::Ptr newClient () override
 
- Public Member Functions inherited from wangle::BaseClientBootstrapFactory< BaseClientBootstrap<> >
virtual ~BaseClientBootstrapFactory ()=default
 

Detailed Description

Definition at line 143 of file ClientBootstrap.h.

Constructor & Destructor Documentation

wangle::ClientBootstrapFactory::ClientBootstrapFactory ( )
inline

Definition at line 146 of file ClientBootstrap.h.

146 {}

Member Function Documentation

BaseClientBootstrap ::Ptr wangle::ClientBootstrapFactory::newClient ( )
inlineoverridevirtual

Implements wangle::BaseClientBootstrapFactory< BaseClientBootstrap<> >.

Definition at line 148 of file ClientBootstrap.h.

148  {
149  return std::make_unique<ClientBootstrap<DefaultPipeline>>();
150  }

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