#include <HWStdCtrls.h>
|
constexpr | Range () noexcept |
|
constexpr | Range (UINT start, UINT end) noexcept |
|
constexpr UINT | Start () const noexcept |
|
constexpr void | SetStart (UINT value) noexcept |
|
constexpr UINT | End () const noexcept |
|
constexpr void | SetEnd (UINT value) |
|
constexpr void | SetRange (UINT start, UINT end) noexcept |
|
constexpr UINT | Length () const noexcept |
|
◆ Range() [1/2]
Harlinn::Windows::Range::Range |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ Range() [2/2]
Harlinn::Windows::Range::Range |
( |
UINT | start, |
|
|
UINT | end ) |
|
inlineconstexprnoexcept |
◆ End()
UINT Harlinn::Windows::Range::End |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ Length()
UINT Harlinn::Windows::Range::Length |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ SetEnd()
void Harlinn::Windows::Range::SetEnd |
( |
UINT | value | ) |
|
|
inlineconstexpr |
◆ SetRange()
void Harlinn::Windows::Range::SetRange |
( |
UINT | start, |
|
|
UINT | end ) |
|
inlineconstexprnoexcept |
◆ SetStart()
void Harlinn::Windows::Range::SetStart |
( |
UINT | value | ) |
|
|
inlineconstexprnoexcept |
◆ Start()
UINT Harlinn::Windows::Range::Start |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ end_
UINT Harlinn::Windows::Range::end_ |
|
private |
◆ start_
UINT Harlinn::Windows::Range::start_ |
|
private |
The documentation for this class was generated from the following file: