ACE
6.1.0
|
#include "ace/CDR_Base.h"
#include "ace/SStringfwd.h"
#include "ace/Message_Block.h"
#include "ace/CDR_Stream.inl"
ACE Common Data Representation (CDR) marshaling and demarshaling classes.
This implementation was inspired in the CDR class in SunSoft's IIOP engine, but has a completely different implementation and a different interface too.
The current implementation assumes that the host has 1-byte, 2-byte and 4-byte integral types, and that it has single precision and double precision IEEE floats. Those assumptions are pretty good these days, with Crays being the only known exception.
Optimizations ------------- ACE_LACKS_CDR_ALIGNMENT
CDR stream ignores alignment when marshaling data. Use this option only when ACE_DISABLE_SWAP_ON_READ can be enabled. This option requires ACE CDR engine to do both marshaling and demarshaling.
ACE_CDR::Boolean operator<< | ( | ACE_OutputCDR & | os, |
const ACE_CString & | x | ||
) |
ACE_CDR::Boolean operator>> | ( | ACE_InputCDR & | is, |
ACE_CString & | x | ||
) |