Interface for value tree attribute implementations. More...
#include <eagine/value_tree/interface.hpp>
Public Member Functions | |
virtual auto | type_id () const noexcept -> identifier_t=0 |
Returns the implementation type identifier of this attribute. | |
![]() | |
constexpr | interface (const interface &)=delete |
Not copyable. | |
auto | operator= (interface &&)=delete |
Not move assignable. | |
auto | operator= (const interface &)=delete |
Not copy assignable. | |
Additional Inherited Members | |
![]() | |
constexpr | interface () noexcept=default |
Default constructible by derived. | |
constexpr | interface (interface &&) noexcept=default |
Move constructible by derived. | |
Interface for value tree attribute implementations.