OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::ActionList::Iter Class Reference

#include <action.hpp>

Public Member Functions

 Iter (size_t size, const bool reverse)
 
bool operator() ()
 
size_t index () const
 

Private Attributes

size_t idx
 
size_t end
 
size_t delta
 

Detailed Description

Definition at line 190 of file action.hpp.

Constructor & Destructor Documentation

◆ Iter()

openvpn::ActionList::Iter::Iter ( size_t  size,
const bool  reverse 
)
inline

Definition at line 193 of file action.hpp.

Member Function Documentation

◆ index()

size_t openvpn::ActionList::Iter::index ( ) const
inline

Definition at line 214 of file action.hpp.

Here is the caller graph for this function:

◆ operator()()

bool openvpn::ActionList::Iter::operator() ( )
inline

Definition at line 209 of file action.hpp.

Member Data Documentation

◆ delta

size_t openvpn::ActionList::Iter::delta
private

Definition at line 222 of file action.hpp.

◆ end

size_t openvpn::ActionList::Iter::end
private

Definition at line 221 of file action.hpp.

◆ idx

size_t openvpn::ActionList::Iter::idx
private

Definition at line 220 of file action.hpp.


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