Elements  5.8
A C++ base framework for the Euclid Software.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Attributes | List of all members
Elements::FloatingPoint< RawType >::FloatingPointUnion Union Reference
Collaboration diagram for Elements::FloatingPoint< RawType >::FloatingPointUnion:
[legend]

Public Attributes

RawType m_value
 
Bits m_bits
 

Detailed Description

template<typename RawType>
union Elements::FloatingPoint< RawType >::FloatingPointUnion

Definition at line 318 of file Real.h.

Member Data Documentation

template<typename RawType>
Bits Elements::FloatingPoint< RawType >::FloatingPointUnion::m_bits
template<typename RawType>
RawType Elements::FloatingPoint< RawType >::FloatingPointUnion::m_value

Definition at line 319 of file Real.h.

Referenced by Elements::FloatingPoint< RawType >::ReinterpretBits().


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