Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
Range.h File Reference
#include <iostream>
#include <limits>
#include <misc/gen/TVector.h>
#include <misc/global.h>
Include dependency graph for Range.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sf::RANGE
 
class  sf::Range
 Class to manage 64-bit integer ranges. More...
 
class  sf::Range::Vector
 Type to contain and manipulate range lists. More...
 

Namespaces

namespace  sf
 

Functions

_MISC_FUNC std::ostream & sf::operator<< (std::ostream &os, const Range &r)
 Output stream operator for a range.
 
_MISC_FUNC std::istream & sf::operator>> (std::istream &is, Range &r)
 Input stream operator for a range.
 
_MISC_FUNC std::ostream & sf::operator<< (std::ostream &os, const Range::Vector &rl)
 Output stream operator for a range vector.
 
_MISC_FUNC std::istream & sf::operator>> (std::istream &is, Range::Vector &rl)
 Input stream operator for a range vector.
 

Variables

_MISC_DATA bool sf::RangeCompareExact