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

#include <umask.hpp>

Inheritance diagram for openvpn::UMask:
[legend]

Public Member Functions

 UMask (mode_t new_umask)
 
 ~UMask ()
 

Private Member Functions

 UMask (const UMask &)=delete
 
UMaskoperator= (const UMask &)=delete
 

Private Attributes

mode_t umask_save
 

Detailed Description

Definition at line 22 of file umask.hpp.

Constructor & Destructor Documentation

◆ UMask() [1/2]

openvpn::UMask::UMask ( mode_t  new_umask)
inline

Definition at line 25 of file umask.hpp.

◆ ~UMask()

openvpn::UMask::~UMask ( )
inline

Definition at line 30 of file umask.hpp.

◆ UMask() [2/2]

openvpn::UMask::UMask ( const UMask )
privatedelete

Member Function Documentation

◆ operator=()

UMask & openvpn::UMask::operator= ( const UMask )
privatedelete

Member Data Documentation

◆ umask_save

mode_t openvpn::UMask::umask_save
private

Definition at line 39 of file umask.hpp.


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