ACE_CDR::LongDouble Struct Reference

#include <CDR_Base.h>

List of all members.

Public Member Functions

bool operator== (const LongDouble &rhs) const
bool operator!= (const LongDouble &rhs) const

Public Attributes

char ld [16]


Member Function Documentation

bool ACE_CDR::LongDouble::operator!= const LongDouble rhs  )  const
 

Definition at line 596 of file CDR_Base.cpp.

References ld, and ACE_OS::memcmp().

00597 {
00598   return ACE_OS::memcmp (this->ld, rhs.ld, 16) != 0;
00599 }

bool ACE_CDR::LongDouble::operator== const LongDouble rhs  )  const
 

Definition at line 590 of file CDR_Base.cpp.

References ld, and ACE_OS::memcmp().

00591 {
00592   return ACE_OS::memcmp (this->ld, rhs.ld, 16) == 0;
00593 }


Member Data Documentation

char ACE_CDR::LongDouble::ld[16]
 

Definition at line 275 of file CDR_Base.h.

Referenced by operator!=(), and operator==().


The documentation for this struct was generated from the following files:
Generated on Thu Nov 9 11:20:37 2006 for ACE by doxygen 1.3.6