ACE  6.4.2
Functions | Variables
CDR_Base.cpp File Reference
#include "ace/CDR_Base.h"
#include "ace/Message_Block.h"
#include "ace/OS_Memory.h"
#include "ace/OS_NS_string.h"
#include "ace/streams.h"
#include <cmath>
#include <cstring>
#include <limits>
#include <algorithm>

Functions

ACE_OSTREAM_TYPE & operator<< (ACE_OSTREAM_TYPE &lhs, const ACE_CDR::Fixed &rhs)
 
std::istream & operator>> (std::istream &lhs, ACE_CDR::Fixed &rhs)
 

Variables

static const ACE_INT16 max_eleven_bit = 0x3ff
 
static const ACE_INT16 max_fifteen_bit = 0x3fff
 

Function Documentation

ACE_OSTREAM_TYPE& operator<< ( ACE_OSTREAM_TYPE &  lhs,
const ACE_CDR::Fixed rhs 
)
std::istream& operator>> ( std::istream &  lhs,
ACE_CDR::Fixed rhs 
)

Variable Documentation

const ACE_INT16 max_eleven_bit = 0x3ff
static
const ACE_INT16 max_fifteen_bit = 0x3fff
static