Bash++
Bash++ compiler internal documentation
Public Member Functions | Public Attributes | List of all members
FlatIntervalTree< T >::Interval Struct Reference

Public Member Functions

bool contains (uint64_t point) const
 
bool contains (const Interval &other) const
 

Public Attributes

uint64_t low
 
uint64_t high
 
payload
 

Member Function Documentation

◆ contains() [1/2]

template<class T >
bool FlatIntervalTree< T >::Interval::contains ( const Interval other) const
inline

◆ contains() [2/2]

template<class T >
bool FlatIntervalTree< T >::Interval::contains ( uint64_t  point) const
inline

Member Data Documentation

◆ high

template<class T >
uint64_t FlatIntervalTree< T >::Interval::high

◆ low

template<class T >
uint64_t FlatIntervalTree< T >::Interval::low

◆ payload

template<class T >
T FlatIntervalTree< T >::Interval::payload

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