xtd
0.2.0
xtd.core
include
xtd
enum_attribute.h
Go to the documentation of this file.
1
#pragma once
5
namespace
xtd
{
20
enum class
enum_attribute
{
22
standard
,
24
flags
25
};
26
}
27
28
// This file is included before enum definition so the enum_register is in the enum.h file.
xtd::enum_attribute
enum_attribute
Specifies the enum attribute.
Definition:
enum_attribute.h:20
xtd::enum_attribute::flags
Enum flags attribute.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition:
system_report.h:17
xtd::enum_attribute::standard
Enum standard attribute. The default value.
Generated on Mon Oct 9 2023 14:41:57 for xtd by
Gammasoft
. All rights reserved.