ReactOS 0.4.16-dev-981-g80eb313
msl::utilities::SafeIntException Class Reference

#include <safeint.h>

Public Member Functions

 SafeIntException ()
 
 SafeIntException (SafeIntError code)
 

Public Attributes

SafeIntError m_code
 

Detailed Description

Definition at line 289 of file safeint.h.

Constructor & Destructor Documentation

◆ SafeIntException() [1/2]

msl::utilities::SafeIntException::SafeIntException ( )
inline

Definition at line 292 of file safeint.h.

◆ SafeIntException() [2/2]

msl::utilities::SafeIntException::SafeIntException ( SafeIntError  code)
inline

Definition at line 293 of file safeint.h.

294 {
295 m_code = code;
296 }
Definition: inflate.c:139

Member Data Documentation

◆ m_code

SafeIntError msl::utilities::SafeIntException::m_code

Definition at line 297 of file safeint.h.

Referenced by SafeIntException().


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