Antkeeper
0.0.1
|
Abstract base class for B-rep element attributes. More...
#include <brep-attribute.hpp>
Public Member Functions | |
constexpr hash::fnv1a32_t | name () const noexcept |
Returns the name of the attribute. More... | |
Protected Member Functions | |
constexpr | brep_attribute_base (hash::fnv1a32_t name) noexcept |
Friends | |
class | brep_attribute_map |
template<class T > | |
class | brep_element_container |
Abstract base class for B-rep element attributes.
Definition at line 32 of file brep-attribute.hpp.
|
inlineexplicitconstexprprotectednoexcept |
Definition at line 42 of file brep-attribute.hpp.
|
inlineconstexprnoexcept |
Returns the name of the attribute.
Definition at line 36 of file brep-attribute.hpp.
|
friend |
Definition at line 47 of file brep-attribute.hpp.
|
friend |
Definition at line 49 of file brep-attribute.hpp.