Represents the base class for custom attributes.
Definition attribute.hpp:25
 
virtual xtd::sptr< object > get_type_id() const noexcept=0
When implemented in a derived class, gets a unique identifier for this attribute.
 
xtd::sptr< object > type_id() const noexcept
When implemented in a derived class, gets a unique identifier for this attribute.
 
attribute()=default
Initializes a new instance of the attribute class.
 
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.hpp:42
 
std::shared_ptr< type_t > sptr
The xtd::sptr object is a shared pointer.
Definition sptr.hpp:25
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
 
Contains xtd::object class.
 
Contains xtd::string alias.
 
Contains xtd::guid class.