ACE 8.0.0
Loading...
Searching...
No Matches
Functions
CDR_Base.inl File Reference

Functions

ACE_CDR::Fixed operator+ (const ACE_CDR::Fixed &lhs, const ACE_CDR::Fixed &rhs)
 
ACE_CDR::Fixed operator- (const ACE_CDR::Fixed &lhs, const ACE_CDR::Fixed &rhs)
 
ACE_CDR::Fixed operator* (const ACE_CDR::Fixed &lhs, const ACE_CDR::Fixed &rhs)
 
ACE_CDR::Fixed operator/ (const ACE_CDR::Fixed &lhs, const ACE_CDR::Fixed &rhs)
 
bool operator< (const ACE_CDR::Fixed &lhs, const ACE_CDR::Fixed &rhs)
 
bool operator> (const ACE_CDR::Fixed &lhs, const ACE_CDR::Fixed &rhs)
 
bool operator>= (const ACE_CDR::Fixed &lhs, const ACE_CDR::Fixed &rhs)
 
bool operator<= (const ACE_CDR::Fixed &lhs, const ACE_CDR::Fixed &rhs)
 
bool operator== (const ACE_CDR::Fixed &lhs, const ACE_CDR::Fixed &rhs)
 
bool operator!= (const ACE_CDR::Fixed &lhs, const ACE_CDR::Fixed &rhs)
 

Function Documentation

◆ operator!=()

bool operator!= ( const ACE_CDR::Fixed & lhs,
const ACE_CDR::Fixed & rhs )
inline

◆ operator*()

ACE_CDR::Fixed operator* ( const ACE_CDR::Fixed & lhs,
const ACE_CDR::Fixed & rhs )
inline

◆ operator+()

ACE_CDR::Fixed operator+ ( const ACE_CDR::Fixed & lhs,
const ACE_CDR::Fixed & rhs )
inline

◆ operator-()

ACE_CDR::Fixed operator- ( const ACE_CDR::Fixed & lhs,
const ACE_CDR::Fixed & rhs )
inline

◆ operator/()

ACE_CDR::Fixed operator/ ( const ACE_CDR::Fixed & lhs,
const ACE_CDR::Fixed & rhs )
inline

◆ operator<()

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

◆ operator<=()

bool operator<= ( const ACE_CDR::Fixed & lhs,
const ACE_CDR::Fixed & rhs )
inline

◆ operator==()

bool operator== ( const ACE_CDR::Fixed & lhs,
const ACE_CDR::Fixed & rhs )
inline

◆ operator>()

bool operator> ( const ACE_CDR::Fixed & lhs,
const ACE_CDR::Fixed & rhs )
inline

◆ operator>=()

bool operator>= ( const ACE_CDR::Fixed & lhs,
const ACE_CDR::Fixed & rhs )
inline