ISIS Logo
lvDCOM
An EPICS support module to export LabVIEW values as process variables
Public Member Functions | Static Private Member Functions | List of all members
Win32StructuredException Class Reference

An STL exception describing a Win32 Structured Exception. More...

#include <variant_utils.h>

Inheritance diagram for Win32StructuredException:
Inheritance graph

Public Member Functions

 Win32StructuredException (const std::string &message)
 
 Win32StructuredException (unsigned int code, EXCEPTION_POINTERS *pExp)
 

Static Private Member Functions

static std::string win32_message (unsigned int code, EXCEPTION_POINTERS *pExp)
 

Detailed Description

An STL exception describing a Win32 Structured Exception.

Code needs to be compiled with /EHa if you wish to use this via _set_se_translator(). Note that _set_se_translator() needs to be called on a per thread basis

Definition at line 27 of file variant_utils.h.

Constructor & Destructor Documentation

Win32StructuredException::Win32StructuredException ( const std::string &  message)
inlineexplicit

Definition at line 30 of file variant_utils.h.

Win32StructuredException::Win32StructuredException ( unsigned int  code,
EXCEPTION_POINTERS *  pExp 
)
inlineexplicit

Definition at line 31 of file variant_utils.h.

Member Function Documentation

std::string Win32StructuredException::win32_message ( unsigned int  code,
EXCEPTION_POINTERS *  pExp 
)
staticprivate

Definition at line 41 of file variant_utils.cpp.


The documentation for this class was generated from the following files:
Copyright © 2013 Science and Technology Facilities Council | Generated by   doxygen 1.8.5