Chemical Data Processing Library C++ API - Version 1.1.1
|
This is the complete list of members for CDPL::Math::Range< S >, including all inherited members.
getSize() const | CDPL::Math::Range< S > | inline |
getStart() const | CDPL::Math::Range< S > | inline |
getStop() const | CDPL::Math::Range< S > | inline |
isEmpty() const | CDPL::Math::Range< S > | inline |
operator!=(const Range &r) const | CDPL::Math::Range< S > | inline |
operator()(SizeType i) const | CDPL::Math::Range< S > | inline |
operator==(const Range &r) const | CDPL::Math::Range< S > | inline |
Range() | CDPL::Math::Range< S > | inline |
Range(SizeType start, SizeType stop) | CDPL::Math::Range< S > | inline |
SizeType typedef | CDPL::Math::Range< S > | |
swap(Range &r) | CDPL::Math::Range< S > | inline |
swap(Range &r1, Range &r2) | CDPL::Math::Range< S > | friend |