ACE  6.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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