Xalan-C++ API Reference 1.12.0
Public Member Functions | Public Attributes | List of all members
xalanc::DoubleSupport::NumberUnion Union Reference

#include <xalanc/PlatformSupport/DoubleSupport.hpp>

Public Member Functions

bool operator== (double theNumber) const
 

Public Attributes

double d
 
struct { 
 
   unsigned int   dw1 
 
   unsigned int   dw2 
 
dwords 
 

Detailed Description

Definition at line 566 of file DoubleSupport.hpp.

Member Function Documentation

◆ operator==()

bool xalanc::DoubleSupport::NumberUnion::operator== ( double  theNumber) const
inline

Definition at line 576 of file DoubleSupport.hpp.

Member Data Documentation

◆ d

double xalanc::DoubleSupport::NumberUnion::d

Definition at line 568 of file DoubleSupport.hpp.

◆ dw1

unsigned int xalanc::DoubleSupport::NumberUnion::dw1

Definition at line 571 of file DoubleSupport.hpp.

◆ dw2

unsigned int xalanc::DoubleSupport::NumberUnion::dw2

Definition at line 572 of file DoubleSupport.hpp.

◆ [struct]

struct { ... } xalanc::DoubleSupport::NumberUnion::dwords

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