/home/ntakagi/work/STLport-5.1.5/src/uint64.h File Reference
Go to the source code of this file.
|
Classes |
class | _compound_int< _Tp > |
Functions |
template<class _Tp> |
bool | operator== (const _compound_int< _Tp > &, const _compound_int< _Tp > &) |
template<class _Tp> |
bool | operator< (const _compound_int< _Tp > &, const _compound_int< _Tp > &) |
template<class _Tp> |
bool | operator== (const _compound_int< _Tp > &lhs, unsigned long rhs) |
template<class _Tp> |
bool | operator== (unsigned long lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
bool | operator< (const _compound_int< _Tp > &lhs, unsigned long rhs) |
template<class _Tp> |
bool | operator< (unsigned long lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
bool | operator!= (const _compound_int< _Tp > &lhs, unsigned long rhs) |
template<class _Tp> |
bool | operator!= (unsigned long lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
bool | operator> (const _compound_int< _Tp > &lhs, unsigned long rhs) |
template<class _Tp> |
bool | operator> (unsigned long lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
bool | operator<= (const _compound_int< _Tp > &lhs, unsigned long rhs) |
template<class _Tp> |
bool | operator<= (unsigned long lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
bool | operator>= (const _compound_int< _Tp > &lhs, unsigned long rhs) |
template<class _Tp> |
bool | operator>= (unsigned long lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
unsigned long | to_ulong (const _compound_int< _Tp > &) |
template<class _Tp> |
_compound_int< _Tp > | operator~ (const _compound_int< _Tp > &) |
template<class _Tp> |
_compound_int< _Tp > | operator+ (const _compound_int< _Tp > &val) |
template<class _Tp> |
_compound_int< _Tp > | operator- (const _compound_int< _Tp > &val) |
template<class _Tp> |
bool | operator! (const _compound_int< _Tp > &val) |
template<class _Tp> |
_compound_int< _Tp > | operator+ (const _compound_int< _Tp > &lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator- (const _compound_int< _Tp > &lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator * (const _compound_int< _Tp > &lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator/ (const _compound_int< _Tp > &lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator% (const _compound_int< _Tp > &lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator & (const _compound_int< _Tp > &lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator| (const _compound_int< _Tp > &lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator^ (const _compound_int< _Tp > &lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator+ (const _compound_int< _Tp > &lhs, unsigned long rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator+ (unsigned long lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator- (const _compound_int< _Tp > &lhs, unsigned long rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator- (unsigned long lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator * (const _compound_int< _Tp > &lhs, unsigned long rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator * (unsigned long lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator/ (const _compound_int< _Tp > &lhs, unsigned long rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator/ (unsigned long lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator% (const _compound_int< _Tp > &lhs, unsigned long rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator% (unsigned long lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator & (const _compound_int< _Tp > &lhs, unsigned long rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator & (unsigned long lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator| (const _compound_int< _Tp > &lhs, unsigned long rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator| (unsigned long lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator^ (const _compound_int< _Tp > &lhs, unsigned long rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator^ (unsigned long lhs, const _compound_int< _Tp > &rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator<< (const _compound_int< _Tp > &lhs, unsigned int rhs) |
template<class _Tp> |
_compound_int< _Tp > | operator>> (const _compound_int< _Tp > &lhs, unsigned int rhs) |
Function Documentation
template<class _Tp>
bool operator!= |
( |
unsigned long |
lhs, |
|
|
const _compound_int< _Tp > & |
rhs | |
|
) |
| | [inline] |
template<class _Tp>
bool operator!= |
( |
const _compound_int< _Tp > & |
lhs, |
|
|
unsigned long |
rhs | |
|
) |
| | [inline] |
template<class _Tp>
bool operator< |
( |
unsigned long |
lhs, |
|
|
const _compound_int< _Tp > & |
rhs | |
|
) |
| | [inline] |
template<class _Tp>
bool operator< |
( |
const _compound_int< _Tp > & |
lhs, |
|
|
unsigned long |
rhs | |
|
) |
| | [inline] |
template<class _Tp>
bool operator<= |
( |
unsigned long |
lhs, |
|
|
const _compound_int< _Tp > & |
rhs | |
|
) |
| | [inline] |
template<class _Tp>
bool operator<= |
( |
const _compound_int< _Tp > & |
lhs, |
|
|
unsigned long |
rhs | |
|
) |
| | [inline] |
template<class _Tp>
bool operator== |
( |
unsigned long |
lhs, |
|
|
const _compound_int< _Tp > & |
rhs | |
|
) |
| | [inline] |
template<class _Tp>
bool operator== |
( |
const _compound_int< _Tp > & |
lhs, |
|
|
unsigned long |
rhs | |
|
) |
| | [inline] |
template<class _Tp>
bool operator> |
( |
unsigned long |
lhs, |
|
|
const _compound_int< _Tp > & |
rhs | |
|
) |
| | [inline] |
template<class _Tp>
bool operator> |
( |
const _compound_int< _Tp > & |
lhs, |
|
|
unsigned long |
rhs | |
|
) |
| | [inline] |
template<class _Tp>
bool operator>= |
( |
unsigned long |
lhs, |
|
|
const _compound_int< _Tp > & |
rhs | |
|
) |
| | [inline] |
template<class _Tp>
bool operator>= |
( |
const _compound_int< _Tp > & |
lhs, |
|
|
unsigned long |
rhs | |
|
) |
| | [inline] |
Generated on Mon Mar 10 15:32:48 2008 by
1.5.1
|