ACE 8.0.1
Loading...
Searching...
No Matches
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 constexpr ACE_INT16 max_eleven_bit = 0x3ff
 
static constexpr ACE_INT16 max_fifteen_bit = 0x3fff
 

Function Documentation

◆ operator<<()

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

◆ operator>>()

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

Variable Documentation

◆ max_eleven_bit

constexpr ACE_INT16 max_eleven_bit = 0x3ff
staticconstexpr

◆ max_fifteen_bit

constexpr ACE_INT16 max_fifteen_bit = 0x3fff
staticconstexpr