|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <algorithm>#include <stdexcept>#include <vector>Classes | |
| class | CPointGen< T > |
| class | CSizeGen< T > |
| class | CRectGen< T > |
Macros | |
| #define | XBMC_FORCE_INLINE |
Typedefs | |
| using | CPoint = CPointGen<float> |
| using | CPointInt = CPointGen<int> |
| using | CSize = CSizeGen<float> |
| using | CSizeInt = CSizeGen<int> |
| using | CRect = CRectGen<float> |
| using | CRectInt = CRectGen<int> |
Functions | |
| template<typename T > | |
| constexpr bool | operator== (const CPointGen< T > &point1, const CPointGen< T > &point2) noexcept |
| template<typename T > | |
| constexpr bool | operator!= (const CPointGen< T > &point1, const CPointGen< T > &point2) noexcept |
| template<typename T > | |
| bool | operator== (const CSizeGen< T > &size1, const CSizeGen< T > &size2) noexcept |
| template<typename T > | |
| bool | operator!= (const CSizeGen< T > &size1, const CSizeGen< T > &size2) noexcept |
| template<typename T > | |
| constexpr bool | operator== (const CRectGen< T > &rect1, const CRectGen< T > &rect2) noexcept |
| template<typename T > | |
| constexpr bool | operator!= (const CRectGen< T > &rect1, const CRectGen< T > &rect2) noexcept |
| #define XBMC_FORCE_INLINE |
|
constexprnoexcept |
|
constexprnoexcept |
|
inlinenoexcept |
|
constexprnoexcept |
|
constexprnoexcept |