libtcspc C++ API
Streaming TCSPC and time tag data processing
Loading...
Searching...
No Matches
tcspc::npint< T > Member List

This is the complete list of members for tcspc::npint< T >, including all inherited members.

npint() noexcept=defaulttcspc::npint< T >
npint(T value) noexcepttcspc::npint< T >inlineexplicit
npint(npint< U > const &other)tcspc::npint< T >inlineexplicit
operator T() const noexcepttcspc::npint< T >inlineexplicit
operator%(npint lhs, npint rhs) -> npinttcspc::npint< T >friend
operator%=(npint rhs) -> npint &tcspc::npint< T >inline
operator&(npint lhs, npint rhs) noexcept -> npinttcspc::npint< T >friend
operator&=(npint rhs) noexcept -> npint &tcspc::npint< T >inline
operator*(npint lhs, npint rhs) -> npinttcspc::npint< T >friend
operator*=(npint rhs) -> npint &tcspc::npint< T >inline
operator+() const noexcept -> npinttcspc::npint< T >inline
operator+(npint lhs, npint rhs) -> npinttcspc::npint< T >friend
operator++() -> npinttcspc::npint< T >inline
operator++(int) -> npinttcspc::npint< T >inline
operator+=(npint rhs) -> npint &tcspc::npint< T >inline
operator-() const -> npinttcspc::npint< T >inline
operator-(npint lhs, npint rhs) -> npinttcspc::npint< T >friend
operator--() -> npinttcspc::npint< T >inline
operator--(int) -> npinttcspc::npint< T >inline
operator-=(npint rhs) -> npint &tcspc::npint< T >inline
operator/(npint lhs, npint rhs) -> npinttcspc::npint< T >friend
operator/=(npint rhs) -> npint &tcspc::npint< T >inline
operator<<(npint lhs, npint< U > rhs) -> npinttcspc::npint< T >friend
operator<<(npint lhs, std::integral auto rhs) -> npinttcspc::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=defaulttcspc::npint< T >friend
operator>>(npint lhs, npint< U > rhs) -> npinttcspc::npint< T >friend
operator>>(npint lhs, std::integral auto rhs) -> npinttcspc::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 -> npinttcspc::npint< T >friend
operator^=(npint rhs) noexcept -> npint &tcspc::npint< T >inline
operator|(npint lhs, npint rhs) noexcept -> npinttcspc::npint< T >friend
operator|=(npint rhs) noexcept -> npint &tcspc::npint< T >inline
operator~() const noexcept -> npinttcspc::npint< T >inline
underlying_type typedeftcspc::npint< T >
value() const noexcept -> Ttcspc::npint< T >inline