Enum class examples
January 11, 2024 ยท View on GitHub
This folder contains environment examples used by Reference Guide and more.
- enum shows how to use xtd::enum_object class and enum_ helper.
- enum_class shows how to use xtd::enum_object class and enum_class_ helper.
- enum_class_flags shows how to use xtd::enum_object class, enum_class_ and add_enum_flag_operators_ helpers.
- enum_class_flags_introspection shows how the introspection woks with enum_class_ helper.
- enum_class_flags_without_helpers shows how to use xtd::enum_object and xtd::enum_register classes.
- enum_class_parse shows how to use xtd::enum_object::parse method.
- enum_class_ut shows how to use xtd::enum_object class and enum_class_ut_ helper.
- enum_class_without_helper shows how to use xtd::enum_object and xtd::enum_register classes.
- enum_struct shows how to use xtd::enum_object class and enum_struct_ helper.
- enum_struct_ut shows how to use xtd::enum_object class and enum_struct_ut_ helper.
- enum_ut shows how to use xtd::enum_object class and enum_ut_ helper.
Build and run any project
Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:
xtdc run -t any_project_name