LSSTApplications  18.1.0
LSSTDataManagementBasePackage
Classes | Namespaces | Functions
RangeSet.h File Reference

This file provides a type for representing integer sets. More...

#include <cstddef>
#include <cstdint>
#include <initializer_list>
#include <iosfwd>
#include <iterator>
#include <tuple>
#include <type_traits>
#include <vector>

Go to the source code of this file.

Classes

class  lsst::sphgeom::RangeSet
 A RangeSet is a set of unsigned 64 bit integers. More...
 
struct  lsst::sphgeom::RangeSet::Iterator
 A constant iterator over the ranges (represented as 2-tuples) in a RangeSet. More...
 

Namespaces

 lsst
 A base class for image defects.
 
 lsst::sphgeom
 

Functions

void lsst::sphgeom::swap (RangeSet &a, RangeSet &b)
 
std::ostreamlsst::sphgeom::operator<< (std::ostream &, RangeSet const &)
 

Detailed Description

This file provides a type for representing integer sets.

Definition in file RangeSet.h.