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

The class of AttributeImpl 更多...

#include <af/attribute/SFINAE.hpp>
#include <common/Exception.hpp>
#include <af/attribute/StringAttribute.hpp>
#include <af/attribute/AttributeBase.hpp>
#include <af/attribute/AttributeException.hpp>
#include <af/attribute/BlobAttribute.hpp>
#include <af/attribute/ColorAttribute.hpp>
#include <af/attribute/FixedIntAttribute.hpp>
#include <af/attribute/FloatPointAttribute.hpp>
#include <af/attribute/DynamicAttribute.hpp>
#include <cstddef>
#include <cstdint>
#include <memory>
#include <stdexcept>
#include <string_view>
#include <af/attribute/AttributeMeta.hpp>
AttributeImpl.hpp 的引用(Include)关系图:
此图展示该文件被哪些文件直接或间接地引用了:

class  AMCAX::AttributeImpl
 The class of AttributeImpl 更多...
 
struct  std::hash< AMCAX::AttributeImpl >
 Specialize the std::hash function for AMCAX::AttributeImpl 更多...
 

命名空间

namespace  AMCAX
 AMCAX 内核提供的所有接口所在的命名空间。
 

详细描述

The class of AttributeImpl

The class of AttributeImpl is a wrapper of AttributeBase. It is used to manage the memory of AttributeBase and provide a simple interface to access the attribute.

This file is part of AMCAX.