xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
enum_attribute.h
Go to the documentation of this file.
1
4
#pragma once
6
namespace
xtd
{
22
enum class
enum_attribute
{
24
standard
,
26
flags
27
};
28
}
29
30
// 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:22
xtd::enum_attribute::flags
@ flags
Enum flags attribute.
xtd::enum_attribute::standard
@ standard
Enum standard attribute. The default value.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
xtd_about_box.h:10
Generated on Sun Nov 17 2024 19:43:51 for xtd by
Gammasoft
. All rights reserved.