#include <CDR_Base.h>
Public Member Functions | |
| bool | operator== (const LongDouble &rhs) const |
| bool | operator!= (const LongDouble &rhs) const |
Public Attributes | |
| char | ld [16] |
|
|
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 }
|
|
|
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 }
|
|
|
Definition at line 275 of file CDR_Base.h. Referenced by operator!=(), and operator==(). |
1.3.6