5#include <xtd/iequatable>
521 const std::vector<xtd::byte>&
value() const noexcept {
return value_;}
525 std::vector<xtd::byte>&
value() noexcept {
return value_;}
543 std::vector<xtd::byte> value_;
Encapsulates a metadata property to be included in an image file. Not inheritable.
Definition property_item.hpp:26
void value(const std::vector< xtd::byte > &value) noexcept
Sets the value of the property item.
Definition property_item.hpp:529
int32 id() const noexcept
Gets the ID of the property.
Definition property_item.hpp:257
void type(int16 type) noexcept
Sets an integer that defines the type of data contained in the value property.
Definition property_item.hpp:516
int16 type() const noexcept
Gets an integer that defines the type of data contained in the value property.
Definition property_item.hpp:502
void len(int32 len) noexcept
Sets the length (in bytes) of the value property. ¶m len An integer that represents the length (i...
Definition property_item.hpp:487
int32 len() const noexcept
Gets the length (in bytes) of the value property.
Definition property_item.hpp:484
const std::vector< xtd::byte > & value() const noexcept
Gets the value of the property item.
Definition property_item.hpp:521
void id(int32 id) noexcept
Sets the ID of the property.
Definition property_item.hpp:480
std::vector< xtd::byte > & value() noexcept
Gets the value of the property item.
Definition property_item.hpp:525
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition iequatable.hpp:22
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.hpp:42
virtual bool equals(const object &obj) const noexcept
Determines whether the specified object is equal to the current object.
int16_t int16
Represents a 16-bit signed integer.
Definition int16.hpp:23
int32_t int32
Represents a 32-bit signed integer.
Definition int32.hpp:23
std::type_info type
Stores information about a type.
Definition type.hpp:23
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10