Harlinn.Windows 0.1
Loading...
Searching...
No Matches
Harlinn::Windows::Range Class Reference

#include <HWStdCtrls.h>

Public Member Functions

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
 

Private Attributes

UINT start_
 
UINT end_
 

Constructor & Destructor Documentation

◆ Range() [1/2]

Harlinn::Windows::Range::Range ( )
inlineconstexprnoexcept

◆ Range() [2/2]

Harlinn::Windows::Range::Range ( UINT start,
UINT end )
inlineconstexprnoexcept

Member Function Documentation

◆ 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

Member Data Documentation

◆ 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: