TF++, Miscellaneous classes and modules in C++:
|
This is the complete list of members for tfxx::Range< T >, including all inherited members.
contains(const Range &other) const | tfxx::Range< T > | inline |
contains(const Tvalue &v) const | tfxx::Range< T > | inline |
expand(const Range &other) | tfxx::Range< T > | inline |
first() | tfxx::Range< T > | inline |
first() const | tfxx::Range< T > | inline |
isinside(const Range &other) const | tfxx::Range< T > | inline |
last() | tfxx::Range< T > | inline |
last() const | tfxx::Range< T > | inline |
Mfirst | tfxx::Range< T > | private |
Mlast | tfxx::Range< T > | private |
operator+=(const Tvalue &n) | tfxx::Range< T > | inline |
operator-=(const Tvalue &n) | tfxx::Range< T > | inline |
Range() | tfxx::Range< T > | inline |
Range(const Tvalue &index) | tfxx::Range< T > | inline |
Range(const Tvalue &first, const Tvalue &last) | tfxx::Range< T > | inline |
shift(const Tvalue &n) | tfxx::Range< T > | inline |
shrink(const Range &other) | tfxx::Range< T > | inline |
Tvalue typedef | tfxx::Range< T > |