|
JX Application Framework
|
Functions | |
| template<class T > | |
| JRange< T > | JCovering (const JRange< T > &r1, const JRange< T > &r2) |
| template<class T > | |
| bool | JIntersection (const JRange< T > &r1, const JRange< T > &r2, JRange< T > *result) |
| template<class T > | |
| std::istream & | operator>> (std::istream &input, JRange< T > &range) |
| template<class T > | |
| std::ostream & | operator<< (std::ostream &output, const JRange< T > &range) |
| bool JIntersection | ( | const JRange< T > & | r1, |
| const JRange< T > & | r2, | ||
| JRange< T > * | result | ||
| ) |
Returns true if the result is not empty.
| std::ostream & operator<< | ( | std::ostream & | output, |
| const JRange< T > & | range | ||
| ) |
| std::istream & operator>> | ( | std::istream & | input, |
| JRange< T > & | range | ||
| ) |