|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
This is the complete list of members for tcspc::npint< T >, including all inherited members.
| npint() noexcept=default | tcspc::npint< T > | |
| npint(T value) noexcept | tcspc::npint< T > | inlineexplicit |
| npint(npint< U > const &other) | tcspc::npint< T > | inlineexplicit |
| operator T() const noexcept | tcspc::npint< T > | inlineexplicit |
| operator%(npint lhs, npint rhs) -> npint | tcspc::npint< T > | friend |
| operator%=(npint rhs) -> npint & | tcspc::npint< T > | inline |
| operator&(npint lhs, npint rhs) noexcept -> npint | tcspc::npint< T > | friend |
| operator&=(npint rhs) noexcept -> npint & | tcspc::npint< T > | inline |
| operator*(npint lhs, npint rhs) -> npint | tcspc::npint< T > | friend |
| operator*=(npint rhs) -> npint & | tcspc::npint< T > | inline |
| operator+() const noexcept -> npint | tcspc::npint< T > | inline |
| operator+(npint lhs, npint rhs) -> npint | tcspc::npint< T > | friend |
| operator++() -> npint | tcspc::npint< T > | inline |
| operator++(int) -> npint | tcspc::npint< T > | inline |
| operator+=(npint rhs) -> npint & | tcspc::npint< T > | inline |
| operator-() const -> npint | tcspc::npint< T > | inline |
| operator-(npint lhs, npint rhs) -> npint | tcspc::npint< T > | friend |
| operator--() -> npint | tcspc::npint< T > | inline |
| operator--(int) -> npint | tcspc::npint< T > | inline |
| operator-=(npint rhs) -> npint & | tcspc::npint< T > | inline |
| operator/(npint lhs, npint rhs) -> npint | tcspc::npint< T > | friend |
| operator/=(npint rhs) -> npint & | tcspc::npint< T > | inline |
| operator<<(npint lhs, npint< U > rhs) -> npint | tcspc::npint< T > | friend |
| operator<<(npint lhs, std::integral auto rhs) -> npint | tcspc::npint< T > | friend |
| operator<<(std::ostream &strm, npint rhs) -> std::ostream & | tcspc::npint< T > | friend |
| operator<<=(npint< U > rhs) -> npint & | tcspc::npint< T > | inline |
| operator<<=(std::integral auto rhs) -> npint & | tcspc::npint< T > | inline |
| operator<=>(npint lhs, npint rhs) noexcept -> std::strong_ordering=default | tcspc::npint< T > | friend |
| operator>>(npint lhs, npint< U > rhs) -> npint | tcspc::npint< T > | friend |
| operator>>(npint lhs, std::integral auto rhs) -> npint | tcspc::npint< T > | friend |
| operator>>(std::istream &strm, npint &rhs) -> std::istream & | tcspc::npint< T > | friend |
| operator>>=(npint< U > rhs) -> npint & | tcspc::npint< T > | inline |
| operator>>=(std::integral auto rhs) -> npint & | tcspc::npint< T > | inline |
| operator^(npint lhs, npint rhs) noexcept -> npint | tcspc::npint< T > | friend |
| operator^=(npint rhs) noexcept -> npint & | tcspc::npint< T > | inline |
| operator|(npint lhs, npint rhs) noexcept -> npint | tcspc::npint< T > | friend |
| operator|=(npint rhs) noexcept -> npint & | tcspc::npint< T > | inline |
| operator~() const noexcept -> npint | tcspc::npint< T > | inline |
| underlying_type typedef | tcspc::npint< T > | |
| value() const noexcept -> T | tcspc::npint< T > | inline |