_compound_int< _Tp > Class Template Reference#include <uint64.h>
Detailed Descriptiontemplate<class _Tp>
|
typedef _compound_int<_Tp> _compound_int< _Tp >::_Self |
_compound_int< _Tp >::_compound_int | ( | ) |
_compound_int< _Tp >::_compound_int | ( | unsigned | long | ) |
_compound_int< _Tp >::_compound_int | ( | unsigned long | hi, | |
unsigned long | lo | |||
) |
_compound_int< _Tp >::_compound_int | ( | const _Tp & | rhs | ) | [inline] |
_Self& _compound_int< _Tp >::operator+= | ( | const _Self & | ) |
_Self& _compound_int< _Tp >::operator-= | ( | const _Self & | ) |
_Self& _compound_int< _Tp >::operator *= | ( | const _Self & | ) |
_Self& _compound_int< _Tp >::operator/= | ( | const _Self & | ) |
_Self& _compound_int< _Tp >::operator%= | ( | const _Self & | ) |
_Self& _compound_int< _Tp >::operator &= | ( | const _Self & | ) |
_Self& _compound_int< _Tp >::operator|= | ( | const _Self & | ) |
_Self& _compound_int< _Tp >::operator^= | ( | const _Self & | ) |
_Self& _compound_int< _Tp >::operator<<= | ( | unsigned | int | ) |
_Self& _compound_int< _Tp >::operator>>= | ( | unsigned | int | ) |
_Self& _compound_int< _Tp >::operator= | ( | unsigned long | rhs | ) | [inline] |
_Self& _compound_int< _Tp >::operator+= | ( | unsigned long | rhs | ) | [inline] |
_Self& _compound_int< _Tp >::operator-= | ( | unsigned long | rhs | ) | [inline] |
_Self& _compound_int< _Tp >::operator *= | ( | unsigned long | rhs | ) | [inline] |
_Self& _compound_int< _Tp >::operator/= | ( | unsigned long | rhs | ) | [inline] |
_Self& _compound_int< _Tp >::operator%= | ( | unsigned long | rhs | ) | [inline] |
_Self& _compound_int< _Tp >::operator &= | ( | unsigned long | rhs | ) | [inline] |
_Self& _compound_int< _Tp >::operator|= | ( | unsigned long | rhs | ) | [inline] |
_Self& _compound_int< _Tp >::operator^= | ( | unsigned long | rhs | ) | [inline] |
_Self& _compound_int< _Tp >::operator++ | ( | ) | [inline] |
_Self& _compound_int< _Tp >::operator-- | ( | ) | [inline] |
_Self _compound_int< _Tp >::operator++ | ( | int | ) | [inline] |
_Self _compound_int< _Tp >::operator-- | ( | int | ) | [inline] |