Path Tracer
|
Public Member Functions | |
operator int () const | |
FixedInt (VariableAndFixedInt< N > other) | |
FixedInt<-N > | operator- () const |
template<int M> | |
FixedInt< N+M > | operator+ (FixedInt< M >) const |
template<int M> | |
FixedInt< N-M > | operator- (FixedInt< M >) const |
template<int M> | |
FixedInt< N *M > | operator* (FixedInt< M >) const |
template<int M> | |
FixedInt< N/M > | operator/ (FixedInt< M >) const |
template<int M> | |
FixedInt< N%M > | operator% (FixedInt< M >) const |
template<int M> | |
FixedInt< N|M > | operator| (FixedInt< M >) const |
template<int M> | |
FixedInt< N &M > | operator& (FixedInt< M >) const |
FixedInt (FixedInt< N >(*)()) | |
Static Public Attributes | |
static const int | value = N |