STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
msl::utilities::SafeIntException Class Reference

#include <safeint.h>

Public Member Functions

 SafeIntException ()
 
 SafeIntException (SafeIntError code)
 

Public Attributes

SafeIntError m_code
 

Constructor & Destructor Documentation

msl::utilities::SafeIntException::SafeIntException ( )
inline
283 { m_code = SafeIntNoError; }
SafeIntError m_code
Definition: safeint.h:288
Definition: safeint.h:263
msl::utilities::SafeIntException::SafeIntException ( SafeIntError  code)
inline
285  {
286  m_code = code;
287  }
SafeIntError m_code
Definition: safeint.h:288

Member Data Documentation

SafeIntError msl::utilities::SafeIntException::m_code

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