#include <IntegerBase.hpp>
|
| class | IntegerBaseWithSelf< Self > |
| |
| SelfMaxBit | operator+ (const Self &lhs, const Self &rhs) |
| |
| SelfMaxBit | operator- (const Self &lhs, const Self &rhs) |
| |
| SelfMaxBit | operator* (const Self &lhs, const Self &rhs) |
| |
| SelfMaxBit | operator/ (const Self &lhs, const Self &rhs) |
| |
| SelfMaxBit | operator% (const Self &lhs, const Self &rhs) |
| |
| SelfMaxBit | operator & (const Self &lhs, const Self &rhs) |
| |
| SelfMaxBit | operator| (const Self &lhs, const Self &rhs) |
| |
| SelfMaxBit | operator^ (const Self &lhs, const Self &rhs) |
| |
| SelfMaxBit | operator~ (const Self &self) |
| |
| SelfMaxBit | operator<< (const Self &lhs, const Self &rhs) |
| |
| SelfMaxBit | operator>> (const Self &lhs, const Self &rhs) |
| |
| bool | operator== (const Self &lhs, const Self &rhs) |
| |
| bool | operator!= (const Self &lhs, const Self &rhs) |
| |
| bool | operator> (const Self &lhs, const Self &rhs) |
| |
| bool | operator< (const Self &lhs, const Self &rhs) |
| |
| bool | operator>= (const Self &lhs, const Self &rhs) |
| |
| bool | operator<= (const Self &lhs, const Self &rhs) |
| |
template<class Self>
class tdc::ConstIntegerBaseWithSelf< Self >
Definition at line 143 of file IntegerBase.hpp.
◆ SelfMaxBit
◆ IntegerBaseWithSelf< Self >
◆ operator &
template<class Self >
| SelfMaxBit operator& |
( |
const Self & |
lhs, |
|
|
const Self & |
rhs |
|
) |
| |
|
friend |
◆ operator!=
template<class Self >
| bool operator!= |
( |
const Self & |
lhs, |
|
|
const Self & |
rhs |
|
) |
| |
|
friend |
◆ operator%
template<class Self >
| SelfMaxBit operator% |
( |
const Self & |
lhs, |
|
|
const Self & |
rhs |
|
) |
| |
|
friend |
◆ operator*
template<class Self >
| SelfMaxBit operator* |
( |
const Self & |
lhs, |
|
|
const Self & |
rhs |
|
) |
| |
|
friend |
◆ operator+
template<class Self >
| SelfMaxBit operator+ |
( |
const Self & |
lhs, |
|
|
const Self & |
rhs |
|
) |
| |
|
friend |
◆ operator-
template<class Self >
| SelfMaxBit operator- |
( |
const Self & |
lhs, |
|
|
const Self & |
rhs |
|
) |
| |
|
friend |
◆ operator/
template<class Self >
| SelfMaxBit operator/ |
( |
const Self & |
lhs, |
|
|
const Self & |
rhs |
|
) |
| |
|
friend |
◆ operator<
template<class Self >
| bool operator< |
( |
const Self & |
lhs, |
|
|
const Self & |
rhs |
|
) |
| |
|
friend |
◆ operator<<
template<class Self >
| SelfMaxBit operator<< |
( |
const Self & |
lhs, |
|
|
const Self & |
rhs |
|
) |
| |
|
friend |
◆ operator<=
template<class Self >
| bool operator<= |
( |
const Self & |
lhs, |
|
|
const Self & |
rhs |
|
) |
| |
|
friend |
◆ operator==
template<class Self >
| bool operator== |
( |
const Self & |
lhs, |
|
|
const Self & |
rhs |
|
) |
| |
|
friend |
◆ operator>
template<class Self >
| bool operator> |
( |
const Self & |
lhs, |
|
|
const Self & |
rhs |
|
) |
| |
|
friend |
◆ operator>=
template<class Self >
| bool operator>= |
( |
const Self & |
lhs, |
|
|
const Self & |
rhs |
|
) |
| |
|
friend |
◆ operator>>
template<class Self >
| SelfMaxBit operator>> |
( |
const Self & |
lhs, |
|
|
const Self & |
rhs |
|
) |
| |
|
friend |
◆ operator^
template<class Self >
| SelfMaxBit operator^ |
( |
const Self & |
lhs, |
|
|
const Self & |
rhs |
|
) |
| |
|
friend |
◆ operator|
template<class Self >
| SelfMaxBit operator| |
( |
const Self & |
lhs, |
|
|
const Self & |
rhs |
|
) |
| |
|
friend |
◆ operator~
The documentation for this class was generated from the following file: