ICP  1
Public Member Functions | Static Private Member Functions | List of all members
COMexception Class Reference

#include <variant_utils.h>

Inheritance diagram for COMexception:
Inheritance graph

Public Member Functions

 COMexception (const std::string &what_arg)
 
 COMexception (const std::string &message, HRESULT hr)
 

Static Private Member Functions

static std::string com_message (const std::string &message, HRESULT hr)
 

Detailed Description

Definition at line 4 of file variant_utils.h.

Constructor & Destructor Documentation

COMexception::COMexception ( const std::string &  what_arg)
inlineexplicit

Definition at line 7 of file variant_utils.h.

COMexception::COMexception ( const std::string &  message,
HRESULT  hr 
)
inlineexplicit

Definition at line 12 of file variant_utils.h.

Member Function Documentation

std::string COMexception::com_message ( const std::string &  message,
HRESULT  hr 
)
staticprivate

Definition at line 5 of file variant_utils.cpp.


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