#include <CDR_Base.h>
Public Methods | |
| int | operator== (const LongDouble &rhs) const |
| int | operator!= (const LongDouble &rhs) const |
Public Attributes | |
| char | ld [16] |
|
|
Definition at line 559 of file CDR_Base.cpp. References ld, and ACE_OS_String::memcmp.
00560 {
00561 return ACE_OS::memcmp (this->ld, rhs.ld, 16) != 0;
00562 }
|
|
|
Definition at line 553 of file CDR_Base.cpp. References ld, and ACE_OS_String::memcmp.
00554 {
00555 return ACE_OS::memcmp (this->ld, rhs.ld, 16) == 0;
00556 }
|
|
|
Definition at line 269 of file CDR_Base.h. Referenced by operator!=, and operator==. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002