![]() |
Scanframe Modular Application 0.1.0
|
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 |