Contains enum_ and enum_ut_ keywords.
#define flags_attribute_(namespace_name, enum_type)
Provides the set attribute struct for enumerations helper.
Definition flags_attribute.hpp:34
std::vector< std::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.hpp:24
console_modifiers
Represents the SHIFT, ALT, and CTRL modifier keys on a keyboard.
Definition console_modifiers.hpp:20
@ shift
The left or right SHIFT modifier key.
Definition console_modifiers.hpp:26
@ none
No modifier key.
Definition console_modifiers.hpp:22
@ alt
The left or right ALT modifier key.
Definition console_modifiers.hpp:24
@ control
The left or right CTRL modifier key.
Definition console_modifiers.hpp:28
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Provides the registration struct for enumerations.
Definition enum_register.hpp:38