OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::Stop::Scope Class Reference

#include <stop.hpp>

Inheritance diagram for openvpn::Stop::Scope:
[legend]
Collaboration diagram for openvpn::Stop::Scope:
[legend]

Public Member Functions

 Scope (Stop *stop_arg, std::function< void()> &&method_arg)
 
 ~Scope ()
 

Private Member Functions

 Scope (const Scope &)=delete
 
Scopeoperator= (const Scope &)=delete
 

Private Attributes

friend Stop
 
Stop *const stop
 
const std::function< void()> method
 
int index
 

Detailed Description

Definition at line 29 of file stop.hpp.

Constructor & Destructor Documentation

◆ Scope() [1/2]

openvpn::Stop::Scope::Scope ( Stop stop_arg,
std::function< void()> &&  method_arg 
)
inline

Definition at line 34 of file stop.hpp.

◆ ~Scope()

openvpn::Stop::Scope::~Scope ( )
inline

Definition at line 59 of file stop.hpp.

◆ Scope() [2/2]

openvpn::Stop::Scope::Scope ( const Scope )
privatedelete

Member Function Documentation

◆ operator=()

Scope & openvpn::Stop::Scope::operator= ( const Scope )
privatedelete

Member Data Documentation

◆ index

int openvpn::Stop::Scope::index
private

Definition at line 78 of file stop.hpp.

◆ method

const std::function<void()> openvpn::Stop::Scope::method
private

Definition at line 77 of file stop.hpp.

◆ Stop

friend openvpn::Stop::Scope::Stop
private

Definition at line 31 of file stop.hpp.

◆ stop

Stop* const openvpn::Stop::Scope::stop
private

Definition at line 76 of file stop.hpp.


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