OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::ManClientInstance::Factory Struct Referenceabstract

#include <manage.hpp>

Inheritance diagram for openvpn::ManClientInstance::Factory:
[legend]
Collaboration diagram for openvpn::ManClientInstance::Factory:
[legend]

Public Types

typedef RCPtr< FactoryPtr
 
- Public Types inherited from openvpn::RC< thread_unsafe_refcount >
typedef RCPtr< RCPtr
 

Public Member Functions

virtual void start ()=0
 
virtual void stop ()=0
 
virtual Send::Ptr new_man_obj (Recv *instance)=0
 
- Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount >
 RC () noexcept=default
 
 RC (const RC &)=delete
 
virtual ~RC ()=default
 
RCoperator= (const RC &)=delete
 
olong use_count () const noexcept
 Delegates call to RCImpl and returns the result.
 

Additional Inherited Members

- Static Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount >
static constexpr bool is_thread_safe ()
 Delegates call to RCImpl and returns the result.
 

Detailed Description

Definition at line 168 of file manage.hpp.

Member Typedef Documentation

◆ Ptr

Member Function Documentation

◆ new_man_obj()

virtual Send::Ptr openvpn::ManClientInstance::Factory::new_man_obj ( Recv instance)
pure virtual

◆ start()

virtual void openvpn::ManClientInstance::Factory::start ( )
pure virtual

◆ stop()

virtual void openvpn::ManClientInstance::Factory::stop ( )
pure virtual

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