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