xtd - Reference Guide  0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
countries.h
Go to the documentation of this file.
1
4#pragma once
5#include "country.h"
6
8namespace xtd {
10 namespace forms {
21 public:
24 static const country afghanistan();
27 static const country aland_islands();
30 static const country albania();
33 static const country algeria();
36 static const country american_samoa();
39 static const country andorra();
42 static const country angola();
45 static const country anguilla();
48 static const country antarctica();
54 static const country argentina();
57 static const country armenia();
60 static const country aruba();
63 static const country australia();
66 static const country austria();
69 static const country azerbaijan();
72 static const country bahamas();
75 static const country bahrain();
78 static const country bangladesh();
81 static const country barbados();
84 static const country belarus();
87 static const country belgium();
90 static const country belize();
93 static const country benin();
96 static const country bermuda();
99 static const country bhutan();
102 static const country bolivia();
111 static const country botswana();
114 static const country bouvet_island();
117 static const country brazil();
126 static const country bulgaria();
129 static const country burkina_faso();
132 static const country burundi();
135 static const country cabo_verde();
138 static const country cambodia();
141 static const country cameroon();
144 static const country canada();
147 static const country cayman_islands();
153 static const country chad();
156 static const country chile();
159 static const country china();
162 static const country christmas_island();
168 static const country colombia();
171 static const country comoros();
174 static const country congo();
180 static const country cook_islands();
183 static const country costa_rica();
186 static const country cote_d_ivoire();
189 static const country croatia();
192 static const country cuba();
195 static const country curacao();
198 static const country cyprus();
201 static const country czechia();
204 static const country denmark();
207 static const country djibouti();
210 static const country dominica();
216 static const country ecuador();
219 static const country egypt();
222 static const country el_salvador();
228 static const country eritrea();
231 static const country estonia();
234 static const country eswatini();
237 static const country ethiopia();
240 static const country falkland_islands();
243 static const country faroe_islands();
246 static const country fiji();
249 static const country finland();
252 static const country france();
255 static const country french_guiana();
258 static const country french_polynesia();
264 static const country gabon();
267 static const country gambia();
270 static const country georgia();
273 static const country germany();
276 static const country ghana();
279 static const country gibraltar();
282 static const country greece();
285 static const country greenland();
288 static const country grenada();
291 static const country guadeloupe();
294 static const country guam();
297 static const country guatemala();
300 static const country guernsey();
303 static const country guinea();
306 static const country guinea_bissau();
309 static const country guyana();
312 static const country haiti();
318 static const country holy_see();
321 static const country honduras();
324 static const country hong_kong();
327 static const country hungary();
330 static const country iceland();
333 static const country india();
336 static const country indonesia();
339 static const country iran();
342 static const country iraq();
345 static const country ireland();
348 static const country isle_of_man();
351 static const country israel();
354 static const country italy();
357 static const country jamaica();
360 static const country japan();
363 static const country jersey();
366 static const country jordan();
369 static const country kazakhstan();
372 static const country kenya();
375 static const country kiribati();
378 static const country north_korea();
381 static const country south_korea();
384 static const country kuwait();
387 static const country kyrgyzstan();
393 static const country latvia();
396 static const country lebanon();
399 static const country lesotho();
402 static const country liberia();
405 static const country libya();
408 static const country liechtenstein();
411 static const country lithuania();
414 static const country luxembourg();
417 static const country macao();
420 static const country madagascar();
423 static const country malawi();
426 static const country malaysia();
429 static const country maldives();
432 static const country mali();
435 static const country malta();
438 static const country marshall_islands();
441 static const country martinique();
444 static const country mauritania();
447 static const country mauritius();
450 static const country mayotte();
453 static const country mexico();
459 static const country moldova();
462 static const country monaco();
465 static const country mongolia();
468 static const country montenegro();
471 static const country montserrat();
474 static const country morocco();
477 static const country mozambique();
480 static const country myanmar();
483 static const country namibia();
486 static const country nauru();
489 static const country nepal();
492 static const country netherlands();
495 static const country new_caledonia();
498 static const country new_zealand();
501 static const country nicaragua();
504 static const country niger();
507 static const country nigeria();
510 static const country niue();
513 static const country norfolk_island();
516 static const country north_macedonia();
522 static const country norway();
525 static const country oman();
528 static const country pakistan();
531 static const country palau();
537 static const country panama();
540 static const country papua_new_guinea();
543 static const country paraguay();
546 static const country peru();
549 static const country philippines();
552 static const country pitcairn();
555 static const country poland();
558 static const country portugal();
561 static const country puerto_rico();
564 static const country qatar();
567 static const country reunion();
570 static const country romania();
576 static const country rwanda();
579 static const country saint_barthelemy();
588 static const country saint_lucia();
600 static const country samoa();
603 static const country san_marino();
609 static const country saudi_arabia();
612 static const country senegal();
615 static const country serbia();
618 static const country seychelles();
621 static const country sierra_leone();
624 static const country singapore();
630 static const country slovakia();
633 static const country slovenia();
636 static const country solomon_islands();
639 static const country somalia();
642 static const country south_africa();
648 static const country south_sudan();
651 static const country spain();
654 static const country sri_lanka();
657 static const country sudan();
660 static const country suriname();
666 static const country sweden();
669 static const country switzerland();
675 static const country taiwan_china();
678 static const country tajikistan();
681 static const country tanzania();
684 static const country thailand();
687 static const country timor_leste();
690 static const country togo();
693 static const country tokelau();
696 static const country tonga();
702 static const country tunisia();
705 static const country turkey();
708 static const country turkmenistan();
714 static const country tuvalu();
717 static const country uganda();
720 static const country ukraine();
735 static const country uruguay();
738 static const country uzbekistan();
741 static const country vanuatu();
744 static const country venezuela();
747 static const country viet_nam();
759 static const country western_sahara();
762 static const country yemen();
765 static const country zambia();
768 static const country zimbabwe();
769
772 static const std::vector<country>& get_countries();
773 };
774 }
775}
Provides a collection of xtd::forms::country for all countries in the world. This class cannot be inh...
Definition countries.h:20
static const country nauru()
A system-defined country object.
static const country puerto_rico()
A system-defined country object.
static const country azerbaijan()
A system-defined country object.
static const country svalbard_and_jan_mayen()
A system-defined country object.
static const country colombia()
A system-defined country object.
static const country sint_maarten_dutch_part()
A system-defined country object.
static const std::vector< country > & get_countries()
Get All countries collection.
static const country french_southern_territories()
A system-defined country object.
static const country netherlands()
A system-defined country object.
static const country guinea_bissau()
A system-defined country object.
static const country finland()
A system-defined country object.
static const country tanzania()
A system-defined country object.
static const country san_marino()
A system-defined country object.
static const country norfolk_island()
A system-defined country object.
static const country slovenia()
A system-defined country object.
static const country suriname()
A system-defined country object.
static const country wallis_and_futuna()
A system-defined country object.
static const country japan()
A system-defined country object.
static const country djibouti()
A system-defined country object.
static const country liechtenstein()
A system-defined country object.
static const country marshall_islands()
A system-defined country object.
static const country gibraltar()
A system-defined country object.
static const country gabon()
A system-defined country object.
static const country kyrgyzstan()
A system-defined country object.
static const country liberia()
A system-defined country object.
static const country bhutan()
A system-defined country object.
static const country state_of_palestine()
A system-defined country object.
static const country belize()
A system-defined country object.
static const country sweden()
A system-defined country object.
static const country cayman_islands()
A system-defined country object.
static const country france()
A system-defined country object.
static const country jersey()
A system-defined country object.
static const country lesotho()
A system-defined country object.
static const country new_zealand()
A system-defined country object.
static const country bangladesh()
A system-defined country object.
static const country antigua_and_barbuda()
A system-defined country object.
static const country cocos_keeling_islands()
A system-defined country object.
static const country mexico()
A system-defined country object.
static const country singapore()
A system-defined country object.
static const country hong_kong()
A system-defined country object.
static const country bulgaria()
A system-defined country object.
static const country spain()
A system-defined country object.
static const country belgium()
A system-defined country object.
static const country french_polynesia()
A system-defined country object.
static const country american_samoa()
A system-defined country object.
static const country lao_people_s_democratic_republic()
A system-defined country object.
static const country italy()
A system-defined country object.
static const country mongolia()
A system-defined country object.
static const country united_kingdom_of_great_britain_and_northern_ireland()
A system-defined country object.
static const country qatar()
A system-defined country object.
static const country zambia()
A system-defined country object.
static const country poland()
A system-defined country object.
static const country armenia()
A system-defined country object.
static const country burkina_faso()
A system-defined country object.
static const country romania()
A system-defined country object.
static const country honduras()
A system-defined country object.
static const country aland_islands()
A system-defined country object.
static const country falkland_islands()
A system-defined country object.
static const country isle_of_man()
A system-defined country object.
static const country philippines()
A system-defined country object.
static const country bahamas()
A system-defined country object.
static const country bonaire_sint_eustatius_and_saba()
A system-defined country object.
static const country monaco()
A system-defined country object.
static const country australia()
A system-defined country object.
static const country taiwan_china()
A system-defined country object.
static const country british_virgin_islands()
A system-defined country object.
static const country timor_leste()
A system-defined country object.
static const country united_states_of_america()
A system-defined country object.
static const country pakistan()
A system-defined country object.
static const country nepal()
A system-defined country object.
static const country latvia()
A system-defined country object.
static const country iceland()
A system-defined country object.
static const country nicaragua()
A system-defined country object.
static const country bouvet_island()
A system-defined country object.
static const country panama()
A system-defined country object.
static const country northern_mariana_islands()
A system-defined country object.
static const country hungary()
A system-defined country object.
static const country germany()
A system-defined country object.
static const country faroe_islands()
A system-defined country object.
static const country viet_nam()
A system-defined country object.
static const country papua_new_guinea()
A system-defined country object.
static const country albania()
A system-defined country object.
static const country ecuador()
A system-defined country object.
static const country uganda()
A system-defined country object.
static const country iran()
A system-defined country object.
static const country bahrain()
A system-defined country object.
static const country barbados()
A system-defined country object.
static const country congo()
A system-defined country object.
static const country mauritius()
A system-defined country object.
static const country antarctica()
A system-defined country object.
static const country portugal()
A system-defined country object.
static const country cook_islands()
A system-defined country object.
static const country reunion()
A system-defined country object.
static const country greece()
A system-defined country object.
static const country niue()
A system-defined country object.
static const country paraguay()
A system-defined country object.
static const country curacao()
A system-defined country object.
static const country chile()
A system-defined country object.
static const country rwanda()
A system-defined country object.
static const country burundi()
A system-defined country object.
static const country brazil()
A system-defined country object.
static const country sri_lanka()
A system-defined country object.
static const country ireland()
A system-defined country object.
static const country moldova()
A system-defined country object.
static const country bosnia_and_herzegovina()
A system-defined country object.
static const country austria()
A system-defined country object.
static const country thailand()
A system-defined country object.
static const country maldives()
A system-defined country object.
static const country angola()
A system-defined country object.
static const country sao_tome_and_principe()
A system-defined country object.
static const country indonesia()
A system-defined country object.
static const country serbia()
A system-defined country object.
static const country christmas_island()
A system-defined country object.
static const country south_africa()
A system-defined country object.
static const country montenegro()
A system-defined country object.
static const country turkey()
A system-defined country object.
static const country turkmenistan()
A system-defined country object.
static const country yemen()
A system-defined country object.
static const country guatemala()
A system-defined country object.
static const country norway()
A system-defined country object.
static const country cameroon()
A system-defined country object.
static const country myanmar()
A system-defined country object.
static const country fiji()
A system-defined country object.
static const country british_indian_ocean_territory()
A system-defined country object.
static const country equatorial_guinea()
A system-defined country object.
static const country andorra()
A system-defined country object.
static const country saint_martin_french_part()
A system-defined country object.
static const country afghanistan()
A system-defined country object.
static const country western_sahara()
A system-defined country object.
static const country south_sudan()
A system-defined country object.
static const country federated_states_of_micronesia()
A system-defined country object.
static const country bolivia()
A system-defined country object.
static const country israel()
A system-defined country object.
static const country vanuatu()
A system-defined country object.
static const country czechia()
A system-defined country object.
static const country estonia()
A system-defined country object.
static const country mayotte()
A system-defined country object.
static const country brunei_darussalam()
A system-defined country object.
static const country cabo_verde()
A system-defined country object.
static const country dominican_republic()
A system-defined country object.
static const country holy_see()
A system-defined country object.
static const country venezuela()
A system-defined country object.
static const country slovakia()
A system-defined country object.
static const country russian_federation()
A system-defined country object.
static const country croatia()
A system-defined country object.
static const country north_korea()
A system-defined country object.
static const country malawi()
A system-defined country object.
static const country palau()
A system-defined country object.
static const country switzerland()
A system-defined country object.
static const country jordan()
A system-defined country object.
static const country solomon_islands()
A system-defined country object.
static const country tajikistan()
A system-defined country object.
static const country bermuda()
A system-defined country object.
static const country zimbabwe()
A system-defined country object.
static const country tunisia()
A system-defined country object.
static const country namibia()
A system-defined country object.
static const country tokelau()
A system-defined country object.
static const country gambia()
A system-defined country object.
static const country eswatini()
A system-defined country object.
static const country saint_kitts_and_nevis()
A system-defined country object.
static const country guyana()
A system-defined country object.
static const country saint_lucia()
A system-defined country object.
static const country united_states_minor_outlying_islands()
A system-defined country object.
static const country belarus()
A system-defined country object.
static const country mozambique()
A system-defined country object.
static const country cote_d_ivoire()
A system-defined country object.
static const country china()
A system-defined country object.
static const country guernsey()
A system-defined country object.
static const country cuba()
A system-defined country object.
static const country morocco()
A system-defined country object.
static const country new_caledonia()
A system-defined country object.
static const country argentina()
A system-defined country object.
static const country democratic_republic_of_the_congo()
A system-defined country object.
static const country greenland()
A system-defined country object.
static const country eritrea()
A system-defined country object.
static const country ghana()
A system-defined country object.
static const country jamaica()
A system-defined country object.
static const country iraq()
A system-defined country object.
static const country anguilla()
A system-defined country object.
static const country guinea()
A system-defined country object.
static const country kuwait()
A system-defined country object.
static const country french_guiana()
A system-defined country object.
static const country el_salvador()
A system-defined country object.
static const country somalia()
A system-defined country object.
static const country kazakhstan()
A system-defined country object.
static const country guam()
A system-defined country object.
static const country denmark()
A system-defined country object.
static const country pitcairn()
A system-defined country object.
static const country ethiopia()
A system-defined country object.
static const country peru()
A system-defined country object.
static const country macao()
A system-defined country object.
static const country aruba()
A system-defined country object.
static const country niger()
A system-defined country object.
static const country oman()
A system-defined country object.
static const country cambodia()
A system-defined country object.
static const country saint_pierre_and_miquelon()
A system-defined country object.
static const country saint_helena_ascension_and_tristan_da_cunha()
A system-defined country object.
static const country turks_and_caicos_islands()
A system-defined country object.
static const country madagascar()
A system-defined country object.
static const country comoros()
A system-defined country object.
static const country south_georgia_and_the_south_sandwich_islands()
A system-defined country object.
static const country georgia()
A system-defined country object.
static const country luxembourg()
A system-defined country object.
static const country libya()
A system-defined country object.
static const country ukraine()
A system-defined country object.
static const country syrian_arab_republic()
A system-defined country object.
static const country trinidad_and_tobago()
A system-defined country object.
static const country saint_barthelemy()
A system-defined country object.
static const country montserrat()
A system-defined country object.
static const country uruguay()
A system-defined country object.
static const country senegal()
A system-defined country object.
static const country mali()
A system-defined country object.
static const country north_macedonia()
A system-defined country object.
static const country samoa()
A system-defined country object.
static const country nigeria()
A system-defined country object.
static const country grenada()
A system-defined country object.
static const country sudan()
A system-defined country object.
static const country guadeloupe()
A system-defined country object.
static const country chad()
A system-defined country object.
static const country togo()
A system-defined country object.
static const country saudi_arabia()
A system-defined country object.
static const country mauritania()
A system-defined country object.
static const country tuvalu()
A system-defined country object.
static const country india()
A system-defined country object.
static const country sierra_leone()
A system-defined country object.
static const country canada()
A system-defined country object.
static const country malta()
A system-defined country object.
static const country martinique()
A system-defined country object.
static const country cyprus()
A system-defined country object.
static const country costa_rica()
A system-defined country object.
static const country united_arab_emirates()
A system-defined country object.
static const country haiti()
A system-defined country object.
static const country benin()
A system-defined country object.
static const country central_african_republic()
A system-defined country object.
static const country algeria()
A system-defined country object.
static const country saint_vincent_and_the_grenadines()
A system-defined country object.
static const country uzbekistan()
A system-defined country object.
static const country lithuania()
A system-defined country object.
static const country dominica()
A system-defined country object.
static const country seychelles()
A system-defined country object.
static const country tonga()
A system-defined country object.
static const country heard_island_and_mcdonald_islands()
A system-defined country object.
static const country botswana()
A system-defined country object.
static const country united_states_virgin_islands()
A system-defined country object.
static const country egypt()
A system-defined country object.
static const country malaysia()
A system-defined country object.
static const country kenya()
A system-defined country object.
static const country kiribati()
A system-defined country object.
static const country south_korea()
A system-defined country object.
static const country lebanon()
A system-defined country object.
Represent a country with name, alpha codes, numeric code, emoticon and flag.
Definition country.h:29
Contains xtd::forms::country component.
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:38
#define forms_export_
Define shared library export.
Definition forms_export.h:13
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition about_box.h:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition system_report.h:17