ACE
6.1.0
|
#include "ace/CDR_Base.h"
#include "ace/CDR_Stream.h"
#include "ace/SStringfwd.h"
#include "ace/CDR_Size.inl"
Classes | |
class | ACE_SizeCDR |
A CDR stream for calculating size of the representation. More... | |
Functions | |
ACE_CDR::Boolean | operator<< (ACE_SizeCDR &ss, const ACE_CString &x) |
ACE Common Data Representation (CDR) size-calculating stream.
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.
ACE_CDR::Boolean operator<< | ( | ACE_SizeCDR & | ss, |
const ACE_CString & | x | ||
) |