520 const std::vector<xtd::byte>&
value() const noexcept {
return value_;}
524 std::vector<xtd::byte>&
value() noexcept {
return value_;}
535 std::vector<xtd::byte> value_;
std::type_info type
Stores information about a type.
Definition: types.h:217
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
int32 id() const noexcept
Gets the ID of the property.
Definition: property_item.h:256
Encapsulates a metadata property to be included in an image file. Not inheritable.
Definition: property_item.h:25
int32 len() const noexcept
Gets the length (in bytes) of the value property.
Definition: property_item.h:483
int16 type() const noexcept
Gets an integer that defines the type of data contained in the value property.
Definition: property_item.h:501
void value(const std::vector< xtd::byte > &value) noexcept
Sets the value of the property item.
Definition: property_item.h:528
int_least16_t int16
Represents a 16-bit signed integer.
Definition: types.h:118
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.h:486
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes...
Definition: object.h:32
int_least32_t int32
Represents a 32-bit signed integer.
Definition: types.h:129
const std::vector< xtd::byte > & value() const noexcept
Gets the value of the property item.
Definition: property_item.h:520
std::vector< xtd::byte > & value() noexcept
Gets the value of the property item.
Definition: property_item.h:524
void type(int16 type) noexcept
Sets an integer that defines the type of data contained in the value property.
Definition: property_item.h:515
void id(int32 id) noexcept
Sets the ID of the property.
Definition: property_item.h:479