#include "ace/pre.h"
#include "ace/config-all.h"
#include "ace/Basic_Types.h"
#include "ace/Message_Block.h"
#include "ace/post.h"
Include dependency graph for CDR_Base.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_CDR |
Keep constants and some routines common to both Output and Input CDR streams. More... | |
struct | ACE_CDR::Float |
struct | ACE_CDR::Double |
struct | ACE_CDR::LongDouble |
Defines | |
#define | ACE_CDR_LONGLONG_INITIALIZER 0 |
#define | NONNATIVE_LONGDOUBLE |
#define | ACE_CDR_LONG_DOUBLE_INITIALIZER {{0}} |
#define | ACE_CDR_GIOP_MAJOR_VERSION 1 |
#define | ACE_CDR_GIOP_MINOR_VERSION 2 |
CDR_Base.h,v 4.4 2001/06/20 22:36:53 parsons Exp
ACE Common Data Representation (CDR) basic types.
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.
|
|
|
|
|
|
|
|
|
|