|
AUI Framework
master
Cross-platform base for C++ UI apps
|
Public Types# | |
| using | super = representation_t_impl |
Public Member Functions# | |
| operator AColor () const noexcept | |
| component_t * | begin () |
| const component_t * | begin () const |
| component_t * | end () |
| const component_t * | end () const |
| representation_t & | operator+= (representation_t rhs) noexcept |
| representation_t & | operator-= (representation_t rhs) noexcept |
| representation_t & | operator*= (representation_t rhs) noexcept |
| representation_t & | operator/= (representation_t rhs) noexcept |
| representation_t & | operator+= (component_t rhs) noexcept |
| representation_t & | operator-= (component_t rhs) noexcept |
| representation_t & | operator*= (component_t rhs) noexcept |
| representation_t & | operator/= (component_t rhs) noexcept |
| representation_t | operator+ (auto rhs) const noexcept |
| representation_t | operator- (auto rhs) const noexcept |
| representation_t | operator* (auto rhs) const noexcept |
| representation_t | operator/ (auto rhs) const noexcept |
Static Public Attributes# | |
| static constexpr std::size_t | FORMAT = format |