|
@@ -874,12 +874,6 @@ struct meta_data {
|
|
|
return node->alias;
|
|
return node->alias;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- /*! @copydoc alias*/
|
|
|
|
|
- [[deprecated("Use ::alias instead")]]
|
|
|
|
|
- ENTT_ID_TYPE identifier() const ENTT_NOEXCEPT {
|
|
|
|
|
- return alias();
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
/*! @copydoc meta_base::parent */
|
|
/*! @copydoc meta_base::parent */
|
|
|
inline meta_type parent() const ENTT_NOEXCEPT;
|
|
inline meta_type parent() const ENTT_NOEXCEPT;
|
|
|
|
|
|
|
@@ -1020,12 +1014,6 @@ struct meta_func {
|
|
|
return node->alias;
|
|
return node->alias;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- /*! @copydoc alias */
|
|
|
|
|
- [[deprecated("Use ::alias instead")]]
|
|
|
|
|
- ENTT_ID_TYPE identifier() const ENTT_NOEXCEPT {
|
|
|
|
|
- return alias();
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
/*! @copydoc meta_base::parent */
|
|
/*! @copydoc meta_base::parent */
|
|
|
inline meta_type parent() const ENTT_NOEXCEPT;
|
|
inline meta_type parent() const ENTT_NOEXCEPT;
|
|
|
|
|
|
|
@@ -1160,12 +1148,6 @@ public:
|
|
|
return node->alias;
|
|
return node->alias;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- /*! @copydoc alias */
|
|
|
|
|
- [[deprecated("Use ::alias instead")]]
|
|
|
|
|
- ENTT_ID_TYPE identifier() const ENTT_NOEXCEPT {
|
|
|
|
|
- return alias();
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* @brief Indicates whether a given meta type refers to void or not.
|
|
* @brief Indicates whether a given meta type refers to void or not.
|
|
|
* @return True if the underlying type is void, false otherwise.
|
|
* @return True if the underlying type is void, false otherwise.
|