九韶内核 1.0.0.0
|
The class of AttributeMeta 更多...
#include <cstdint>
类 | |
struct | MetaSet |
类型定义 | |
using | AttributeMeta = uint32_t |
函数 | |
constexpr bool | checkHidden (AttributeMeta meta) |
Check if the attribute is dynamic | |
constexpr bool | checkReadonly (AttributeMeta meta) |
Check if the attribute is readonly | |
constexpr bool | checkPersistable (AttributeMeta meta) |
Check if the attribute is persistable | |
constexpr bool | checkHasDefaultValue (AttributeMeta meta) |
Check if the attribute is has default value | |
constexpr bool | checkNotDefined (AttributeMeta meta) |
Check if the attribute is not defined | |
The class of AttributeMeta
This class defines the attribute meta information.
|
constexpr |
Check if the attribute is has default value
|
constexpr |
Check if the attribute is dynamic
|
constexpr |
Check if the attribute is not defined
|
constexpr |
Check if the attribute is persistable
|
constexpr |
Check if the attribute is readonly