DWFToolkit::DwfResult Class Reference

#include <DwfResult.h>

List of all members.


Detailed Description

Deprecated. Please do not use any DwfResult references in new code. Please update legacy code and remove any references to DwfResult.

Deprecated:
Provided for backwards compatability only.

Definition at line 42 of file DwfResult.h.

Public Types

enum  Enum
 An enumeration of result/exception values.

Public Member Functions

 DwfResult ()
 Default constructor (defaults to Success).
 DwfResult (DwfResult const &in)
 Copy constructor.
 DwfResult (Enum in)
 Constructs a new DwfResult from a DwfResult::Enum value.
 operator int () const
 Int type cast operator.
 operator HRESULT () const
 HRESULT type cast operator.
DwfResult const & operator= (DwfResult const &in)
 Assignment operator (copy value from another DwfResult).
DwfResult const & operator= (DwfResult::Enum in)
 Assignment operator (copy value from a DwfResult::Enum value).
DwfResult const & operator= (HRESULT in)
 Assignment operator (copy value from an HRESULT.).
bool operator== (DwfResult const &in) const
 Equality operator (compare with another DwfResult).
bool operator== (DwfResult::Enum in) const
 Equality operator (compare with a DwfResult::Enum value).
bool operator!= (DwfResult const &in) const
 Inequality operator (compare with another DwfResult).
bool operator!= (DwfResult::Enum in) const
 Inequality operator (compare with a DwfResult::Enum value).

Protected Attributes

Enum m_value
 The result value.


Member Function Documentation

DwfResult const& DWFToolkit::DwfResult::operator= HRESULT  in  )  [inline]
 

Assignment operator (copy value from an HRESULT.).

Warning:
May overflow enumeration - use only valid DwfResult::Enum values!

Definition at line 98 of file DwfResult.h.


The documentation for this class was generated from the following file:
Generated on Tue Jan 6 22:40:28 2009 for Autodesk DWF Toolkit by  doxygen 1.4.5