ACE  6.4.2
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

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