Security Scol plugin
Public Member Functions | List of all members
IosExceptionMask Class Reference

Disable badbit, failbit and eof exceptions. More...

Public Member Functions

 IosExceptionMask (std::istream &stream)
 
 IosExceptionMask (std::istream &stream, std::ios::iostate newMask)
 

Detailed Description

Disable badbit, failbit and eof exceptions.

See also
https://github.com/weidai11/cryptopp/pull/968 and https://www.cplusplus.com/reference/ios/ios/exceptions

Definition at line 18 of file files.cpp.

Constructor & Destructor Documentation

◆ IosExceptionMask() [1/2]

IosExceptionMask::IosExceptionMask ( std::istream &  stream)
inline

Definition at line 21 of file files.cpp.

◆ IosExceptionMask() [2/2]

IosExceptionMask::IosExceptionMask ( std::istream &  stream,
std::ios::iostate  newMask 
)
inline

Definition at line 26 of file files.cpp.

◆ ~IosExceptionMask()

IosExceptionMask::~IosExceptionMask ( )
inline

Definition at line 31 of file files.cpp.


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