|
ant
A2 ant: class-based analysis framework
|
This is the complete list of members for ant::interval< T >, including all inherited members.
| _start | ant::interval< T > | protected |
| _stop | ant::interval< T > | protected |
| AsRangeString(const std::string &label="x") const noexcept | ant::interval< T > | inline |
| Center() const noexcept | ant::interval< T > | inline |
| CenterWidth(const T center, const T width) noexcept | ant::interval< T > | inlinestatic |
| Clip(const T &x) const | ant::interval< T > | inline |
| Contains(const T &x) const noexcept | ant::interval< T > | inline |
| Disjoint(const ant::interval< T > &i) const noexcept | ant::interval< T > | inline |
| Extend(const interval< T > &other) | ant::interval< T > | inline |
| Extend(const T &other) | ant::interval< T > | inline |
| getMaxNegativeRange() noexcept | ant::interval< T > | inlinestatic |
| getMaxPositiveRange() noexcept | ant::interval< T > | inlinestatic |
| getMaxRange() noexcept | ant::interval< T > | inlinestatic |
| interval(const T &start, const T &stop) noexcept | ant::interval< T > | inline |
| IsSane() const noexcept | ant::interval< T > | inline |
| Length() const noexcept | ant::interval< T > | inline |
| MakeSane() | ant::interval< T > | inline |
| operator!=(const interval< T > &rhs) const noexcept | ant::interval< T > | inline |
| operator*(const T &f) const | ant::interval< T > | inline |
| operator*=(const T &f) | ant::interval< T > | inline |
| operator+(const T &a) const | ant::interval< T > | inline |
| operator+=(const T &a) | ant::interval< T > | inline |
| operator-(const T &a) const | ant::interval< T > | inline |
| operator-=(const T &a) | ant::interval< T > | inline |
| operator/(const T &f) const | ant::interval< T > | inline |
| operator/=(const T &f) | ant::interval< T > | inline |
| operator<<(std::ostream &stream, const interval< T > &i) | ant::interval< T > | friend |
| operator==(const interval< T > &rhs) const noexcept | ant::interval< T > | inline |
| operator>>(std::istream &out, interval< T > &t) | ant::interval< T > | friend |
| operator[](const index_t n) const | ant::interval< T > | inline |
| Round() noexcept | ant::interval< T > | inline |
| SetCenter(const T ¢er) | ant::interval< T > | inline |
| SetWidth(const T &width) | ant::interval< T > | inline |
| Start() const noexcept | ant::interval< T > | inline |
| Start() noexcept | ant::interval< T > | inline |
| Stop() const noexcept | ant::interval< T > | inline |
| Stop() noexcept | ant::interval< T > | inline |
| tryJoinWith(const ant::interval< T > &other) | ant::interval< T > | inline |