utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
Loading...
Searching...
No Matches
utility::graphic::Size< SizeComponentType > Member List

This is the complete list of members for utility::graphic::Size< SizeComponentType >, including all inherited members.

getDepth(void) const noexceptutility::graphic::Size< SizeComponentType >inline
getHeight(void) const noexceptutility::graphic::Size< SizeComponentType >inline
getWidth(void) const noexceptutility::graphic::Size< SizeComponentType >inline
operator!=(const Size &other) const noexceptutility::graphic::Size< SizeComponentType >inline
operator<(const Size &other) const noexceptutility::graphic::Size< SizeComponentType >inline
operator=(const Size &other)=defaultutility::graphic::Size< SizeComponentType >
operator=(Size &&other) noexcept=defaultutility::graphic::Size< SizeComponentType >
operator==(const Size &other) const noexceptutility::graphic::Size< SizeComponentType >inline
setDepth(SizeComponentType depth) noexceptutility::graphic::Size< SizeComponentType >inline
setHeight(SizeComponentType height) noexceptutility::graphic::Size< SizeComponentType >inline
setWidth(SizeComponentType width) noexceptutility::graphic::Size< SizeComponentType >inline
Size()utility::graphic::Size< SizeComponentType >inline
Size(SizeComponentType width, SizeComponentType height, SizeComponentType depth=SizeComponentType { 0 })utility::graphic::Size< SizeComponentType >inline
Size(const Size &other)=defaultutility::graphic::Size< SizeComponentType >
Size(Size &&other) noexcept=defaultutility::graphic::Size< SizeComponentType >
~Size(void)=defaultutility::graphic::Size< SizeComponentType >