xtd 0.2.0
Loading...
Searching...
No Matches
enum_attribute.h
Go to the documentation of this file.
1
4#pragma once
6namespace xtd {
22 enum class enum_attribute {
26 flags
27 };
28}
29
30// This file is included before enum definition so the enum_register is in the enum.h file.
enum_attribute
Specifies the enum attribute.
Definition enum_attribute.h:22
@ flags
Enum flags attribute.
@ standard
Enum standard attribute. The default value.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10