SheafSystem  0.0.0.0
interval_set.h File Reference

Interface for class interval_set. More...

#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/any.h"
#include "SheafSystem/std_map.h"
#include "SheafSystem/pod_types.h"

Go to the source code of this file.

Classes

struct  sheaf::interval
 Struct representing the closed interval [_begin, _end]. More...
 
class  sheaf::interval_set
 Set of integers optimized for when the integers are concentrated in closed intervals. More...
 

Namespaces

 sheaf
 Namespace for the sheaves component of the sheaf system.
 

Functions

SHEAF_DLL_SPEC std::ostream & sheaf::operator<< (std::ostream &xos, const interval_set &xset)
 Insert interval_set& xset into ostream& xos. More...
 
SHEAF_DLL_SPEC size_t sheaf::deep_size (const interval_set &xset, bool xinclude_shallow=true)
 The deep size of the referenced object of type interval_set. More...
 

Detailed Description

Interface for class interval_set.

Definition in file interval_set.h.