Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

CDR_Stream.h File Reference

#include "ace/CDR_Base.h"
#include "ace/SStringfwd.h"
#include "ace/Message_Block.h"
#include "ace/CDR_Stream.i"

Include dependency graph for CDR_Stream.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Compounds

class  ACE_Char_Codeset_Translator
 Codeset translation routines common to both Output and Input CDR streams. More...

class  ACE_InputCDR
 A CDR stream for reading, i.e. for demarshalling. More...

class  ACE_OutputCDR
 A CDR stream for writing, i.e. for marshalling. More...

struct  from_boolean
struct  from_octet
struct  from_char
struct  from_wchar
struct  from_string
struct  from_wstring
struct  Transfer_Contents
struct  to_boolean
struct  to_char
struct  to_wchar
struct  to_octet
struct  to_string
struct  to_wstring
class  ACE_WChar_Codeset_Translator
 Codeset translation routines common to both Output and Input CDR streams. More...


Defines

#define ACE_CDR_BYTE_ORDER   0

Functions

ACE_Export ACE_CDR::Boolean operator<< (ACE_OutputCDR &os, const ACE_CString &x)
ACE_Export ACE_CDR::Boolean operator>> (ACE_InputCDR &is, ACE_CString &x)

Detailed Description

Id:
CDR_Stream.h,v 1.75 2003/11/04 05:21:39 dhinton Exp

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 beign the only known exception.

Author:
TAO version by Aniruddha Gokhale <gokhale@cs.wustl.edu> , Carlos O'Ryan <coryan@cs.wustl.edu> , ACE version by Jeff Parsons <parsons@cs.wustl.edu> , Istvan Buki <istvan.buki@euronet.be> , Codeset translation by Jim Rogers <jrogers@viasoft.com>

Define Documentation

#define ACE_CDR_BYTE_ORDER   0
 


Function Documentation

ACE_Export ACE_CDR::Boolean operator<< ACE_OutputCDR   os,
const ACE_CString   x
 

ACE_Export ACE_CDR::Boolean operator>> ACE_InputCDR   is,
ACE_CString   x
 


Generated on Fri Apr 2 16:03:48 2004 for ACE by doxygen1.2.18