ACE
6.3.3
|
#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 |
ACE_OSTREAM_TYPE& operator<< | ( | ACE_OSTREAM_TYPE & | lhs, |
const ACE_CDR::Fixed & | rhs | ||
) |
std::istream& operator>> | ( | std::istream & | lhs, |
ACE_CDR::Fixed & | rhs | ||
) |
|
static |
|
static |