From df32ddfad70c778556c41ef313b275a7a387772d Mon Sep 17 00:00:00 2001 From: cieslarmichal Date: Tue, 23 Apr 2024 06:11:27 +0000 Subject: [PATCH] deploy: 8899000ce2855fc29dc7cba6cd51ccaed5aa6567 --- Location_8h_source.html | 75 +++++++++++++++++++------------------ classfaker_1_1Location.html | 2 +- 2 files changed, 39 insertions(+), 38 deletions(-) diff --git a/Location_8h_source.html b/Location_8h_source.html index 4790919bb..10069153b 100644 --- a/Location_8h_source.html +++ b/Location_8h_source.html @@ -129,44 +129,45 @@
25 Estonia,
26 Romania,
27 Latvia,
-
28 Nepal
-
29};
-
30
-
- -
32{
-
33public:
-
43 static std::string country();
-
44
-
54 static std::string countryCode();
-
55
-
67 static std::string state(AddressCountry country = AddressCountry::Usa);
-
68
-
80 static std::string county(AddressCountry country = AddressCountry::Usa);
-
81
-
93 static std::string city(AddressCountry country = AddressCountry::Usa);
-
94
-
107 static std::string zipCode(AddressCountry country = AddressCountry::Usa);
-
108
-
120 static std::string streetAddress(AddressCountry country = AddressCountry::Usa);
-
121
-
133 static std::string street(AddressCountry country = AddressCountry::Usa);
-
134
-
146 static std::string buildingNumber(AddressCountry country = AddressCountry::Usa);
-
147
-
160 static std::string secondaryAddress(AddressCountry country = AddressCountry::Usa);
-
161
-
173 static std::string latitude(Precision precision = Precision::FourDp);
-
174
-
186 static std::string longitude(Precision precision = Precision::FourDp);
-
187
-
197 static std::string direction();
-
198
-
208 static std::string timeZone();
-
209};
+
28 Nepal,
+
29 Belgium
+
30};
+
31
+
+ +
33{
+
34public:
+
44 static std::string country();
+
45
+
55 static std::string countryCode();
+
56
+
68 static std::string state(AddressCountry country = AddressCountry::Usa);
+
69
+
81 static std::string county(AddressCountry country = AddressCountry::Usa);
+
82
+
94 static std::string city(AddressCountry country = AddressCountry::Usa);
+
95
+
108 static std::string zipCode(AddressCountry country = AddressCountry::Usa);
+
109
+
121 static std::string streetAddress(AddressCountry country = AddressCountry::Usa);
+
122
+
134 static std::string street(AddressCountry country = AddressCountry::Usa);
+
135
+
147 static std::string buildingNumber(AddressCountry country = AddressCountry::Usa);
+
148
+
161 static std::string secondaryAddress(AddressCountry country = AddressCountry::Usa);
+
162
+
174 static std::string latitude(Precision precision = Precision::FourDp);
+
175
+
187 static std::string longitude(Precision precision = Precision::FourDp);
+
188
+
198 static std::string direction();
+
199
+
209 static std::string timeZone();
+
210};
-
210}
-
Definition Location.h:32
+
211}
+
Definition Location.h:33
static std::string longitude(Precision precision=Precision::FourDp)
Generates a random longitude.
static std::string county(AddressCountry country=AddressCountry::Usa)
Returns a random county for a given country.
static std::string city(AddressCountry country=AddressCountry::Usa)
Returns a random city for given country.
diff --git a/classfaker_1_1Location.html b/classfaker_1_1Location.html index e44d92a9f..3a9f5b5f4 100644 --- a/classfaker_1_1Location.html +++ b/classfaker_1_1Location.html @@ -624,7 +624,7 @@

Returns
Zip code.
Location::zipCode() // "47683-9880"
Location::zipCode(Country::Poland) // "31-881"
-
Definition Location.h:32
+
Definition Location.h:33
static std::string zipCode(AddressCountry country=AddressCountry::Usa)
Returns a random zip code for given country.