OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::RemoteList::Index Struct Reference

Public Member Functions

void reset ()
 
void reset_item_addr ()
 
void set_item (const size_t i)
 
size_t item () const
 
size_t item_addr () const
 
bool increment (const Advance type, const size_t item_len, const size_t addr_len)
 

Private Attributes

size_t item_ = 0
 
size_t item_addr_ = 0
 

Detailed Description

Definition at line 245 of file remotelist.hpp.

Member Function Documentation

◆ increment()

bool openvpn::RemoteList::Index::increment ( const Advance  type,
const size_t  item_len,
const size_t  addr_len 
)
inline

Definition at line 270 of file remotelist.hpp.

Here is the caller graph for this function:

◆ item()

size_t openvpn::RemoteList::Index::item ( ) const
inline

Definition at line 260 of file remotelist.hpp.

Here is the caller graph for this function:

◆ item_addr()

size_t openvpn::RemoteList::Index::item_addr ( ) const
inline

Definition at line 264 of file remotelist.hpp.

Here is the caller graph for this function:

◆ reset()

void openvpn::RemoteList::Index::reset ( )
inline

Definition at line 247 of file remotelist.hpp.

Here is the caller graph for this function:

◆ reset_item_addr()

void openvpn::RemoteList::Index::reset_item_addr ( )
inline

Definition at line 251 of file remotelist.hpp.

Here is the caller graph for this function:

◆ set_item()

void openvpn::RemoteList::Index::set_item ( const size_t  i)
inline

Definition at line 255 of file remotelist.hpp.

Here is the caller graph for this function:

Member Data Documentation

◆ item_

size_t openvpn::RemoteList::Index::item_ = 0
private

Definition at line 284 of file remotelist.hpp.

◆ item_addr_

size_t openvpn::RemoteList::Index::item_addr_ = 0
private

Definition at line 285 of file remotelist.hpp.


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