webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | Protected Attributes | List of all members
API::Client< ClientInterface > Class Template Reference

#include <APIClient.h>

Public Member Functions

 Client ()
 
void initialize (const ClientInterface *client)
 
const LatestClientInterface & client () const
 

Protected Attributes

LatestClientInterface m_client
 

Constructor & Destructor Documentation

◆ Client()

template<typename ClientInterface>
API::Client< ClientInterface >::Client ( )
inline

Member Function Documentation

◆ client()

template<typename ClientInterface>
const LatestClientInterface& API::Client< ClientInterface >::client ( ) const
inline

◆ initialize()

template<typename ClientInterface>
void API::Client< ClientInterface >::initialize ( const ClientInterface *  client)
inline

Member Data Documentation

◆ m_client

template<typename ClientInterface>
LatestClientInterface API::Client< ClientInterface >::m_client
protected

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