tudocomp
– The TU Dortmund Compression Framework
tdc::LiteralRange Class Reference

Represents the range of valid tdc::uliteral_t values. More...

#include <Range.hpp>

Inheritance diagram for tdc::LiteralRange:
tdc::TypeRange< uliteral_t > tdc::Range

Public Member Functions

constexpr LiteralRange ()
 
- Public Member Functions inherited from tdc::TypeRange< uliteral_t >
constexpr TypeRange ()
 Constructs a range for the type. More...
 
- Public Member Functions inherited from tdc::Range
constexpr Range (size_t max)
 Constructs a range from zero to a maximum value. More...
 
constexpr Range (size_t min, size_t max)
 Constructs a range. More...
 
size_t min () const
 Yields the range's minimum value. More...
 
size_t max () const
 Yields the range's maximum value. More...
 
size_t delta () const
 Yields the difference between the range's minimum and maximum values. More...
 

Detailed Description

Represents the range of valid tdc::uliteral_t values.

Definition at line 90 of file Range.hpp.

Constructor & Destructor Documentation

◆ LiteralRange()

constexpr tdc::LiteralRange::LiteralRange ( )
inline

Definition at line 92 of file Range.hpp.


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