|
FCT
|
#include <Uniform.h>

Public 成员函数 | |
| constexpr | ConstElement () noexcept |
| constexpr | ConstElement (ConstType type) noexcept |
| constexpr | ConstElement (ConstType type, const char *name) noexcept |
| constexpr | ConstElement (ConstType type, const char *name, size_t arraySize) noexcept |
| constexpr size_t | getElementCount () const noexcept |
| constexpr bool | isArray () const noexcept |
| constexpr ConstType | getType () const noexcept |
| constexpr const char * | getName () const noexcept |
| constexpr size_t | getSize () const noexcept |
| constexpr size_t | getAlignment () const noexcept |
| constexpr | operator bool () const noexcept |
Private 属性 | |
| ConstType | m_type |
| const char * | m_name |
| size_t | m_arraySize = 0 |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |