SheafSystem  0.0.0.0
sheaf::interval Struct Reference

Struct representing the closed interval [_begin, _end]. More...

#include <interval_set.h>

Public Types

typedef pod_index_type pod_type
 The "plain old data" index type for this. More...
 

Public Attributes

pod_type _begin
 Beginning of the interval. More...
 
pod_type _end
 End of the interval. More...
 

Detailed Description

Struct representing the closed interval [_begin, _end].

Definition at line 48 of file interval_set.h.

Member Typedef Documentation

◆ pod_type

The "plain old data" index type for this.

Definition at line 53 of file interval_set.h.

Member Data Documentation

◆ _begin

pod_type sheaf::interval::_begin

Beginning of the interval.

Definition at line 58 of file interval_set.h.

◆ _end

pod_type sheaf::interval::_end

End of the interval.

Definition at line 63 of file interval_set.h.


The documentation for this struct was generated from the following file: