AMCAX Kernel
Geometry kernel for CAD/CAE/CAM
九韶内核 1.0.0.0
载入中...
搜索中...
未找到
AttributeMeta.hpp 文件参考

The class of AttributeMeta 更多...

#include <cstdint>
AttributeMeta.hpp 的引用(Include)关系图:
此图展示该文件被哪些文件直接或间接地引用了:

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.

This file is part of AMCAX.

函数说明

◆ checkHasDefaultValue()

bool checkHasDefaultValue ( AttributeMeta meta)
constexpr

Check if the attribute is has default value

返回
True if the attribute is has default value, otherwise return false

◆ checkHidden()

bool checkHidden ( AttributeMeta meta)
constexpr

Check if the attribute is dynamic

返回
True if the attribute is dynamic, otherwise return false

◆ checkNotDefined()

bool checkNotDefined ( AttributeMeta meta)
constexpr

Check if the attribute is not defined

返回
True if the attribute is not defined, otherwise return false

◆ checkPersistable()

bool checkPersistable ( AttributeMeta meta)
constexpr

Check if the attribute is persistable

返回
True if the attribute is persistable, otherwise return false

◆ checkReadonly()

bool checkReadonly ( AttributeMeta meta)
constexpr

Check if the attribute is readonly

返回
True if the attribute is readonly, otherwise return false