#define flags_attribute_(namespace_name, enum_type)
Provides the set attribute struct for enumerations helper.
Definition flags_attribute.h:34
file_access
Defines constants for read, write, or read/write access to a file. This enumeration has a flags attri...
Definition file_access.h:15
std::vector< xtd::collections::generic::key_value_pair< enum_t, xtd::string > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.h:22
@ read_write
The file is a read_write file. The file is part of the operating read_write or is used exclusively by...
@ read
Read access to the file. Data can be read from the file. Combine with Write for read/write access.
@ write
Write access to the file. Data can be written to the file. Combine with Read for read/write access.
The xtd::io namespace contains types that allow reading and writing to files and data streams,...
Definition binary_reader.h:16
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Provides the registration struct for enumerations.
Definition enum_register.h:38