diff --git a/Airline_8h.html b/Airline_8h.html index 2654c7276..da66a0b99 100644 --- a/Airline_8h.html +++ b/Airline_8h.html @@ -108,14 +108,17 @@
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for Airline.h:
- - - + + + + +
@@ -159,30 +162,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view faker::airline::aircraftType ()
 Get a random aircraft type.
 
Airplane faker::airline::airplane ()
 Get a random airplane.
 
AirlineInfo faker::airline::airline ()
 Get a random airline.
 
Airport faker::airline::airport ()
 Get a random airport.
 
std::string faker::airline::seat (AircraftType aircraftType)
 Get a random seat by aircraft type.
 
std::string faker::airline::recordLocator (bool allowNumerics=false)
 Get a random record location.
 
std::string faker::airline::flightNumber (bool addLeadingZeros=false, unsigned int length=4)
 Get a random flight number from given length.
 
std::string faker::airline::flightNumberByRange (bool addLeadingZeros=false, Range length={1, 4})
 Get a random flight number from given length.
 
FAKER_CXX_EXPORT std::string_view faker::airline::aircraftType ()
 Get a random aircraft type.
 
FAKER_CXX_EXPORT Airplane faker::airline::airplane ()
 Get a random airplane.
 
FAKER_CXX_EXPORT AirlineInfo faker::airline::airline ()
 Get a random airline.
 
FAKER_CXX_EXPORT Airport faker::airline::airport ()
 Get a random airport.
 
FAKER_CXX_EXPORT std::string faker::airline::seat (AircraftType aircraftType)
 Get a random seat by aircraft type.
 
FAKER_CXX_EXPORT std::string faker::airline::recordLocator (bool allowNumerics=false)
 Get a random record location.
 
FAKER_CXX_EXPORT std::string faker::airline::flightNumber (bool addLeadingZeros=false, unsigned int length=4)
 Get a random flight number from given length.
 
FAKER_CXX_EXPORT std::string faker::airline::flightNumberByRange (bool addLeadingZeros=false, Range length={1, 4})
 Get a random flight number from given length.
 
diff --git a/Airline_8h.js b/Airline_8h.js index 879c2ecbb..d8d4aac40 100644 --- a/Airline_8h.js +++ b/Airline_8h.js @@ -9,12 +9,12 @@ var Airline_8h = [ "Narrowbody", "Airline_8h.html#aa0f30eb26e69720c80bc6ec9184247b7a05b24a6d4237848d917e06244f7e1736", null ], [ "Widebody", "Airline_8h.html#aa0f30eb26e69720c80bc6ec9184247b7a1023529b16fb0241300737d43d83dd43", null ] ] ], - [ "aircraftType", "Airline_8h.html#a7bbffc434f39726fc3fa8e269e3a6153", null ], - [ "airline", "Airline_8h.html#a2d77cd49e5a018ff59bd3b4af15ad61f", null ], - [ "airplane", "Airline_8h.html#a532d10901dace2ab28b0960f180d7167", null ], - [ "airport", "Airline_8h.html#ac601e607e9255c2b2adfdc7f1164fff5", null ], - [ "flightNumber", "Airline_8h.html#aa56913f27a3e446347815040005a5ad6", null ], - [ "flightNumberByRange", "Airline_8h.html#a05f13ae28d39d5dbcb5b936e4497dd87", null ], - [ "recordLocator", "Airline_8h.html#a37f9fc7a55a48c6b1b751abf672c6b8c", null ], - [ "seat", "Airline_8h.html#ad4616c2354c2f4ed5cb609d5cfe3c6ae", null ] + [ "aircraftType", "Airline_8h.html#a727a0d70eabe9b705561b7a37a329dcd", null ], + [ "airline", "Airline_8h.html#ae206a7cb56b3047e258315df5f7161a9", null ], + [ "airplane", "Airline_8h.html#a088e61d005ef3d6b2e5f31a1b1a879af", null ], + [ "airport", "Airline_8h.html#a92371b24b6158571a8a57abb904ab4e2", null ], + [ "flightNumber", "Airline_8h.html#af528ab7cf1d1a4578ccf79f903337b08", null ], + [ "flightNumberByRange", "Airline_8h.html#aa8b0b5cbbe6eebbd8869fdac9fc5ddc1", null ], + [ "recordLocator", "Airline_8h.html#a9d4a31bb5a16f63ad962a51bfb5ff10a", null ], + [ "seat", "Airline_8h.html#abd4ed31284f90116d7d449776ad57055", null ] ]; \ No newline at end of file diff --git a/Airline_8h__incl.map b/Airline_8h__incl.map index d91a7b95d..dca3d9f04 100644 --- a/Airline_8h__incl.map +++ b/Airline_8h__incl.map @@ -1,5 +1,7 @@ - - - + + + + + diff --git a/Airline_8h__incl.md5 b/Airline_8h__incl.md5 index 216265a56..4a227846d 100644 --- a/Airline_8h__incl.md5 +++ b/Airline_8h__incl.md5 @@ -1 +1 @@ -453cdb435d3d1c9c46cb806eb34b1017 \ No newline at end of file +8b724e7d372fac4d6633c8b41cdd17d6 \ No newline at end of file diff --git a/Airline_8h__incl.png b/Airline_8h__incl.png index 9e1a49ca6..fc230c0b6 100644 Binary files a/Airline_8h__incl.png and b/Airline_8h__incl.png differ diff --git a/Airline_8h_source.html b/Airline_8h_source.html index 271c154ea..02c1242d8 100644 --- a/Airline_8h_source.html +++ b/Airline_8h_source.html @@ -105,93 +105,94 @@ Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
-
4
-
- -
6{
-
16 std::string_view aircraftType();
-
17
-
-
18 struct Airplane
-
19 {
-
20 std::string_view name;
-
21 std::string_view iataTypeCode;
-
22 };
+
4#include "faker-cxx/Export.h"
+
5
+
+ +
7{
+
17 FAKER_CXX_EXPORT std::string_view aircraftType();
+
18
+
+
19 struct FAKER_CXX_EXPORT Airplane
+
20 {
+
21 std::string_view name;
+
22 std::string_view iataTypeCode;
+
23 };
-
23
- -
34
-
- -
36 {
-
37 std::string_view name;
-
38 std::string_view iataCode;
-
39 };
+
24
+
34 FAKER_CXX_EXPORT Airplane airplane();
+
35
+
+
36 struct FAKER_CXX_EXPORT AirlineInfo
+
37 {
+
38 std::string_view name;
+
39 std::string_view iataCode;
+
40 };
-
40
- -
51
-
-
52 struct Airport
-
53 {
-
54 std::string_view name;
-
55 std::string_view iataCode;
-
56 };
+
41
+
51 FAKER_CXX_EXPORT AirlineInfo airline();
+
52
+
+
53 struct FAKER_CXX_EXPORT Airport
+
54 {
+
55 std::string_view name;
+
56 std::string_view iataCode;
+
57 };
-
57
- -
68
-
-
69 enum class AircraftType
-
70 {
- - - -
74 };
+
58
+
68 FAKER_CXX_EXPORT Airport airport();
+
69
+
+
70 enum class AircraftType
+
71 {
+ + + +
75 };
-
75
- -
88
-
99 std::string recordLocator(bool allowNumerics = false);
-
100
-
116 std::string flightNumber(bool addLeadingZeros = false, unsigned int length = 4);
-
117
-
-
118 struct Range
-
119 {
-
120 unsigned int min;
-
121 unsigned int max;
-
122 };
+
76
+
88 FAKER_CXX_EXPORT std::string seat(AircraftType aircraftType);
+
89
+
100 FAKER_CXX_EXPORT std::string recordLocator(bool allowNumerics = false);
+
101
+
117 FAKER_CXX_EXPORT std::string flightNumber(bool addLeadingZeros = false, unsigned int length = 4);
+
118
+
+
119 struct FAKER_CXX_EXPORT Range
+
120 {
+
121 unsigned int min;
+
122 unsigned int max;
+
123 };
-
123
-
139 std::string flightNumberByRange(bool addLeadingZeros = false, Range length = {1, 4});
-
140 }
+
124
+
140 FAKER_CXX_EXPORT std::string flightNumberByRange(bool addLeadingZeros = false, Range length = {1, 4});
+
141}
-
Definition Airline.h:6
-
std::string flightNumberByRange(bool addLeadingZeros=false, Range length={1, 4})
Get a random flight number from given length.
-
AirlineInfo airline()
Get a random airline.
-
std::string recordLocator(bool allowNumerics=false)
Get a random record location.
-
Airplane airplane()
Get a random airplane.
-
std::string_view aircraftType()
Get a random aircraft type.
-
AircraftType
Definition Airline.h:70
+
Definition Airline.h:7
+
FAKER_CXX_EXPORT Airplane airplane()
Get a random airplane.
+
FAKER_CXX_EXPORT std::string_view aircraftType()
Get a random aircraft type.
+
FAKER_CXX_EXPORT Airport airport()
Get a random airport.
+
FAKER_CXX_EXPORT std::string recordLocator(bool allowNumerics=false)
Get a random record location.
+
AircraftType
Definition Airline.h:71
-
std::string flightNumber(bool addLeadingZeros=false, unsigned int length=4)
Get a random flight number from given length.
-
Airport airport()
Get a random airport.
-
std::string seat(AircraftType aircraftType)
Get a random seat by aircraft type.
-
Definition Airline.h:36
-
std::string_view name
Definition Airline.h:37
-
std::string_view iataCode
Definition Airline.h:38
-
Definition Airline.h:19
-
std::string_view name
Definition Airline.h:20
-
std::string_view iataTypeCode
Definition Airline.h:21
-
Definition Airline.h:53
-
std::string_view iataCode
Definition Airline.h:55
-
std::string_view name
Definition Airline.h:54
-
Definition Airline.h:119
-
unsigned int min
Definition Airline.h:120
-
unsigned int max
Definition Airline.h:121
+
FAKER_CXX_EXPORT std::string flightNumberByRange(bool addLeadingZeros=false, Range length={1, 4})
Get a random flight number from given length.
+
FAKER_CXX_EXPORT std::string seat(AircraftType aircraftType)
Get a random seat by aircraft type.
+
FAKER_CXX_EXPORT AirlineInfo airline()
Get a random airline.
+
FAKER_CXX_EXPORT std::string flightNumber(bool addLeadingZeros=false, unsigned int length=4)
Get a random flight number from given length.
+
Definition Airline.h:37
+
std::string_view name
Definition Airline.h:38
+
std::string_view iataCode
Definition Airline.h:39
+
Definition Airline.h:20
+
std::string_view name
Definition Airline.h:21
+
std::string_view iataTypeCode
Definition Airline.h:22
+
Definition Airline.h:54
+
std::string_view iataCode
Definition Airline.h:56
+
std::string_view name
Definition Airline.h:55
+
Definition Airline.h:120
+
unsigned int min
Definition Airline.h:121
+
unsigned int max
Definition Airline.h:122
diff --git a/Animal_8h.html b/Animal_8h.html index 5169989de..c514eb90f 100644 --- a/Animal_8h.html +++ b/Animal_8h.html @@ -106,14 +106,17 @@
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for Animal.h:
- - - + + + + +
@@ -138,51 +141,51 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view faker::animal::bear ()
 Returns a random species of bear.
 
std::string_view faker::animal::bird ()
 Returns a random species of bird.
 
std::string_view faker::animal::cat ()
 Returns a random species of cat.
 
std::string_view faker::animal::cetacean ()
 Returns a random species of cetacean.
 
std::string_view faker::animal::cow ()
 Returns a random species of cow.
 
std::string_view faker::animal::crocodile ()
 Returns a random species of crocodilia.
 
std::string_view faker::animal::dog ()
 Returns a random species of dog.
 
std::string_view faker::animal::fish ()
 Returns a random species of fish.
 
std::string_view faker::animal::horse ()
 Returns a random species of horse.
 
std::string_view faker::animal::insect ()
 Returns a random species of insect.
 
std::string_view faker::animal::lion ()
 Returns a random species of lion.
 
std::string_view faker::animal::rabbit ()
 Returns a random species of rabbit.
 
std::string_view faker::animal::rodent ()
 Returns a random species of rodent.
 
std::string_view faker::animal::snake ()
 Returns a random species of snake.
 
std::string_view faker::animal::type ()
 Returns a random type of animal.
 
FAKER_CXX_EXPORT std::string_view faker::animal::bear ()
 Returns a random species of bear.
 
FAKER_CXX_EXPORT std::string_view faker::animal::bird ()
 Returns a random species of bird.
 
FAKER_CXX_EXPORT std::string_view faker::animal::cat ()
 Returns a random species of cat.
 
FAKER_CXX_EXPORT std::string_view faker::animal::cetacean ()
 Returns a random species of cetacean.
 
FAKER_CXX_EXPORT std::string_view faker::animal::cow ()
 Returns a random species of cow.
 
FAKER_CXX_EXPORT std::string_view faker::animal::crocodile ()
 Returns a random species of crocodilia.
 
FAKER_CXX_EXPORT std::string_view faker::animal::dog ()
 Returns a random species of dog.
 
FAKER_CXX_EXPORT std::string_view faker::animal::fish ()
 Returns a random species of fish.
 
FAKER_CXX_EXPORT std::string_view faker::animal::horse ()
 Returns a random species of horse.
 
FAKER_CXX_EXPORT std::string_view faker::animal::insect ()
 Returns a random species of insect.
 
FAKER_CXX_EXPORT std::string_view faker::animal::lion ()
 Returns a random species of lion.
 
FAKER_CXX_EXPORT std::string_view faker::animal::rabbit ()
 Returns a random species of rabbit.
 
FAKER_CXX_EXPORT std::string_view faker::animal::rodent ()
 Returns a random species of rodent.
 
FAKER_CXX_EXPORT std::string_view faker::animal::snake ()
 Returns a random species of snake.
 
FAKER_CXX_EXPORT std::string_view faker::animal::type ()
 Returns a random type of animal.
 
diff --git a/Animal_8h.js b/Animal_8h.js index 97e8ef660..f26333fec 100644 --- a/Animal_8h.js +++ b/Animal_8h.js @@ -1,18 +1,18 @@ var Animal_8h = [ - [ "bear", "Animal_8h.html#ad5a021941b3217ad85b9bb6468c64afa", null ], - [ "bird", "Animal_8h.html#a659735cbc4de972ba3f35f63ec0d27fe", null ], - [ "cat", "Animal_8h.html#aa1894f1a60279ce88fd47715468317ed", null ], - [ "cetacean", "Animal_8h.html#afc0e7f6df112ea944eb28f7e8869b9ba", null ], - [ "cow", "Animal_8h.html#a92590354ef84eee387f11e3d2bcfddb0", null ], - [ "crocodile", "Animal_8h.html#aeb60e91e3ae3b4e5f19cee1de63fd932", null ], - [ "dog", "Animal_8h.html#ab60c2887a217aab604aa5cf101f2111e", null ], - [ "fish", "Animal_8h.html#ac6d69638f497ee4a4f5bfc8736d77a7a", null ], - [ "horse", "Animal_8h.html#ad84c7f5ba8970e062cec1cf582d93cb8", null ], - [ "insect", "Animal_8h.html#a441d3ba5a0f83f0d9a0ddd65f404ddcd", null ], - [ "lion", "Animal_8h.html#a0b33cb7ee5223c144bb3a1830cebf2c7", null ], - [ "rabbit", "Animal_8h.html#aab77f3014ecba0275f7174123241341a", null ], - [ "rodent", "Animal_8h.html#aa465b0c3ad1aff430a1186bb0e70148f", null ], - [ "snake", "Animal_8h.html#a36ed9fa5bb3848c736f5f8b90feda27c", null ], - [ "type", "Animal_8h.html#a0a1db024b1b8739ed5f1958ef8b6a7d9", null ] + [ "bear", "Animal_8h.html#a1ef73aba70cae19b9c641358f98aa95e", null ], + [ "bird", "Animal_8h.html#a08d156573d0833f51a1801eb304b17e7", null ], + [ "cat", "Animal_8h.html#a4ae8c4c6f1f5bb5e752123bbd4a703bc", null ], + [ "cetacean", "Animal_8h.html#a80fac2d14544020b80c868a20c64b449", null ], + [ "cow", "Animal_8h.html#a19537578e35dd0b29c0795b6f15a229a", null ], + [ "crocodile", "Animal_8h.html#afded126e2aec909fd65966de87a55b66", null ], + [ "dog", "Animal_8h.html#ac9fadd9047d359167a80c26a072d3c83", null ], + [ "fish", "Animal_8h.html#acb99c0a7f282644bcf634def0242d64d", null ], + [ "horse", "Animal_8h.html#a8afb736853a9d86a7bd677c7d3efcb6d", null ], + [ "insect", "Animal_8h.html#a8c4897c2f0595d2dfc7078eb69162467", null ], + [ "lion", "Animal_8h.html#adfd4d918152dc948148116834c308bcf", null ], + [ "rabbit", "Animal_8h.html#a9d703f755381a685727eb7fb8647432a", null ], + [ "rodent", "Animal_8h.html#a28047a3b51fe323aced748c28d803260", null ], + [ "snake", "Animal_8h.html#a2ccedc3f16ba5fb6c4f5eeb2c6c054db", null ], + [ "type", "Animal_8h.html#af243dbc79d1b5d6b5a0d4cd629e23800", null ] ]; \ No newline at end of file diff --git a/Animal_8h__incl.map b/Animal_8h__incl.map index d6745c293..498d80ba2 100644 --- a/Animal_8h__incl.map +++ b/Animal_8h__incl.map @@ -1,5 +1,7 @@ - - - + + + + + diff --git a/Animal_8h__incl.md5 b/Animal_8h__incl.md5 index d46023367..fbe96f07a 100644 --- a/Animal_8h__incl.md5 +++ b/Animal_8h__incl.md5 @@ -1 +1 @@ -f6da4ed1487ca6827c38032c229387dd \ No newline at end of file +efd412a929472a7e0b1da3f78af05b0b \ No newline at end of file diff --git a/Animal_8h__incl.png b/Animal_8h__incl.png index 6bb2ff102..8777a4062 100644 Binary files a/Animal_8h__incl.png and b/Animal_8h__incl.png differ diff --git a/Animal_8h_source.html b/Animal_8h_source.html index b7a7e01cf..4618028aa 100644 --- a/Animal_8h_source.html +++ b/Animal_8h_source.html @@ -105,57 +105,58 @@ Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
-
4
-
-
5namespace faker::animal
-
6{
-
16std::string_view bear();
-
17
-
27std::string_view bird();
-
28
-
38std::string_view cat();
-
39
-
49std::string_view cetacean();
-
50
-
60std::string_view cow();
-
61
-
71std::string_view crocodile();
-
72
-
82std::string_view dog();
-
83
-
93std::string_view fish();
-
94
-
104std::string_view horse();
-
105
-
115std::string_view insect();
-
116
-
126std::string_view lion();
-
127
-
137std::string_view rabbit();
-
138
-
148std::string_view rodent();
-
149
-
159std::string_view snake();
-
160
-
170std::string_view type();
-
171}
+
4#include "faker-cxx/Export.h"
+
5
+
+
6namespace faker::animal
+
7{
+
17FAKER_CXX_EXPORT std::string_view bear();
+
18
+
28FAKER_CXX_EXPORT std::string_view bird();
+
29
+
39FAKER_CXX_EXPORT std::string_view cat();
+
40
+
50FAKER_CXX_EXPORT std::string_view cetacean();
+
51
+
61FAKER_CXX_EXPORT std::string_view cow();
+
62
+
72FAKER_CXX_EXPORT std::string_view crocodile();
+
73
+
83FAKER_CXX_EXPORT std::string_view dog();
+
84
+
94FAKER_CXX_EXPORT std::string_view fish();
+
95
+
105FAKER_CXX_EXPORT std::string_view horse();
+
106
+
116FAKER_CXX_EXPORT std::string_view insect();
+
117
+
127FAKER_CXX_EXPORT std::string_view lion();
+
128
+
138FAKER_CXX_EXPORT std::string_view rabbit();
+
139
+
149FAKER_CXX_EXPORT std::string_view rodent();
+
150
+
160FAKER_CXX_EXPORT std::string_view snake();
+
161
+
171FAKER_CXX_EXPORT std::string_view type();
+
172}
-
Definition Animal.h:6
-
std::string_view type()
Returns a random type of animal.
-
std::string_view lion()
Returns a random species of lion.
-
std::string_view snake()
Returns a random species of snake.
-
std::string_view insect()
Returns a random species of insect.
-
std::string_view bird()
Returns a random species of bird.
-
std::string_view cow()
Returns a random species of cow.
-
std::string_view cat()
Returns a random species of cat.
-
std::string_view rodent()
Returns a random species of rodent.
-
std::string_view rabbit()
Returns a random species of rabbit.
-
std::string_view dog()
Returns a random species of dog.
-
std::string_view fish()
Returns a random species of fish.
-
std::string_view bear()
Returns a random species of bear.
-
std::string_view horse()
Returns a random species of horse.
-
std::string_view crocodile()
Returns a random species of crocodilia.
-
std::string_view cetacean()
Returns a random species of cetacean.
+
Definition Animal.h:7
+
FAKER_CXX_EXPORT std::string_view bird()
Returns a random species of bird.
+
FAKER_CXX_EXPORT std::string_view cow()
Returns a random species of cow.
+
FAKER_CXX_EXPORT std::string_view bear()
Returns a random species of bear.
+
FAKER_CXX_EXPORT std::string_view rodent()
Returns a random species of rodent.
+
FAKER_CXX_EXPORT std::string_view snake()
Returns a random species of snake.
+
FAKER_CXX_EXPORT std::string_view cat()
Returns a random species of cat.
+
FAKER_CXX_EXPORT std::string_view cetacean()
Returns a random species of cetacean.
+
FAKER_CXX_EXPORT std::string_view horse()
Returns a random species of horse.
+
FAKER_CXX_EXPORT std::string_view insect()
Returns a random species of insect.
+
FAKER_CXX_EXPORT std::string_view rabbit()
Returns a random species of rabbit.
+
FAKER_CXX_EXPORT std::string_view dog()
Returns a random species of dog.
+
FAKER_CXX_EXPORT std::string_view fish()
Returns a random species of fish.
+
FAKER_CXX_EXPORT std::string_view lion()
Returns a random species of lion.
+
FAKER_CXX_EXPORT std::string_view type()
Returns a random type of animal.
+
FAKER_CXX_EXPORT std::string_view crocodile()
Returns a random species of crocodilia.
diff --git a/Book_8h.html b/Book_8h.html index 70dcf1299..854734847 100644 --- a/Book_8h.html +++ b/Book_8h.html @@ -106,14 +106,17 @@
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for Book.h:
- - - + + + + +
@@ -138,24 +141,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +

Functions

std::string_view faker::book::title ()
 Returns a random book title.
 
std::string_view faker::book::genre ()
 Returns a random book genre.
 
std::string_view faker::book::author ()
 Returns a random book author.
 
std::string_view faker::book::publisher ()
 Returns a random book publisher.
 
std::string_view faker::book::format ()
 Returns format of book.
 
std::string_view faker::book::series ()
 returns a random book series
 
FAKER_CXX_EXPORT std::string_view faker::book::title ()
 Returns a random book title.
 
FAKER_CXX_EXPORT std::string_view faker::book::genre ()
 Returns a random book genre.
 
FAKER_CXX_EXPORT std::string_view faker::book::author ()
 Returns a random book author.
 
FAKER_CXX_EXPORT std::string_view faker::book::publisher ()
 Returns a random book publisher.
 
FAKER_CXX_EXPORT std::string_view faker::book::format ()
 Returns format of book.
 
FAKER_CXX_EXPORT std::string_view faker::book::series ()
 returns a random book series
 
diff --git a/Book_8h.js b/Book_8h.js index f9af2ee9c..655c3f76e 100644 --- a/Book_8h.js +++ b/Book_8h.js @@ -1,9 +1,9 @@ var Book_8h = [ - [ "author", "Book_8h.html#a9d0b2419884e08a03abcaf3eab1404f8", null ], - [ "format", "Book_8h.html#a2cc4b90b4520f1c6270b75c04bb6d9e9", null ], - [ "genre", "Book_8h.html#a386ea74bfcbe29d2ee6d548b84d22913", null ], - [ "publisher", "Book_8h.html#af7a880b84f03ecde0682f5f6902cce36", null ], - [ "series", "Book_8h.html#ade2c418d498da58f35ef8d2598695bac", null ], - [ "title", "Book_8h.html#ae4056294f2921db836fcbfc6ab7a989a", null ] + [ "author", "Book_8h.html#a79b26014c07fdacac3e0577c0c42deb4", null ], + [ "format", "Book_8h.html#a82befa5a03d3cbaf833aae155d6aa59d", null ], + [ "genre", "Book_8h.html#a54abd69be2c8c7cc922be0e96ba3a4e4", null ], + [ "publisher", "Book_8h.html#a1fa4a557140820ec75d9411d082950f6", null ], + [ "series", "Book_8h.html#a3ed50eb1ee042cf87f5cddc940578e20", null ], + [ "title", "Book_8h.html#af6280d543f49b04263f1efd7b3399bd5", null ] ]; \ No newline at end of file diff --git a/Book_8h__incl.map b/Book_8h__incl.map index cb7588dc3..167e6ce53 100644 --- a/Book_8h__incl.map +++ b/Book_8h__incl.map @@ -1,5 +1,7 @@ - - - + + + + + diff --git a/Book_8h__incl.md5 b/Book_8h__incl.md5 index bd0171902..b8437e12e 100644 --- a/Book_8h__incl.md5 +++ b/Book_8h__incl.md5 @@ -1 +1 @@ -6c0f312947fb566e42b456a399df0c6b \ No newline at end of file +db69eb2bfc7eb640b66e9aee6ec33cee \ No newline at end of file diff --git a/Book_8h__incl.png b/Book_8h__incl.png index 9872eb869..0b0e2aedc 100644 Binary files a/Book_8h__incl.png and b/Book_8h__incl.png differ diff --git a/Book_8h_source.html b/Book_8h_source.html index 82fbc4483..e258d73f8 100644 --- a/Book_8h_source.html +++ b/Book_8h_source.html @@ -105,30 +105,31 @@ Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
-
4
-
-
5namespace faker::book
-
6{
-
16std::string_view title();
-
17
-
27std::string_view genre();
-
28
-
38std::string_view author();
-
39
-
49std::string_view publisher();
-
50
-
60std::string_view format();
-
61
-
71std::string_view series();
-
72}
+
4#include "faker-cxx/Export.h"
+
5
+
+
6namespace faker::book
+
7{
+
17FAKER_CXX_EXPORT std::string_view title();
+
18
+
28FAKER_CXX_EXPORT std::string_view genre();
+
29
+
39FAKER_CXX_EXPORT std::string_view author();
+
40
+
50FAKER_CXX_EXPORT std::string_view publisher();
+
51
+
61FAKER_CXX_EXPORT std::string_view format();
+
62
+
72FAKER_CXX_EXPORT std::string_view series();
+
73}
-
Definition Book.h:6
-
std::string_view format()
Returns format of book.
-
std::string_view genre()
Returns a random book genre.
-
std::string_view author()
Returns a random book author.
-
std::string_view series()
returns a random book series
-
std::string_view title()
Returns a random book title.
-
std::string_view publisher()
Returns a random book publisher.
+
Definition Book.h:7
+
FAKER_CXX_EXPORT std::string_view publisher()
Returns a random book publisher.
+
FAKER_CXX_EXPORT std::string_view series()
returns a random book series
+
FAKER_CXX_EXPORT std::string_view genre()
Returns a random book genre.
+
FAKER_CXX_EXPORT std::string_view author()
Returns a random book author.
+
FAKER_CXX_EXPORT std::string_view format()
Returns format of book.
+
FAKER_CXX_EXPORT std::string_view title()
Returns a random book title.
diff --git a/Color_8h.html b/Color_8h.html index 7e236ffda..8de8f3f2e 100644 --- a/Color_8h.html +++ b/Color_8h.html @@ -107,16 +107,19 @@
#include <string>
#include "types/Hex.h"
+#include "faker-cxx/Export.h"
Include dependency graph for Color.h:
- - - - - + + + + + + +
@@ -141,36 +144,36 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view faker::color::name ()
 Returns a random color.
 
std::string faker::color::rgb (bool includeAlpha=false)
 Returns an RGB color.
 
std::string faker::color::hex (HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::Hash, bool includeAlpha=false)
 Returns a hex color.
 
std::string faker::color::hsl (bool includeAlpha=false)
 Returns an HSL color.
 
std::string faker::color::lch (bool includeAlpha=false)
 Returns an LCH color.
 
std::string faker::color::cmyk ()
 Return a CMYK color.
 
std::string faker::color::lab ()
 Return a LAB color.
 
std::string faker::color::hsb ()
 Return a HSB color.
 
std::string faker::color::hsv ()
 Return a HSV color.
 
std::string faker::color::yuv ()
 Return a YUV color.
 
FAKER_CXX_EXPORT std::string_view faker::color::name ()
 Returns a random color.
 
FAKER_CXX_EXPORT std::string faker::color::rgb (bool includeAlpha=false)
 Returns an RGB color.
 
FAKER_CXX_EXPORT std::string faker::color::hex (HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::Hash, bool includeAlpha=false)
 Returns a hex color.
 
FAKER_CXX_EXPORT std::string faker::color::hsl (bool includeAlpha=false)
 Returns an HSL color.
 
FAKER_CXX_EXPORT std::string faker::color::lch (bool includeAlpha=false)
 Returns an LCH color.
 
FAKER_CXX_EXPORT std::string faker::color::cmyk ()
 Return a CMYK color.
 
FAKER_CXX_EXPORT std::string faker::color::lab ()
 Return a LAB color.
 
FAKER_CXX_EXPORT std::string faker::color::hsb ()
 Return a HSB color.
 
FAKER_CXX_EXPORT std::string faker::color::hsv ()
 Return a HSV color.
 
FAKER_CXX_EXPORT std::string faker::color::yuv ()
 Return a YUV color.
 
diff --git a/Color_8h.js b/Color_8h.js index e363c33c3..be7fad912 100644 --- a/Color_8h.js +++ b/Color_8h.js @@ -1,13 +1,13 @@ var Color_8h = [ - [ "cmyk", "Color_8h.html#af9489b47125df91562d9dfe74baa48d6", null ], - [ "hex", "Color_8h.html#a6898fd424937d70c224b2e865ee95c36", null ], - [ "hsb", "Color_8h.html#a2a9fbb291d06dac5bbf080df7f071029", null ], - [ "hsl", "Color_8h.html#acfeb67e5d7107fb3458dd1f85f92cca0", null ], - [ "hsv", "Color_8h.html#a211a94576870c858386db5f385e431c9", null ], - [ "lab", "Color_8h.html#aa663b09a8bbd624fda6d1be5e3bfdc9e", null ], - [ "lch", "Color_8h.html#a816a0c0be275b89b64c35ecf2cc4f28a", null ], - [ "name", "Color_8h.html#a2a16d64d3382baf7f172b4202339d0cd", null ], - [ "rgb", "Color_8h.html#a7cb3694851af1b3ff9d8749a79a8edbc", null ], - [ "yuv", "Color_8h.html#aa19e81ff75573b59f41c95efc2b72f21", null ] + [ "cmyk", "Color_8h.html#a029e95b2d93b04c1b07ecf8e1942f690", null ], + [ "hex", "Color_8h.html#ad77b26473e833e142dbcf4b7eb40151d", null ], + [ "hsb", "Color_8h.html#a95505c20701451ee42aba82bc5209264", null ], + [ "hsl", "Color_8h.html#a036bd0fa934a250f82eeb08c6a74bfcd", null ], + [ "hsv", "Color_8h.html#a125a5d22271e5883e4b4c939324eabcf", null ], + [ "lab", "Color_8h.html#afd8333f4cc9596e3819ad009f6080528", null ], + [ "lch", "Color_8h.html#a7c586ab6590f34db1170dbd586bf18b1", null ], + [ "name", "Color_8h.html#a293bb321a832653d0436df1fcdccacbf", null ], + [ "rgb", "Color_8h.html#af6a5bd8e9feb97f01ef3a41621cec14a", null ], + [ "yuv", "Color_8h.html#a8e30cdd5e0f2d52ca7a21c37a5843d3f", null ] ]; \ No newline at end of file diff --git a/Color_8h__incl.map b/Color_8h__incl.map index ea036a2b4..7e912ece1 100644 --- a/Color_8h__incl.map +++ b/Color_8h__incl.map @@ -1,7 +1,9 @@ - - - - - + + + + + + + diff --git a/Color_8h__incl.md5 b/Color_8h__incl.md5 index ed3ad88e4..9e4538136 100644 --- a/Color_8h__incl.md5 +++ b/Color_8h__incl.md5 @@ -1 +1 @@ -e0cfb502d0fa5e586d5d4fd60502024d \ No newline at end of file +6c506d9e58569b123c9ad3290bb4ac3e \ No newline at end of file diff --git a/Color_8h__incl.png b/Color_8h__incl.png index 0813ef8ae..5c4ef7d1b 100644 Binary files a/Color_8h__incl.png and b/Color_8h__incl.png differ diff --git a/Color_8h_source.html b/Color_8h_source.html index 07ad13f87..496bcf24f 100644 --- a/Color_8h_source.html +++ b/Color_8h_source.html @@ -107,42 +107,43 @@
3#include <string>
4
5#include "types/Hex.h"
-
6
-
-
7namespace faker::color
-
8{
-
18std::string_view name();
-
19
-
32std::string rgb(bool includeAlpha = false);
-
33
-
48std::string hex(HexCasing casing = HexCasing::Lower, HexPrefix prefix = HexPrefix::Hash, bool includeAlpha = false);
-
49
-
60std::string hsl(bool includeAlpha = false);
-
61
-
72std::string lch(bool includeAlpha = false);
-
73
-
82std::string cmyk();
-
83
-
92std::string lab();
-
93
-
102std::string hsb();
-
103
-
112std::string hsv();
-
113
-
122std::string yuv();
-
123}
+
6#include "faker-cxx/Export.h"
+
7
+
+
8namespace faker::color
+
9{
+
19FAKER_CXX_EXPORT std::string_view name();
+
20
+
33FAKER_CXX_EXPORT std::string rgb(bool includeAlpha = false);
+
34
+
49FAKER_CXX_EXPORT std::string hex(HexCasing casing = HexCasing::Lower, HexPrefix prefix = HexPrefix::Hash, bool includeAlpha = false);
+
50
+
61FAKER_CXX_EXPORT std::string hsl(bool includeAlpha = false);
+
62
+
73FAKER_CXX_EXPORT std::string lch(bool includeAlpha = false);
+
74
+
83FAKER_CXX_EXPORT std::string cmyk();
+
84
+
93FAKER_CXX_EXPORT std::string lab();
+
94
+
103FAKER_CXX_EXPORT std::string hsb();
+
104
+
113FAKER_CXX_EXPORT std::string hsv();
+
114
+
123FAKER_CXX_EXPORT std::string yuv();
+
124}
-
Definition Color.h:8
-
std::string hsv()
Return a HSV color.
-
std::string_view name()
Returns a random color.
-
std::string hsb()
Return a HSB color.
-
std::string hex(HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::Hash, bool includeAlpha=false)
Returns a hex color.
-
std::string rgb(bool includeAlpha=false)
Returns an RGB color.
-
std::string lch(bool includeAlpha=false)
Returns an LCH color.
-
std::string yuv()
Return a YUV color.
-
std::string lab()
Return a LAB color.
-
std::string hsl(bool includeAlpha=false)
Returns an HSL color.
-
std::string cmyk()
Return a CMYK color.
+
Definition Color.h:9
+
FAKER_CXX_EXPORT std::string cmyk()
Return a CMYK color.
+
FAKER_CXX_EXPORT std::string hsl(bool includeAlpha=false)
Returns an HSL color.
+
FAKER_CXX_EXPORT std::string hsv()
Return a HSV color.
+
FAKER_CXX_EXPORT std::string_view name()
Returns a random color.
+
FAKER_CXX_EXPORT std::string lch(bool includeAlpha=false)
Returns an LCH color.
+
FAKER_CXX_EXPORT std::string yuv()
Return a YUV color.
+
FAKER_CXX_EXPORT std::string hsb()
Return a HSB color.
+
FAKER_CXX_EXPORT std::string hex(HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::Hash, bool includeAlpha=false)
Returns a hex color.
+
FAKER_CXX_EXPORT std::string rgb(bool includeAlpha=false)
Returns an RGB color.
+
FAKER_CXX_EXPORT std::string lab()
Return a LAB color.
diff --git a/Commerce_8h.html b/Commerce_8h.html index 5471a95b0..d49a0f097 100644 --- a/Commerce_8h.html +++ b/Commerce_8h.html @@ -106,14 +106,17 @@
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for Commerce.h:
- - - + + + + +
@@ -138,60 +141,60 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view faker::commerce::department ()
 Returns a random commerce department.
 
std::string faker::commerce::sku (unsigned length=4)
 Generates a random sku by default only with digits.
 
std::string_view faker::commerce::productAdjective ()
 Returns a random product adjective.
 
std::string_view faker::commerce::productMaterial ()
 Returns a random product material.
 
std::string_view faker::commerce::productName ()
 Returns a random product short name.
 
std::string faker::commerce::productFullName ()
 Returns a random product full name.
 
std::string faker::commerce::EAN13 ()
 Returns a random valid ean13 code.
 
std::string faker::commerce::EAN8 ()
 Returns a random valid ean8 code.
 
std::string faker::commerce::ISBN13 ()
 Returns a random valid isbn13 code.
 
std::string faker::commerce::ISBN10 ()
 Returns a random valid ISBN10 code.
 
std::string_view faker::commerce::paymentType ()
 Returns a random payment type.
 
std::string_view faker::commerce::paymentProvider ()
 Returns a random payment provider.
 
std::string_view faker::commerce::productDescription ()
 Returns a random product description.
 
std::string_view faker::commerce::productCategory ()
 Returns a random product category.
 
std::string_view faker::commerce::productReview ()
 Returns a random product review.
 
std::string_view faker::commerce::discountType ()
 Returns a random discount type.
 
std::string_view faker::commerce::orderStatus ()
 Returns a random order status.
 
std::string_view faker::commerce::shippingCarrier ()
 Returns a random shipping carrier.
 
FAKER_CXX_EXPORT std::string_view faker::commerce::department ()
 Returns a random commerce department.
 
FAKER_CXX_EXPORT std::string faker::commerce::sku (unsigned length=4)
 Generates a random sku by default only with digits.
 
FAKER_CXX_EXPORT std::string_view faker::commerce::productAdjective ()
 Returns a random product adjective.
 
FAKER_CXX_EXPORT std::string_view faker::commerce::productMaterial ()
 Returns a random product material.
 
FAKER_CXX_EXPORT std::string_view faker::commerce::productName ()
 Returns a random product short name.
 
FAKER_CXX_EXPORT std::string faker::commerce::productFullName ()
 Returns a random product full name.
 
FAKER_CXX_EXPORT std::string faker::commerce::EAN13 ()
 Returns a random valid ean13 code.
 
FAKER_CXX_EXPORT std::string faker::commerce::EAN8 ()
 Returns a random valid ean8 code.
 
FAKER_CXX_EXPORT std::string faker::commerce::ISBN13 ()
 Returns a random valid isbn13 code.
 
FAKER_CXX_EXPORT std::string faker::commerce::ISBN10 ()
 Returns a random valid ISBN10 code.
 
FAKER_CXX_EXPORT std::string_view faker::commerce::paymentType ()
 Returns a random payment type.
 
FAKER_CXX_EXPORT std::string_view faker::commerce::paymentProvider ()
 Returns a random payment provider.
 
FAKER_CXX_EXPORT std::string_view faker::commerce::productDescription ()
 Returns a random product description.
 
FAKER_CXX_EXPORT std::string_view faker::commerce::productCategory ()
 Returns a random product category.
 
FAKER_CXX_EXPORT std::string_view faker::commerce::productReview ()
 Returns a random product review.
 
FAKER_CXX_EXPORT std::string_view faker::commerce::discountType ()
 Returns a random discount type.
 
FAKER_CXX_EXPORT std::string_view faker::commerce::orderStatus ()
 Returns a random order status.
 
FAKER_CXX_EXPORT std::string_view faker::commerce::shippingCarrier ()
 Returns a random shipping carrier.
 
diff --git a/Commerce_8h.js b/Commerce_8h.js index 8cb573107..99bf5a9c6 100644 --- a/Commerce_8h.js +++ b/Commerce_8h.js @@ -1,21 +1,21 @@ var Commerce_8h = [ - [ "department", "Commerce_8h.html#ad82d35d974f7c505ea154b563fed6e30", null ], - [ "discountType", "Commerce_8h.html#ad09a0936789345df3fab4e73032147d5", null ], - [ "EAN13", "Commerce_8h.html#a6838409b7aefcb1c2d5e9f15baec5652", null ], - [ "EAN8", "Commerce_8h.html#ac9821a0d4e9cee4261d9018e73ae2c63", null ], - [ "ISBN10", "Commerce_8h.html#a2912ccbb9ff253974228ad4ba91cf143", null ], - [ "ISBN13", "Commerce_8h.html#adeaebda5734246f7a724728201b1defe", null ], - [ "orderStatus", "Commerce_8h.html#aafc87028ca92f0d8b3eaad0cb363d667", null ], - [ "paymentProvider", "Commerce_8h.html#ae6c4f540f2ed5a7c831ff3bade441073", null ], - [ "paymentType", "Commerce_8h.html#a3838977c5ae5445441d48b56964213c7", null ], - [ "productAdjective", "Commerce_8h.html#affe41436fe6e1ebc5eb09befcb6f53e6", null ], - [ "productCategory", "Commerce_8h.html#a0320bc93f754b7eb9eeed858c7344248", null ], - [ "productDescription", "Commerce_8h.html#abc27276e3d8e93ad18a501f73ec99fbe", null ], - [ "productFullName", "Commerce_8h.html#a921e1417a9fe438394af78ec4b8e4c8d", null ], - [ "productMaterial", "Commerce_8h.html#acebbf2cef45c94ac4f39b311d25e8223", null ], - [ "productName", "Commerce_8h.html#ad48fbf50a107c6de20d6540c0b00cba1", null ], - [ "productReview", "Commerce_8h.html#ac84968174c317bd952598cd1281dec37", null ], - [ "shippingCarrier", "Commerce_8h.html#a344044b0da3517b9d968ccf5c8610a80", null ], - [ "sku", "Commerce_8h.html#a9413d659f705402cba84ece0c5ec879c", null ] + [ "department", "Commerce_8h.html#aa827bdcf2a4e231ef3cbc4acf919f3d7", null ], + [ "discountType", "Commerce_8h.html#a3963d6ad53009787e4c657207c8c02aa", null ], + [ "EAN13", "Commerce_8h.html#ae29ab09dde346d41b789676f98b8acde", null ], + [ "EAN8", "Commerce_8h.html#a9542b2c498314999484d775dedcad584", null ], + [ "ISBN10", "Commerce_8h.html#ab0f57fa4c4048bf1f650a9c01260a1dd", null ], + [ "ISBN13", "Commerce_8h.html#ad139ddf45f996ffb8bb46300b5c45d2a", null ], + [ "orderStatus", "Commerce_8h.html#a13a93e336f165d20d12b8ec87f0474d3", null ], + [ "paymentProvider", "Commerce_8h.html#aaee3e8a8ac13ef1bca94ea4a2ae64bbb", null ], + [ "paymentType", "Commerce_8h.html#a4c926b19d1b601b79a969156b45eae9d", null ], + [ "productAdjective", "Commerce_8h.html#a0767f0edbfc021d21149d2583476b3b3", null ], + [ "productCategory", "Commerce_8h.html#a7f2067928a50de564287aa5e0753445a", null ], + [ "productDescription", "Commerce_8h.html#a0e9144b0cacc99897b9588054e7144e4", null ], + [ "productFullName", "Commerce_8h.html#aabfaaadc046e4e018c27ed9c57337d00", null ], + [ "productMaterial", "Commerce_8h.html#a5018e5e2b10219564480dfef0296e8d1", null ], + [ "productName", "Commerce_8h.html#ad124314928b407f6d0a8ac49e73202e3", null ], + [ "productReview", "Commerce_8h.html#a20b4871d2883313f9dbbf4705c27fba9", null ], + [ "shippingCarrier", "Commerce_8h.html#a4cccf9c8c2dc76301d318ffd6a9f871f", null ], + [ "sku", "Commerce_8h.html#a0918e8976829a3294edab1bece0dd282", null ] ]; \ No newline at end of file diff --git a/Commerce_8h__incl.map b/Commerce_8h__incl.map index f14d70c74..9ce3aed35 100644 --- a/Commerce_8h__incl.map +++ b/Commerce_8h__incl.map @@ -1,5 +1,7 @@ - - - + + + + + diff --git a/Commerce_8h__incl.md5 b/Commerce_8h__incl.md5 index 49d186f32..edc1bd327 100644 --- a/Commerce_8h__incl.md5 +++ b/Commerce_8h__incl.md5 @@ -1 +1 @@ -9821d9247fbfcf18e6f31e17e046918f \ No newline at end of file +06e8d1265527ba99404aef5a20f15c6d \ No newline at end of file diff --git a/Commerce_8h__incl.png b/Commerce_8h__incl.png index 1a171751b..e628a3469 100644 Binary files a/Commerce_8h__incl.png and b/Commerce_8h__incl.png differ diff --git a/Commerce_8h_source.html b/Commerce_8h_source.html index 434a69d88..1819d722a 100644 --- a/Commerce_8h_source.html +++ b/Commerce_8h_source.html @@ -105,66 +105,67 @@ Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
-
4
-
- -
6{
-
16std::string_view department();
-
17
-
28std::string sku(unsigned length = 4);
-
29
-
39std::string_view productAdjective();
-
40
-
50std::string_view productMaterial();
-
51
-
61std::string_view productName();
-
62
-
72std::string productFullName();
-
73
-
83std::string EAN13();
-
84
-
94std::string EAN8();
-
95
-
105std::string ISBN13();
-
106
-
116std::string ISBN10();
-
117
-
127std::string_view paymentType();
-
128
-
138std::string_view paymentProvider();
-
139
-
149std::string_view productDescription();
-
150
-
160std::string_view productCategory();
-
161
-
171std::string_view productReview();
-
172
-
182std::string_view discountType();
-
183
-
193std::string_view orderStatus();
-
194
-
204std::string_view shippingCarrier();
-
205}
+
4#include "faker-cxx/Export.h"
+
5
+
+ +
7{
+
17FAKER_CXX_EXPORT std::string_view department();
+
18
+
29FAKER_CXX_EXPORT std::string sku(unsigned length = 4);
+
30
+
40FAKER_CXX_EXPORT std::string_view productAdjective();
+
41
+
51FAKER_CXX_EXPORT std::string_view productMaterial();
+
52
+
62FAKER_CXX_EXPORT std::string_view productName();
+
63
+
73FAKER_CXX_EXPORT std::string productFullName();
+
74
+
84FAKER_CXX_EXPORT std::string EAN13();
+
85
+
95FAKER_CXX_EXPORT std::string EAN8();
+
96
+
106FAKER_CXX_EXPORT std::string ISBN13();
+
107
+
117FAKER_CXX_EXPORT std::string ISBN10();
+
118
+
128FAKER_CXX_EXPORT std::string_view paymentType();
+
129
+
139FAKER_CXX_EXPORT std::string_view paymentProvider();
+
140
+
150FAKER_CXX_EXPORT std::string_view productDescription();
+
151
+
161FAKER_CXX_EXPORT std::string_view productCategory();
+
162
+
172FAKER_CXX_EXPORT std::string_view productReview();
+
173
+
183FAKER_CXX_EXPORT std::string_view discountType();
+
184
+
194FAKER_CXX_EXPORT std::string_view orderStatus();
+
195
+
205FAKER_CXX_EXPORT std::string_view shippingCarrier();
+
206}
-
Definition Commerce.h:6
-
std::string_view productCategory()
Returns a random product category.
-
std::string ISBN10()
Returns a random valid ISBN10 code.
-
std::string_view shippingCarrier()
Returns a random shipping carrier.
-
std::string_view paymentType()
Returns a random payment type.
-
std::string EAN13()
Returns a random valid ean13 code.
-
std::string productFullName()
Returns a random product full name.
-
std::string sku(unsigned length=4)
Generates a random sku by default only with digits.
-
std::string_view orderStatus()
Returns a random order status.
-
std::string_view productDescription()
Returns a random product description.
-
std::string_view productReview()
Returns a random product review.
-
std::string EAN8()
Returns a random valid ean8 code.
-
std::string_view productMaterial()
Returns a random product material.
-
std::string_view discountType()
Returns a random discount type.
-
std::string_view productName()
Returns a random product short name.
-
std::string_view department()
Returns a random commerce department.
-
std::string ISBN13()
Returns a random valid isbn13 code.
-
std::string_view paymentProvider()
Returns a random payment provider.
-
std::string_view productAdjective()
Returns a random product adjective.
+
Definition Commerce.h:7
+
FAKER_CXX_EXPORT std::string_view productAdjective()
Returns a random product adjective.
+
FAKER_CXX_EXPORT std::string sku(unsigned length=4)
Generates a random sku by default only with digits.
+
FAKER_CXX_EXPORT std::string_view productDescription()
Returns a random product description.
+
FAKER_CXX_EXPORT std::string_view orderStatus()
Returns a random order status.
+
FAKER_CXX_EXPORT std::string_view productReview()
Returns a random product review.
+
FAKER_CXX_EXPORT std::string_view discountType()
Returns a random discount type.
+
FAKER_CXX_EXPORT std::string_view paymentType()
Returns a random payment type.
+
FAKER_CXX_EXPORT std::string_view shippingCarrier()
Returns a random shipping carrier.
+
FAKER_CXX_EXPORT std::string_view productMaterial()
Returns a random product material.
+
FAKER_CXX_EXPORT std::string_view productCategory()
Returns a random product category.
+
FAKER_CXX_EXPORT std::string EAN8()
Returns a random valid ean8 code.
+
FAKER_CXX_EXPORT std::string_view department()
Returns a random commerce department.
+
FAKER_CXX_EXPORT std::string productFullName()
Returns a random product full name.
+
FAKER_CXX_EXPORT std::string_view paymentProvider()
Returns a random payment provider.
+
FAKER_CXX_EXPORT std::string ISBN10()
Returns a random valid ISBN10 code.
+
FAKER_CXX_EXPORT std::string_view productName()
Returns a random product short name.
+
FAKER_CXX_EXPORT std::string ISBN13()
Returns a random valid isbn13 code.
+
FAKER_CXX_EXPORT std::string EAN13()
Returns a random valid ean13 code.
diff --git a/Company_8h.html b/Company_8h.html index 39178da92..5a556bf63 100644 --- a/Company_8h.html +++ b/Company_8h.html @@ -106,14 +106,17 @@
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for Company.h:
- - - + + + + +
@@ -138,39 +141,39 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string faker::company::name ()
 Returns a random company name.
 
std::string_view faker::company::type ()
 Returns a random company type.
 
std::string_view faker::company::industry ()
 Returns a random company industry.
 
std::string faker::company::buzzPhrase ()
 Returns a random buzz phrase.
 
std::string_view faker::company::buzzAdjective ()
 Returns a random buzz adjective.
 
std::string_view faker::company::buzzNoun ()
 Returns a random buzz noun.
 
std::string_view faker::company::buzzVerb ()
 Returns a random buzz verb.
 
std::string faker::company::catchPhrase ()
 Returns a random catch phrase.
 
std::string_view faker::company::catchPhraseAdjective ()
 Returns a random catch phrase adjective.
 
std::string_view faker::company::catchPhraseDescriptor ()
 Returns a random catch phrase descriptor.
 
std::string_view faker::company::catchPhraseNoun ()
 Returns a random catch phrase noun.
 
FAKER_CXX_EXPORT std::string faker::company::name ()
 Returns a random company name.
 
FAKER_CXX_EXPORT std::string_view faker::company::type ()
 Returns a random company type.
 
FAKER_CXX_EXPORT std::string_view faker::company::industry ()
 Returns a random company industry.
 
FAKER_CXX_EXPORT std::string faker::company::buzzPhrase ()
 Returns a random buzz phrase.
 
FAKER_CXX_EXPORT std::string_view faker::company::buzzAdjective ()
 Returns a random buzz adjective.
 
FAKER_CXX_EXPORT std::string_view faker::company::buzzNoun ()
 Returns a random buzz noun.
 
FAKER_CXX_EXPORT std::string_view faker::company::buzzVerb ()
 Returns a random buzz verb.
 
FAKER_CXX_EXPORT std::string faker::company::catchPhrase ()
 Returns a random catch phrase.
 
FAKER_CXX_EXPORT std::string_view faker::company::catchPhraseAdjective ()
 Returns a random catch phrase adjective.
 
FAKER_CXX_EXPORT std::string_view faker::company::catchPhraseDescriptor ()
 Returns a random catch phrase descriptor.
 
FAKER_CXX_EXPORT std::string_view faker::company::catchPhraseNoun ()
 Returns a random catch phrase noun.
 
diff --git a/Company_8h.js b/Company_8h.js index 63eb6e454..e1309af16 100644 --- a/Company_8h.js +++ b/Company_8h.js @@ -1,14 +1,14 @@ var Company_8h = [ - [ "buzzAdjective", "Company_8h.html#aaf120e7adb5e24d8d94f479576a9e8c7", null ], - [ "buzzNoun", "Company_8h.html#a50624bd179518d6d5166255f0264dab9", null ], - [ "buzzPhrase", "Company_8h.html#ad422fd122239ff98caf2f6a45f35283c", null ], - [ "buzzVerb", "Company_8h.html#a21797f2223123548175f7d5dd2c45f6f", null ], - [ "catchPhrase", "Company_8h.html#a608ea4e643a21838e4795171f26da534", null ], - [ "catchPhraseAdjective", "Company_8h.html#ae291000bf7d9a9c05df42d81e8636d1b", null ], - [ "catchPhraseDescriptor", "Company_8h.html#a9195068e45b08b5a63eab35e7aed8ed2", null ], - [ "catchPhraseNoun", "Company_8h.html#a24534f4c4a1de600425e21b6735119c7", null ], - [ "industry", "Company_8h.html#aa030fd86bdd5c05c7b0b4dac879bb195", null ], - [ "name", "Company_8h.html#aedaea9cbddd9eaee8057bae2b5d00881", null ], - [ "type", "Company_8h.html#a185d71b9899abe7d59ab03e428a6c001", null ] + [ "buzzAdjective", "Company_8h.html#a02b67ebf0ef4b30a7a48776b158e105a", null ], + [ "buzzNoun", "Company_8h.html#a1099f8aca6deb4fc3c00c3df3e04bc80", null ], + [ "buzzPhrase", "Company_8h.html#a1e590c592a3cdbf5583383ee859f74d7", null ], + [ "buzzVerb", "Company_8h.html#a94c98fe534829a1d8a017ceea772d07a", null ], + [ "catchPhrase", "Company_8h.html#a04a7737b2377799810caba6a6b0311ee", null ], + [ "catchPhraseAdjective", "Company_8h.html#a8a13dd8359d3aa09f1e2d191b2e22b67", null ], + [ "catchPhraseDescriptor", "Company_8h.html#a2d7397f6a1cbbae0bc3b3337094ac407", null ], + [ "catchPhraseNoun", "Company_8h.html#a0136b25088ae46b23aefdd19eaebcc64", null ], + [ "industry", "Company_8h.html#ae40143ae16868dff4073b9b1c8aff922", null ], + [ "name", "Company_8h.html#a7694dca1bd7ccd65e4303695231a561b", null ], + [ "type", "Company_8h.html#a4d010c731f63c97b86e98c5a885982bb", null ] ]; \ No newline at end of file diff --git a/Company_8h__incl.map b/Company_8h__incl.map index 65423d96f..7b211569a 100644 --- a/Company_8h__incl.map +++ b/Company_8h__incl.map @@ -1,5 +1,7 @@ - - - + + + + + diff --git a/Company_8h__incl.md5 b/Company_8h__incl.md5 index 5224dbef3..045345598 100644 --- a/Company_8h__incl.md5 +++ b/Company_8h__incl.md5 @@ -1 +1 @@ -d4ec0e95dba6ccad0935c0552feee468 \ No newline at end of file +66a953242adacff6f377be8e45410f66 \ No newline at end of file diff --git a/Company_8h__incl.png b/Company_8h__incl.png index 964316f4e..cd9c7c0ca 100644 Binary files a/Company_8h__incl.png and b/Company_8h__incl.png differ diff --git a/Company_8h_source.html b/Company_8h_source.html index aa478b147..66245eb4f 100644 --- a/Company_8h_source.html +++ b/Company_8h_source.html @@ -105,45 +105,46 @@ Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
-
4
-
- -
6{
-
16std::string name();
-
17
-
27std::string_view type();
-
28
-
38std::string_view industry();
-
39
-
49std::string buzzPhrase();
-
50
-
60std::string_view buzzAdjective();
-
61
-
71std::string_view buzzNoun();
-
72
-
82std::string_view buzzVerb();
-
83
-
93std::string catchPhrase();
-
94
-
104std::string_view catchPhraseAdjective();
-
105
-
115std::string_view catchPhraseDescriptor();
-
116
-
126std::string_view catchPhraseNoun();
-
127}
+
4#include "faker-cxx/Export.h"
+
5
+
+ +
7{
+
17FAKER_CXX_EXPORT std::string name();
+
18
+
28FAKER_CXX_EXPORT std::string_view type();
+
29
+
39FAKER_CXX_EXPORT std::string_view industry();
+
40
+
50FAKER_CXX_EXPORT std::string buzzPhrase();
+
51
+
61FAKER_CXX_EXPORT std::string_view buzzAdjective();
+
62
+
72FAKER_CXX_EXPORT std::string_view buzzNoun();
+
73
+
83FAKER_CXX_EXPORT std::string_view buzzVerb();
+
84
+
94FAKER_CXX_EXPORT std::string catchPhrase();
+
95
+
105FAKER_CXX_EXPORT std::string_view catchPhraseAdjective();
+
106
+
116FAKER_CXX_EXPORT std::string_view catchPhraseDescriptor();
+
117
+
127FAKER_CXX_EXPORT std::string_view catchPhraseNoun();
+
128}
-
Definition Company.h:6
-
std::string_view type()
Returns a random company type.
-
std::string_view buzzVerb()
Returns a random buzz verb.
-
std::string_view catchPhraseNoun()
Returns a random catch phrase noun.
-
std::string_view buzzNoun()
Returns a random buzz noun.
-
std::string catchPhrase()
Returns a random catch phrase.
-
std::string_view catchPhraseDescriptor()
Returns a random catch phrase descriptor.
-
std::string_view industry()
Returns a random company industry.
-
std::string_view buzzAdjective()
Returns a random buzz adjective.
-
std::string buzzPhrase()
Returns a random buzz phrase.
-
std::string_view catchPhraseAdjective()
Returns a random catch phrase adjective.
-
std::string name()
Returns a random company name.
+
Definition Company.h:7
+
FAKER_CXX_EXPORT std::string_view catchPhraseNoun()
Returns a random catch phrase noun.
+
FAKER_CXX_EXPORT std::string_view buzzAdjective()
Returns a random buzz adjective.
+
FAKER_CXX_EXPORT std::string catchPhrase()
Returns a random catch phrase.
+
FAKER_CXX_EXPORT std::string_view buzzNoun()
Returns a random buzz noun.
+
FAKER_CXX_EXPORT std::string buzzPhrase()
Returns a random buzz phrase.
+
FAKER_CXX_EXPORT std::string_view catchPhraseDescriptor()
Returns a random catch phrase descriptor.
+
FAKER_CXX_EXPORT std::string_view type()
Returns a random company type.
+
FAKER_CXX_EXPORT std::string name()
Returns a random company name.
+
FAKER_CXX_EXPORT std::string_view catchPhraseAdjective()
Returns a random catch phrase adjective.
+
FAKER_CXX_EXPORT std::string_view buzzVerb()
Returns a random buzz verb.
+
FAKER_CXX_EXPORT std::string_view industry()
Returns a random company industry.
diff --git a/Computer_8h.html b/Computer_8h.html index d58eddb2d..7650736a1 100644 --- a/Computer_8h.html +++ b/Computer_8h.html @@ -106,14 +106,17 @@
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for Computer.h:
- - - + + + + +
@@ -138,33 +141,33 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view faker::computer::type ()
 Returns a random computer type.
 
std::string_view faker::computer::manufacture ()
 Returns a random computer manufacture name.
 
std::string_view faker::computer::model ()
 Returns a random computer model.
 
std::string_view faker::computer::cpuManufacture ()
 Returns a random CPU manufacture name.
 
std::string_view faker::computer::cpuType ()
 Returns a random CPU type.
 
std::string_view faker::computer::cpuModel ()
 Returns a random CPU model.
 
std::string_view faker::computer::gpuManufacture ()
 Returns a random GPU manufacture name.
 
std::string_view faker::computer::gpuType ()
 Returns a random GPU type.
 
std::string_view faker::computer::gpuModel ()
 Returns a random GPU model.
 
FAKER_CXX_EXPORT std::string_view faker::computer::type ()
 Returns a random computer type.
 
FAKER_CXX_EXPORT std::string_view faker::computer::manufacture ()
 Returns a random computer manufacture name.
 
FAKER_CXX_EXPORT std::string_view faker::computer::model ()
 Returns a random computer model.
 
FAKER_CXX_EXPORT std::string_view faker::computer::cpuManufacture ()
 Returns a random CPU manufacture name.
 
FAKER_CXX_EXPORT std::string_view faker::computer::cpuType ()
 Returns a random CPU type.
 
FAKER_CXX_EXPORT std::string_view faker::computer::cpuModel ()
 Returns a random CPU model.
 
FAKER_CXX_EXPORT std::string_view faker::computer::gpuManufacture ()
 Returns a random GPU manufacture name.
 
FAKER_CXX_EXPORT std::string_view faker::computer::gpuType ()
 Returns a random GPU type.
 
FAKER_CXX_EXPORT std::string_view faker::computer::gpuModel ()
 Returns a random GPU model.
 
diff --git a/Computer_8h.js b/Computer_8h.js index 34dbce7c9..352a1ab06 100644 --- a/Computer_8h.js +++ b/Computer_8h.js @@ -1,12 +1,12 @@ var Computer_8h = [ - [ "cpuManufacture", "Computer_8h.html#ac272f6f7e228c77cec54bdefd58b7a41", null ], - [ "cpuModel", "Computer_8h.html#a1a8018745b4f746c85ada0d00c428302", null ], - [ "cpuType", "Computer_8h.html#a1445ef66e34b2f2811dbde13905744e8", null ], - [ "gpuManufacture", "Computer_8h.html#a4d2198f1c433983669b98d2d5ad1e0c0", null ], - [ "gpuModel", "Computer_8h.html#a4b2afda0343805a317cbbef153f95070", null ], - [ "gpuType", "Computer_8h.html#a129044c205970b896af574040c811309", null ], - [ "manufacture", "Computer_8h.html#a2e1e0d1b5be6cd870d435c28e14afab5", null ], - [ "model", "Computer_8h.html#a22dba3b61b9d661ef45a85935dba673a", null ], - [ "type", "Computer_8h.html#ac8ed21325d22c8f1c9683ac4a25235eb", null ] + [ "cpuManufacture", "Computer_8h.html#a26788ac0f00d882230486c044744ac7f", null ], + [ "cpuModel", "Computer_8h.html#a093f50dbdf26d934988407db4ddb8e16", null ], + [ "cpuType", "Computer_8h.html#a075c7fa201d569f296840ed267aa4216", null ], + [ "gpuManufacture", "Computer_8h.html#a8dfa6197c1a88cb563fc58cbf3b882d7", null ], + [ "gpuModel", "Computer_8h.html#a6b12fd59524206a1f64c4bac4c29ef13", null ], + [ "gpuType", "Computer_8h.html#a3f1a6271d6f0032ff69d76db28a22fd7", null ], + [ "manufacture", "Computer_8h.html#afa3d83aaa0399142a21970d2bc329edc", null ], + [ "model", "Computer_8h.html#a712bfacd76cd87d0ce5e8a2d93273d1c", null ], + [ "type", "Computer_8h.html#a24a49de08b310a9df270659df74f0cc2", null ] ]; \ No newline at end of file diff --git a/Computer_8h__incl.map b/Computer_8h__incl.map index 36e659f0c..668e3b0ac 100644 --- a/Computer_8h__incl.map +++ b/Computer_8h__incl.map @@ -1,5 +1,7 @@ - - - + + + + + diff --git a/Computer_8h__incl.md5 b/Computer_8h__incl.md5 index 0a41f373f..be179ccab 100644 --- a/Computer_8h__incl.md5 +++ b/Computer_8h__incl.md5 @@ -1 +1 @@ -e60c624570433e156654b0b48588327e \ No newline at end of file +107b9c4075cc0bbfde70014fe1bd8a53 \ No newline at end of file diff --git a/Computer_8h__incl.png b/Computer_8h__incl.png index 2a3a52dcd..eca5b4e3d 100644 Binary files a/Computer_8h__incl.png and b/Computer_8h__incl.png differ diff --git a/Computer_8h_source.html b/Computer_8h_source.html index cb7290ca0..5ac390c90 100644 --- a/Computer_8h_source.html +++ b/Computer_8h_source.html @@ -105,40 +105,41 @@ Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
-
4
-
- -
6{
-
16std::string_view type();
-
17
-
27std::string_view manufacture();
-
28
-
38std::string_view model();
-
39
-
49std::string_view cpuManufacture();
-
50
-
60std::string_view cpuType();
-
61
-
71std::string_view cpuModel();
-
72
-
82std::string_view gpuManufacture();
-
83
-
93std::string_view gpuType();
-
94
-
104std::string_view gpuModel();
-
105
-
106}
+
4#include "faker-cxx/Export.h"
+
5
+
+ +
7{
+
17FAKER_CXX_EXPORT std::string_view type();
+
18
+
28FAKER_CXX_EXPORT std::string_view manufacture();
+
29
+
39FAKER_CXX_EXPORT std::string_view model();
+
40
+
50FAKER_CXX_EXPORT std::string_view cpuManufacture();
+
51
+
61FAKER_CXX_EXPORT std::string_view cpuType();
+
62
+
72FAKER_CXX_EXPORT std::string_view cpuModel();
+
73
+
83FAKER_CXX_EXPORT std::string_view gpuManufacture();
+
84
+
94FAKER_CXX_EXPORT std::string_view gpuType();
+
95
+
105FAKER_CXX_EXPORT std::string_view gpuModel();
+
106
+
107}
-
Definition Computer.h:6
-
std::string_view gpuType()
Returns a random GPU type.
-
std::string_view cpuType()
Returns a random CPU type.
-
std::string_view cpuModel()
Returns a random CPU model.
-
std::string_view model()
Returns a random computer model.
-
std::string_view manufacture()
Returns a random computer manufacture name.
-
std::string_view gpuModel()
Returns a random GPU model.
-
std::string_view gpuManufacture()
Returns a random GPU manufacture name.
-
std::string_view cpuManufacture()
Returns a random CPU manufacture name.
-
std::string_view type()
Returns a random computer type.
+
Definition Computer.h:7
+
FAKER_CXX_EXPORT std::string_view cpuType()
Returns a random CPU type.
+
FAKER_CXX_EXPORT std::string_view cpuModel()
Returns a random CPU model.
+
FAKER_CXX_EXPORT std::string_view type()
Returns a random computer type.
+
FAKER_CXX_EXPORT std::string_view cpuManufacture()
Returns a random CPU manufacture name.
+
FAKER_CXX_EXPORT std::string_view gpuType()
Returns a random GPU type.
+
FAKER_CXX_EXPORT std::string_view gpuModel()
Returns a random GPU model.
+
FAKER_CXX_EXPORT std::string_view model()
Returns a random computer model.
+
FAKER_CXX_EXPORT std::string_view gpuManufacture()
Returns a random GPU manufacture name.
+
FAKER_CXX_EXPORT std::string_view manufacture()
Returns a random computer manufacture name.
diff --git a/Crypto_8h.html b/Crypto_8h.html index 4efe226a4..14b3ad0f7 100644 --- a/Crypto_8h.html +++ b/Crypto_8h.html @@ -107,16 +107,19 @@
#include <optional>
#include <string>
+#include "faker-cxx/Export.h"
Include dependency graph for Crypto.h:
- - - - - + + + + + + +
@@ -141,12 +144,12 @@ - - - - - - + + + + + +

Functions

std::string faker::crypto::sha256 (std::optional< std::string >=std::nullopt)
 Returns a random SHA256 hash or hash of provided data.
 
std::string faker::crypto::md5 (std::optional< std::string >=std::nullopt)
 Returns a random MD5 hash or hash of provided data.
 
FAKER_CXX_EXPORT std::string faker::crypto::sha256 (std::optional< std::string >=std::nullopt)
 Returns a random SHA256 hash or hash of provided data.
 
FAKER_CXX_EXPORT std::string faker::crypto::md5 (std::optional< std::string >=std::nullopt)
 Returns a random MD5 hash or hash of provided data.
 
diff --git a/Crypto_8h.js b/Crypto_8h.js index 72da34e62..e34cebe19 100644 --- a/Crypto_8h.js +++ b/Crypto_8h.js @@ -1,5 +1,5 @@ var Crypto_8h = [ - [ "md5", "Crypto_8h.html#aca6b050a572d5b0d1b32aae6b0605fbe", null ], - [ "sha256", "Crypto_8h.html#ac680a4d48103e883fe3186ba9e9e5452", null ] + [ "md5", "Crypto_8h.html#a5e9c5db10e82dd4afad22511819ef820", null ], + [ "sha256", "Crypto_8h.html#a06acc630cf1abe98fd1066949da9d016", null ] ]; \ No newline at end of file diff --git a/Crypto_8h__incl.map b/Crypto_8h__incl.map index 0b4d254f9..7b764c5ee 100644 --- a/Crypto_8h__incl.map +++ b/Crypto_8h__incl.map @@ -1,7 +1,9 @@ - - - - - + + + + + + + diff --git a/Crypto_8h__incl.md5 b/Crypto_8h__incl.md5 index 2c4469d1d..653dc7959 100644 --- a/Crypto_8h__incl.md5 +++ b/Crypto_8h__incl.md5 @@ -1 +1 @@ -9612288237e2ab2edbf64f669965a706 \ No newline at end of file +05bb89edaa9af3bc9ff29662d390712d \ No newline at end of file diff --git a/Crypto_8h__incl.png b/Crypto_8h__incl.png index 0b40a4d98..6b212806d 100644 Binary files a/Crypto_8h__incl.png and b/Crypto_8h__incl.png differ diff --git a/Crypto_8h_source.html b/Crypto_8h_source.html index 53427ffcb..bff42de32 100644 --- a/Crypto_8h_source.html +++ b/Crypto_8h_source.html @@ -106,18 +106,19 @@
2
3#include <optional>
4#include <string>
-
5
-
-
6namespace faker::crypto
-
7{
-
18std::string sha256(std::optional<std::string> = std::nullopt);
-
19
-
30std::string md5(std::optional<std::string> = std::nullopt);
-
31}
+
5#include "faker-cxx/Export.h"
+
6
+
+
7namespace faker::crypto
+
8{
+
19FAKER_CXX_EXPORT std::string sha256(std::optional<std::string> = std::nullopt);
+
20
+
31FAKER_CXX_EXPORT std::string md5(std::optional<std::string> = std::nullopt);
+
32}
-
Definition Crypto.h:7
-
std::string sha256(std::optional< std::string >=std::nullopt)
Returns a random SHA256 hash or hash of provided data.
-
std::string md5(std::optional< std::string >=std::nullopt)
Returns a random MD5 hash or hash of provided data.
+
Definition Crypto.h:8
+
FAKER_CXX_EXPORT std::string sha256(std::optional< std::string >=std::nullopt)
Returns a random SHA256 hash or hash of provided data.
+
FAKER_CXX_EXPORT std::string md5(std::optional< std::string >=std::nullopt)
Returns a random MD5 hash or hash of provided data.
diff --git a/Database_8h.html b/Database_8h.html index d65042eec..abf0ed2b2 100644 --- a/Database_8h.html +++ b/Database_8h.html @@ -106,14 +106,17 @@
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for Database.h:
- - - + + + + +
@@ -138,21 +141,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + +

Functions

std::string_view faker::database::columnName ()
 Returns a random database column name.
 
std::string_view faker::database::columnType ()
 Returns a random database column type.
 
std::string_view faker::database::collation ()
 Returns a random database collation.
 
std::string_view faker::database::engine ()
 Returns a random database engine.
 
std::string faker::database::mongoDbObjectId ()
 Returns a MongoDB Object Id.
 
FAKER_CXX_EXPORT std::string_view faker::database::columnName ()
 Returns a random database column name.
 
FAKER_CXX_EXPORT std::string_view faker::database::columnType ()
 Returns a random database column type.
 
FAKER_CXX_EXPORT std::string_view faker::database::collation ()
 Returns a random database collation.
 
FAKER_CXX_EXPORT std::string_view faker::database::engine ()
 Returns a random database engine.
 
FAKER_CXX_EXPORT std::string faker::database::mongoDbObjectId ()
 Returns a MongoDB Object Id.
 
diff --git a/Database_8h.js b/Database_8h.js index 27b7ad4d7..f9313c483 100644 --- a/Database_8h.js +++ b/Database_8h.js @@ -1,8 +1,8 @@ var Database_8h = [ - [ "collation", "Database_8h.html#a5fdb711ada0fdfa1de5a63b14b02039e", null ], - [ "columnName", "Database_8h.html#afd03a8acb1afe9736aadf87f90633ecd", null ], - [ "columnType", "Database_8h.html#a906ea40d11272610e628c66aa49c4850", null ], - [ "engine", "Database_8h.html#a5cab35a30ce9cbd4993f53b50b9c493a", null ], - [ "mongoDbObjectId", "Database_8h.html#a06d4531d8ebee723a64d5e605720f81b", null ] + [ "collation", "Database_8h.html#ae1ebadd76d9acf879550afa079a7d85e", null ], + [ "columnName", "Database_8h.html#ac0c09a15dcf68e481cbeed982afec8e8", null ], + [ "columnType", "Database_8h.html#a7f177a373a20b623abf49161985d4eb6", null ], + [ "engine", "Database_8h.html#a39ae277261458288680c1a71301b187a", null ], + [ "mongoDbObjectId", "Database_8h.html#a2823b233f41e9820d5d205e515394b73", null ] ]; \ No newline at end of file diff --git a/Database_8h__incl.map b/Database_8h__incl.map index a43651866..c433c60d4 100644 --- a/Database_8h__incl.map +++ b/Database_8h__incl.map @@ -1,5 +1,7 @@ - - - + + + + + diff --git a/Database_8h__incl.md5 b/Database_8h__incl.md5 index 69c9862b4..8df3b4f90 100644 --- a/Database_8h__incl.md5 +++ b/Database_8h__incl.md5 @@ -1 +1 @@ -00445fd4f17075fe041cafcc50f09738 \ No newline at end of file +ec8bad3c1a150e1f3804c6ee0c5e485e \ No newline at end of file diff --git a/Database_8h__incl.png b/Database_8h__incl.png index 747574585..dd2911e92 100644 Binary files a/Database_8h__incl.png and b/Database_8h__incl.png differ diff --git a/Database_8h_source.html b/Database_8h_source.html index 99e6f13b6..78fa43ad3 100644 --- a/Database_8h_source.html +++ b/Database_8h_source.html @@ -105,27 +105,28 @@ Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
-
4
-
- -
6{
-
16 std::string_view columnName();
-
17
-
27 std::string_view columnType();
-
28
-
38 std::string_view collation();
-
39
-
49 std::string_view engine();
-
50
-
60 std::string mongoDbObjectId();
-
61}
+
4#include "faker-cxx/Export.h"
+
5
+
+ +
7{
+
17 FAKER_CXX_EXPORT std::string_view columnName();
+
18
+
28 FAKER_CXX_EXPORT std::string_view columnType();
+
29
+
39 FAKER_CXX_EXPORT std::string_view collation();
+
40
+
50 FAKER_CXX_EXPORT std::string_view engine();
+
51
+
61 FAKER_CXX_EXPORT std::string mongoDbObjectId();
+
62}
-
Definition Database.h:6
-
std::string mongoDbObjectId()
Returns a MongoDB Object Id.
-
std::string_view engine()
Returns a random database engine.
-
std::string_view collation()
Returns a random database collation.
-
std::string_view columnType()
Returns a random database column type.
-
std::string_view columnName()
Returns a random database column name.
+
Definition Database.h:7
+
FAKER_CXX_EXPORT std::string mongoDbObjectId()
Returns a MongoDB Object Id.
+
FAKER_CXX_EXPORT std::string_view engine()
Returns a random database engine.
+
FAKER_CXX_EXPORT std::string_view columnType()
Returns a random database column type.
+
FAKER_CXX_EXPORT std::string_view columnName()
Returns a random database column name.
+
FAKER_CXX_EXPORT std::string_view collation()
Returns a random database collation.
diff --git a/Datatype_8h.html b/Datatype_8h.html index 2b2466a16..fbe5429a0 100644 --- a/Datatype_8h.html +++ b/Datatype_8h.html @@ -105,7 +105,18 @@
Datatype.h File Reference
-
+
#include "faker-cxx/Export.h"
+
+Include dependency graph for Datatype.h:
+
+
+ + + + + +
+
This graph shows which files directly or indirectly include this file:
@@ -130,12 +141,12 @@ - - - - - - + + + + + +

Functions

bool faker::datatype::boolean ()
 Returns a random boolean.
 
bool faker::datatype::boolean (double probability)
 Returns a random boolean. **Note:** A probability of `0.75` results in `true` being returned `75%` of the calls; likewise `0.3` => `30%`. If the probability is `<= 0.0`, it will always return `false`. If the probability is `>= 1.0`, it will always return `true`. The probability is limited to two decimal places.
 
FAKER_CXX_EXPORT bool faker::datatype::boolean ()
 Returns a random boolean.
 
FAKER_CXX_EXPORT bool faker::datatype::boolean (double probability)
 Returns a random boolean. **Note:** A probability of `0.75` results in `true` being returned `75%` of the calls; likewise `0.3` => `30%`. If the probability is `<= 0.0`, it will always return `false`. If the probability is `>= 1.0`, it will always return `true`. The probability is limited to two decimal places.
 
diff --git a/Datatype_8h.js b/Datatype_8h.js index 211fa3d59..cddfd8097 100644 --- a/Datatype_8h.js +++ b/Datatype_8h.js @@ -1,5 +1,5 @@ var Datatype_8h = [ - [ "boolean", "Datatype_8h.html#a034365c43eb802729f01cce05d0088e1", null ], - [ "boolean", "Datatype_8h.html#a35179e705e5cfcfcb9596b0da1a1242c", null ] + [ "boolean", "Datatype_8h.html#a6e8fea28b1cf18124cb1c854496b35c2", null ], + [ "boolean", "Datatype_8h.html#a3f0613615165573f77dba5349bb00241", null ] ]; \ No newline at end of file diff --git a/Datatype_8h__incl.map b/Datatype_8h__incl.map new file mode 100644 index 000000000..2e43b7319 --- /dev/null +++ b/Datatype_8h__incl.map @@ -0,0 +1,5 @@ + + + + + diff --git a/Datatype_8h__incl.md5 b/Datatype_8h__incl.md5 new file mode 100644 index 000000000..694c815b3 --- /dev/null +++ b/Datatype_8h__incl.md5 @@ -0,0 +1 @@ +fed544601eb3fa15874aaa28745c1d0b \ No newline at end of file diff --git a/Datatype_8h__incl.png b/Datatype_8h__incl.png new file mode 100644 index 000000000..2204e59f6 Binary files /dev/null and b/Datatype_8h__incl.png differ diff --git a/Datatype_8h_source.html b/Datatype_8h_source.html index 371b85a60..4ae49322e 100644 --- a/Datatype_8h_source.html +++ b/Datatype_8h_source.html @@ -104,16 +104,18 @@
Go to the documentation of this file.
1#pragma once
2
-
- -
4{
-
14bool boolean();
-
15
-
34bool boolean(double probability);
-
35}
+
3#include "faker-cxx/Export.h"
+
4
+
+ +
6{
+
16FAKER_CXX_EXPORT bool boolean();
+
17
+
36FAKER_CXX_EXPORT bool boolean(double probability);
+
37}
-
Definition Datatype.h:4
-
bool boolean()
Returns a random boolean.
+
Definition Datatype.h:6
+
FAKER_CXX_EXPORT bool boolean()
Returns a random boolean.
diff --git a/Date_8h.html b/Date_8h.html index bae10d197..1e8d91999 100644 --- a/Date_8h.html +++ b/Date_8h.html @@ -107,14 +107,17 @@
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for Date.h:
- - - + + + + +
@@ -146,63 +149,63 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string faker::date::pastDate (int years=1, DateFormat dateFormat=DateFormat::ISO)
 Generates a random date in the past.
 
std::string faker::date::futureDate (int years=1, DateFormat dateFormat=DateFormat::ISO)
 Generates a random date in the future.
 
std::string faker::date::recentDate (int days=3, DateFormat dateFormat=DateFormat::ISO)
 Generates a random date in the recent past.
 
std::string faker::date::soonDate (int days=3, DateFormat dateFormat=DateFormat::ISO)
 Generates a random date in the soon future.
 
std::string faker::date::birthdateByAge (int minAge=18, int maxAge=80, DateFormat dateFormat=DateFormat::ISO)
 Generates a random birthdate by age.
 
std::string faker::date::birthdateByYear (int minYear=1920, int maxYear=2000, DateFormat dateFormat=DateFormat::ISO)
 Generates a random birthdate by year.
 
std::string_view faker::date::weekdayName ()
 Returns a name of random day of the week.
 
std::string_view faker::date::weekdayAbbreviatedName ()
 Returns an abbreviated name of random day of the week.
 
std::string_view faker::date::monthName ()
 Returns a random name of a month.
 
std::string_view faker::date::monthAbbreviatedName ()
 Returns an abbreviated name of random month.
 
unsigned faker::date::year ()
 Returns random year.
 
unsigned faker::date::month ()
 Returns random month.
 
unsigned faker::date::hour ()
 Returns random hour.
 
unsigned faker::date::minute ()
 Returns random minute.
 
unsigned faker::date::second ()
 Returns random second.
 
std::string faker::date::time ()
 Returns random time string.
 
unsigned faker::date::dayOfMonth ()
 Returns random day of month.
 
unsigned faker::date::dayOfWeek ()
 Returns random day of week.
 
std::string_view faker::date::timezoneRandom ()
 Returns random timezone.
 
FAKER_CXX_EXPORT std::string faker::date::pastDate (int years=1, DateFormat dateFormat=DateFormat::ISO)
 Generates a random date in the past.
 
FAKER_CXX_EXPORT std::string faker::date::futureDate (int years=1, DateFormat dateFormat=DateFormat::ISO)
 Generates a random date in the future.
 
FAKER_CXX_EXPORT std::string faker::date::recentDate (int days=3, DateFormat dateFormat=DateFormat::ISO)
 Generates a random date in the recent past.
 
FAKER_CXX_EXPORT std::string faker::date::soonDate (int days=3, DateFormat dateFormat=DateFormat::ISO)
 Generates a random date in the soon future.
 
FAKER_CXX_EXPORT std::string faker::date::birthdateByAge (int minAge=18, int maxAge=80, DateFormat dateFormat=DateFormat::ISO)
 Generates a random birthdate by age.
 
FAKER_CXX_EXPORT std::string faker::date::birthdateByYear (int minYear=1920, int maxYear=2000, DateFormat dateFormat=DateFormat::ISO)
 Generates a random birthdate by year.
 
FAKER_CXX_EXPORT std::string_view faker::date::weekdayName ()
 Returns a name of random day of the week.
 
FAKER_CXX_EXPORT std::string_view faker::date::weekdayAbbreviatedName ()
 Returns an abbreviated name of random day of the week.
 
FAKER_CXX_EXPORT std::string_view faker::date::monthName ()
 Returns a random name of a month.
 
FAKER_CXX_EXPORT std::string_view faker::date::monthAbbreviatedName ()
 Returns an abbreviated name of random month.
 
FAKER_CXX_EXPORT unsigned faker::date::year ()
 Returns random year.
 
FAKER_CXX_EXPORT unsigned faker::date::month ()
 Returns random month.
 
FAKER_CXX_EXPORT unsigned faker::date::hour ()
 Returns random hour.
 
FAKER_CXX_EXPORT unsigned faker::date::minute ()
 Returns random minute.
 
FAKER_CXX_EXPORT unsigned faker::date::second ()
 Returns random second.
 
FAKER_CXX_EXPORT std::string faker::date::time ()
 Returns random time string.
 
FAKER_CXX_EXPORT unsigned faker::date::dayOfMonth ()
 Returns random day of month.
 
FAKER_CXX_EXPORT unsigned faker::date::dayOfWeek ()
 Returns random day of week.
 
FAKER_CXX_EXPORT std::string_view faker::date::timezoneRandom ()
 Returns random timezone.
 
diff --git a/Date_8h.js b/Date_8h.js index ae16be191..dded9095a 100644 --- a/Date_8h.js +++ b/Date_8h.js @@ -4,23 +4,23 @@ var Date_8h = [ "ISO", "Date_8h.html#a0a1ec9647c68eb08f4f47d162a424c5aa5b512ee8a59deb284ad0a6a035ba10b1", null ], [ "Timestamp", "Date_8h.html#a0a1ec9647c68eb08f4f47d162a424c5aaa3d5de3eac8bb00ae86fd1a1005f1500", null ] ] ], - [ "birthdateByAge", "Date_8h.html#a0f2c5e2430ef4e3f863fde934e9f9a72", null ], - [ "birthdateByYear", "Date_8h.html#ad362334610ede9252c38809c19b691fa", null ], - [ "dayOfMonth", "Date_8h.html#a40731b59bf9f968161e5e8a40b6da285", null ], - [ "dayOfWeek", "Date_8h.html#a80007e39c28b549d82bf8c46ea34edb9", null ], - [ "futureDate", "Date_8h.html#a71d54b26dfde4f3bbbb405ef4038e2df", null ], - [ "hour", "Date_8h.html#a708cc29034e0f39032c3e5777c2bac3a", null ], - [ "minute", "Date_8h.html#a3e4a11917f02c74982a19c041a778248", null ], - [ "month", "Date_8h.html#a290ee5d52b8e9ba3e2900903013f6563", null ], - [ "monthAbbreviatedName", "Date_8h.html#a6389d9132d8e5737bd9a8349c3b0e7c4", null ], - [ "monthName", "Date_8h.html#aa0791554490056b7a93bd0bc5e2c6f7f", null ], - [ "pastDate", "Date_8h.html#a3e1ddbf5cf8fdd4455e5cae8da3cc350", null ], - [ "recentDate", "Date_8h.html#a3a426b7a147f5b2ab7d513a35a339bc6", null ], - [ "second", "Date_8h.html#a6c1918f3fe9464f2936ece5a2da0a610", null ], - [ "soonDate", "Date_8h.html#ae0f18676171909188918c0b2f120e038", null ], - [ "time", "Date_8h.html#a69af6c0dbea8355b8b03005d2a37c6ac", null ], - [ "timezoneRandom", "Date_8h.html#a1d428d0b411754e97e1c69fb5f9040c8", null ], - [ "weekdayAbbreviatedName", "Date_8h.html#ac23d976039ae3ccc90dbd91555c364dc", null ], - [ "weekdayName", "Date_8h.html#a0bbd9e5c72ba004e80cee50d507419c3", null ], - [ "year", "Date_8h.html#ad9fc8589a8b780696d661b00884df7a0", null ] + [ "birthdateByAge", "Date_8h.html#a9de04d3e50ab9057ab7a92ed858a744a", null ], + [ "birthdateByYear", "Date_8h.html#a46e98c27b1c6f313b918cb64d99a5d30", null ], + [ "dayOfMonth", "Date_8h.html#a2f69901ef0b2b4882da4b46a971218cc", null ], + [ "dayOfWeek", "Date_8h.html#a845e23281b58f0068e14c225cb90afd9", null ], + [ "futureDate", "Date_8h.html#a3dba0cb591adb200b75a1db57785054d", null ], + [ "hour", "Date_8h.html#a0c4ce65b05670d9bca85c5ed06c2a80e", null ], + [ "minute", "Date_8h.html#a49644833493f4599027c7d332e04e26d", null ], + [ "month", "Date_8h.html#aebfe1d2284e37ee6b434694b976bf120", null ], + [ "monthAbbreviatedName", "Date_8h.html#af25ba3f294ef24501adb2fbf5bf60ace", null ], + [ "monthName", "Date_8h.html#a2aa60eea8e85d6a742d00b57069ac82a", null ], + [ "pastDate", "Date_8h.html#a9b296cf77ba7fc42a060cd0aac3d3962", null ], + [ "recentDate", "Date_8h.html#a304545ffe96dbde52e3a36d1d5a0044c", null ], + [ "second", "Date_8h.html#aea16f01309c7b8134454035b8bf88617", null ], + [ "soonDate", "Date_8h.html#a66bb0c111599b5ac0162cc36bffe9519", null ], + [ "time", "Date_8h.html#a10f6e0dcbe0cb97b26f1f0df9adf5a4c", null ], + [ "timezoneRandom", "Date_8h.html#a3b64cd681a80d13f373ae79958c72113", null ], + [ "weekdayAbbreviatedName", "Date_8h.html#aedf7f0dce5432f069ff57acaed0aa7e0", null ], + [ "weekdayName", "Date_8h.html#aac708c24548f17807e72646e385f298c", null ], + [ "year", "Date_8h.html#a768e70b0a52f6ccd31ba84b33167b975", null ] ]; \ No newline at end of file diff --git a/Date_8h__incl.map b/Date_8h__incl.map index 7fed39b9d..e08f5db87 100644 --- a/Date_8h__incl.map +++ b/Date_8h__incl.map @@ -1,5 +1,7 @@ - - - + + + + + diff --git a/Date_8h__incl.md5 b/Date_8h__incl.md5 index c855bf42c..7f2199c17 100644 --- a/Date_8h__incl.md5 +++ b/Date_8h__incl.md5 @@ -1 +1 @@ -d96477333ea23b71415c55196c349545 \ No newline at end of file +db189c1271727c682d5f220c3d9c9449 \ No newline at end of file diff --git a/Date_8h__incl.png b/Date_8h__incl.png index bba5ba9fe..7ec92eb94 100644 Binary files a/Date_8h__incl.png and b/Date_8h__incl.png differ diff --git a/Date_8h_source.html b/Date_8h_source.html index a8a5713d3..8b0885ecc 100644 --- a/Date_8h_source.html +++ b/Date_8h_source.html @@ -105,80 +105,81 @@ Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
-
4
-
-
5namespace faker::date
-
6{
-
-
7 enum class DateFormat
-
8 {
-
9 ISO,
- -
11 };
+
4#include "faker-cxx/Export.h"
+
5
+
+
6namespace faker::date
+
7{
+
+
8 enum class DateFormat
+
9 {
+
10 ISO,
+ +
12 };
-
12
-
27 std::string pastDate(int years = 1, DateFormat dateFormat = DateFormat::ISO);
-
28
-
43 std::string futureDate(int years = 1, DateFormat dateFormat = DateFormat::ISO);
-
44
-
59 std::string recentDate(int days = 3, DateFormat dateFormat = DateFormat::ISO);
-
60
-
75 std::string soonDate(int days = 3, DateFormat dateFormat = DateFormat::ISO);
-
76
-
92 std::string birthdateByAge(int minAge = 18, int maxAge = 80, DateFormat dateFormat = DateFormat::ISO);
-
93
-
109 std::string birthdateByYear(int minYear = 1920, int maxYear = 2000, DateFormat dateFormat = DateFormat::ISO);
-
110
-
120 std::string_view weekdayName();
-
121
-
131 std::string_view weekdayAbbreviatedName();
-
132
-
142 std::string_view monthName();
-
143
-
153 std::string_view monthAbbreviatedName();
-
154
-
164 unsigned year();
-
165
-
175 unsigned month();
-
176
-
186 unsigned hour();
-
187
-
197 unsigned minute();
-
198
-
208 unsigned second();
-
209
-
219 std::string time();
-
220
-
230 unsigned dayOfMonth();
-
231
-
241 unsigned dayOfWeek();
-
242
-
252 std::string_view timezoneRandom();
-
253}
+
13
+
28 FAKER_CXX_EXPORT std::string pastDate(int years = 1, DateFormat dateFormat = DateFormat::ISO);
+
29
+
44 FAKER_CXX_EXPORT std::string futureDate(int years = 1, DateFormat dateFormat = DateFormat::ISO);
+
45
+
60 FAKER_CXX_EXPORT std::string recentDate(int days = 3, DateFormat dateFormat = DateFormat::ISO);
+
61
+
76 FAKER_CXX_EXPORT std::string soonDate(int days = 3, DateFormat dateFormat = DateFormat::ISO);
+
77
+
93 FAKER_CXX_EXPORT std::string birthdateByAge(int minAge = 18, int maxAge = 80, DateFormat dateFormat = DateFormat::ISO);
+
94
+
110 FAKER_CXX_EXPORT std::string birthdateByYear(int minYear = 1920, int maxYear = 2000, DateFormat dateFormat = DateFormat::ISO);
+
111
+
121 FAKER_CXX_EXPORT std::string_view weekdayName();
+
122
+
132 FAKER_CXX_EXPORT std::string_view weekdayAbbreviatedName();
+
133
+
143 FAKER_CXX_EXPORT std::string_view monthName();
+
144
+
154 FAKER_CXX_EXPORT std::string_view monthAbbreviatedName();
+
155
+
165 FAKER_CXX_EXPORT unsigned year();
+
166
+
176 FAKER_CXX_EXPORT unsigned month();
+
177
+
187 FAKER_CXX_EXPORT unsigned hour();
+
188
+
198 FAKER_CXX_EXPORT unsigned minute();
+
199
+
209 FAKER_CXX_EXPORT unsigned second();
+
210
+
220 FAKER_CXX_EXPORT std::string time();
+
221
+
231 FAKER_CXX_EXPORT unsigned dayOfMonth();
+
232
+
242 FAKER_CXX_EXPORT unsigned dayOfWeek();
+
243
+
253 FAKER_CXX_EXPORT std::string_view timezoneRandom();
+
254}
-
Definition Date.h:6
-
DateFormat
Definition Date.h:8
+
Definition Date.h:7
+
DateFormat
Definition Date.h:9
-
std::string_view weekdayName()
Returns a name of random day of the week.
-
std::string birthdateByAge(int minAge=18, int maxAge=80, DateFormat dateFormat=DateFormat::ISO)
Generates a random birthdate by age.
-
std::string_view timezoneRandom()
Returns random timezone.
-
unsigned month()
Returns random month.
-
std::string recentDate(int days=3, DateFormat dateFormat=DateFormat::ISO)
Generates a random date in the recent past.
-
std::string pastDate(int years=1, DateFormat dateFormat=DateFormat::ISO)
Generates a random date in the past.
-
unsigned minute()
Returns random minute.
-
unsigned dayOfMonth()
Returns random day of month.
-
std::string_view monthAbbreviatedName()
Returns an abbreviated name of random month.
-
std::string time()
Returns random time string.
-
unsigned second()
Returns random second.
-
unsigned hour()
Returns random hour.
-
std::string futureDate(int years=1, DateFormat dateFormat=DateFormat::ISO)
Generates a random date in the future.
-
unsigned dayOfWeek()
Returns random day of week.
-
std::string_view monthName()
Returns a random name of a month.
-
std::string_view weekdayAbbreviatedName()
Returns an abbreviated name of random day of the week.
-
std::string birthdateByYear(int minYear=1920, int maxYear=2000, DateFormat dateFormat=DateFormat::ISO)
Generates a random birthdate by year.
-
unsigned year()
Returns random year.
-
std::string soonDate(int days=3, DateFormat dateFormat=DateFormat::ISO)
Generates a random date in the soon future.
+
FAKER_CXX_EXPORT unsigned hour()
Returns random hour.
+
FAKER_CXX_EXPORT std::string time()
Returns random time string.
+
FAKER_CXX_EXPORT std::string_view monthName()
Returns a random name of a month.
+
FAKER_CXX_EXPORT unsigned dayOfMonth()
Returns random day of month.
+
FAKER_CXX_EXPORT std::string recentDate(int days=3, DateFormat dateFormat=DateFormat::ISO)
Generates a random date in the recent past.
+
FAKER_CXX_EXPORT std::string_view timezoneRandom()
Returns random timezone.
+
FAKER_CXX_EXPORT std::string futureDate(int years=1, DateFormat dateFormat=DateFormat::ISO)
Generates a random date in the future.
+
FAKER_CXX_EXPORT std::string birthdateByYear(int minYear=1920, int maxYear=2000, DateFormat dateFormat=DateFormat::ISO)
Generates a random birthdate by year.
+
FAKER_CXX_EXPORT unsigned minute()
Returns random minute.
+
FAKER_CXX_EXPORT std::string soonDate(int days=3, DateFormat dateFormat=DateFormat::ISO)
Generates a random date in the soon future.
+
FAKER_CXX_EXPORT unsigned year()
Returns random year.
+
FAKER_CXX_EXPORT unsigned dayOfWeek()
Returns random day of week.
+
FAKER_CXX_EXPORT std::string pastDate(int years=1, DateFormat dateFormat=DateFormat::ISO)
Generates a random date in the past.
+
FAKER_CXX_EXPORT std::string birthdateByAge(int minAge=18, int maxAge=80, DateFormat dateFormat=DateFormat::ISO)
Generates a random birthdate by age.
+
FAKER_CXX_EXPORT std::string_view weekdayName()
Returns a name of random day of the week.
+
FAKER_CXX_EXPORT unsigned second()
Returns random second.
+
FAKER_CXX_EXPORT unsigned month()
Returns random month.
+
FAKER_CXX_EXPORT std::string_view weekdayAbbreviatedName()
Returns an abbreviated name of random day of the week.
+
FAKER_CXX_EXPORT std::string_view monthAbbreviatedName()
Returns an abbreviated name of random month.
diff --git a/Faker_8h.html b/Faker_8h.html index 1f1e9c24d..441a78df1 100644 --- a/Faker_8h.html +++ b/Faker_8h.html @@ -102,7 +102,8 @@
Faker.h File Reference
-
#include "faker-cxx/Airline.h"
+
#include "faker-cxx/Export.h"
+#include "faker-cxx/Airline.h"
#include "faker-cxx/Animal.h"
#include "faker-cxx/Book.h"
#include "faker-cxx/Color.h"
@@ -124,97 +125,116 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/Faker_8h__incl.map b/Faker_8h__incl.map index c4c7bfd6b..30c6eaff5 100644 --- a/Faker_8h__incl.map +++ b/Faker_8h__incl.map @@ -1,93 +1,112 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Faker_8h__incl.md5 b/Faker_8h__incl.md5 index c3ad551b5..51445264a 100644 --- a/Faker_8h__incl.md5 +++ b/Faker_8h__incl.md5 @@ -1 +1 @@ -aff5df401ca6ecef2c98a5848934b62b \ No newline at end of file +647d5a90b2e62483eb0f5e6b4de11103 \ No newline at end of file diff --git a/Faker_8h__incl.png b/Faker_8h__incl.png index de295fd3a..f8758c118 100644 Binary files a/Faker_8h__incl.png and b/Faker_8h__incl.png differ diff --git a/Faker_8h_source.html b/Faker_8h_source.html index 0f32712fe..d364d8823 100644 --- a/Faker_8h_source.html +++ b/Faker_8h_source.html @@ -104,42 +104,43 @@
Go to the documentation of this file.
1#pragma once
2
-
3#include "faker-cxx/Airline.h"
-
4#include "faker-cxx/Animal.h"
-
5#include "faker-cxx/Book.h"
-
6#include "faker-cxx/Color.h"
- -
8#include "faker-cxx/Company.h"
- -
10#include "faker-cxx/Crypto.h"
-
11#include "faker-cxx/Database.h"
-
12#include "faker-cxx/Datatype.h"
-
13#include "faker-cxx/Date.h"
-
14#include "faker-cxx/Finance.h"
-
15#include "faker-cxx/Food.h"
-
16#include "faker-cxx/Git.h"
-
17#include "faker-cxx/Hacker.h"
-
18#include "faker-cxx/Helper.h"
-
19#include "faker-cxx/Image.h"
-
20#include "faker-cxx/Internet.h"
-
21#include "faker-cxx/Location.h"
-
22#include "faker-cxx/Lorem.h"
-
23#include "faker-cxx/Medicine.h"
-
24#include "faker-cxx/Movie.h"
-
25#include "faker-cxx/Music.h"
-
26#include "faker-cxx/Number.h"
-
27#include "faker-cxx/Person.h"
-
28#include "faker-cxx/Phone.h"
-
29#include "faker-cxx/Plant.h"
- -
31#include "faker-cxx/Science.h"
-
32#include "faker-cxx/Sport.h"
-
33#include "faker-cxx/String.h"
-
34#include "faker-cxx/System.h"
-
35#include "faker-cxx/Vehicle.h"
-
36#include "faker-cxx/VideoGame.h"
-
37#include "faker-cxx/Weather.h"
-
38#include "faker-cxx/Word.h"
+
3#include "faker-cxx/Export.h"
+
4#include "faker-cxx/Airline.h"
+
5#include "faker-cxx/Animal.h"
+
6#include "faker-cxx/Book.h"
+
7#include "faker-cxx/Color.h"
+ +
9#include "faker-cxx/Company.h"
+
10#include "faker-cxx/Computer.h"
+
11#include "faker-cxx/Crypto.h"
+
12#include "faker-cxx/Database.h"
+
13#include "faker-cxx/Datatype.h"
+
14#include "faker-cxx/Date.h"
+
15#include "faker-cxx/Finance.h"
+
16#include "faker-cxx/Food.h"
+
17#include "faker-cxx/Git.h"
+
18#include "faker-cxx/Hacker.h"
+
19#include "faker-cxx/Helper.h"
+
20#include "faker-cxx/Image.h"
+
21#include "faker-cxx/Internet.h"
+
22#include "faker-cxx/Location.h"
+
23#include "faker-cxx/Lorem.h"
+
24#include "faker-cxx/Medicine.h"
+
25#include "faker-cxx/Movie.h"
+
26#include "faker-cxx/Music.h"
+
27#include "faker-cxx/Number.h"
+
28#include "faker-cxx/Person.h"
+
29#include "faker-cxx/Phone.h"
+
30#include "faker-cxx/Plant.h"
+ +
32#include "faker-cxx/Science.h"
+
33#include "faker-cxx/Sport.h"
+
34#include "faker-cxx/String.h"
+
35#include "faker-cxx/System.h"
+
36#include "faker-cxx/Vehicle.h"
+
37#include "faker-cxx/VideoGame.h"
+
38#include "faker-cxx/Weather.h"
+
39#include "faker-cxx/Word.h"
diff --git a/Finance_8h.html b/Finance_8h.html index 95c8d3cbd..50a7230da 100644 --- a/Finance_8h.html +++ b/Finance_8h.html @@ -110,6 +110,7 @@
#include <optional>
#include <string>
#include <string_view>
+#include "faker-cxx/Export.h"
#include "types/Country.h"
#include "types/Precision.h"
@@ -117,17 +118,19 @@
- + - + - + - - - - - + + + + + + +
@@ -219,48 +222,48 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

Currency faker::finance::currency ()
 Returns a random currency.
 
std::string_view faker::finance::currencyName ()
 Returns a random currency name.
 
std::string_view faker::finance::currencyCode ()
 Returns a random currency code.
 
std::string_view faker::finance::currencySymbol ()
 Returns a random currency symbol.
 
std::string_view faker::finance::accountType ()
 Returns a random account type.
 
std::string faker::finance::amount (double min=0, double max=1000, Precision precision=Precision::TwoDp, const std::string &symbol="")
 Generates a random amount between the given bounds (inclusive).
 
std::string faker::finance::iban (std::optional< IbanCountry > country=std::nullopt)
 
std::string_view faker::finance::bic (std::optional< BicCountry > country=std::nullopt)
 
std::string faker::finance::accountNumber (unsigned length=8)
 
std::string faker::finance::pin (unsigned length=4)
 
std::string faker::finance::routingNumber ()
 
std::string faker::finance::creditCardNumber (std::optional< CreditCardType > creditCardType=std::nullopt)
 
std::string faker::finance::creditCardCvv ()
 
std::string faker::finance::bitcoinAddress ()
 
std::string faker::finance::litecoinAddress ()
 
std::string faker::finance::ethereumAddress ()
 
std::string faker::finance::creditCardExpirationDate ()
 
std::string_view faker::finance::creditCardType ()
 
FAKER_CXX_EXPORT Currency faker::finance::currency ()
 Returns a random currency.
 
FAKER_CXX_EXPORT std::string_view faker::finance::currencyName ()
 Returns a random currency name.
 
FAKER_CXX_EXPORT std::string_view faker::finance::currencyCode ()
 Returns a random currency code.
 
FAKER_CXX_EXPORT std::string_view faker::finance::currencySymbol ()
 Returns a random currency symbol.
 
FAKER_CXX_EXPORT std::string_view faker::finance::accountType ()
 Returns a random account type.
 
FAKER_CXX_EXPORT std::string faker::finance::amount (double min=0, double max=1000, Precision precision=Precision::TwoDp, const std::string &symbol="")
 Generates a random amount between the given bounds (inclusive).
 
FAKER_CXX_EXPORT std::string faker::finance::iban (std::optional< IbanCountry > country=std::nullopt)
 
FAKER_CXX_EXPORT std::string_view faker::finance::bic (std::optional< BicCountry > country=std::nullopt)
 
FAKER_CXX_EXPORT std::string faker::finance::accountNumber (unsigned length=8)
 
FAKER_CXX_EXPORT std::string faker::finance::pin (unsigned length=4)
 
FAKER_CXX_EXPORT std::string faker::finance::routingNumber ()
 
FAKER_CXX_EXPORT std::string faker::finance::creditCardNumber (std::optional< CreditCardType > creditCardType=std::nullopt)
 
FAKER_CXX_EXPORT std::string faker::finance::creditCardCvv ()
 
FAKER_CXX_EXPORT std::string faker::finance::bitcoinAddress ()
 
FAKER_CXX_EXPORT std::string faker::finance::litecoinAddress ()
 
FAKER_CXX_EXPORT std::string faker::finance::ethereumAddress ()
 
FAKER_CXX_EXPORT std::string faker::finance::creditCardExpirationDate ()
 
FAKER_CXX_EXPORT std::string_view faker::finance::creditCardType ()
 
diff --git a/Finance_8h.js b/Finance_8h.js index 4a9010a01..f9c0da47d 100644 --- a/Finance_8h.js +++ b/Finance_8h.js @@ -48,22 +48,22 @@ var Finance_8h = [ "Spain", "Finance_8h.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a907eba32d950bfab68227fd7ea22999b", null ], [ "Sweden", "Finance_8h.html#ac5b0ee06359a9a09f5c1fc09a6d7d918ac8f4261f9f46e6465709e17ebea7a92b", null ] ] ], - [ "accountNumber", "Finance_8h.html#afc0f410251fed7d07e024b2e0a0729b3", null ], - [ "accountType", "Finance_8h.html#abfae8042955482e83a5bab01e8316945", null ], - [ "amount", "Finance_8h.html#a5e0304233bed8d213af5bd72664823d4", null ], - [ "bic", "Finance_8h.html#a94650c02aa931834471feed0da78f08b", null ], - [ "bitcoinAddress", "Finance_8h.html#a66b99fc214d3bed0c90a7949dc6b3705", null ], - [ "creditCardCvv", "Finance_8h.html#a216afbb9fcaab154bfe972add743be79", null ], - [ "creditCardExpirationDate", "Finance_8h.html#a34a8190ed914e4e7fff458dce251b985", null ], - [ "creditCardNumber", "Finance_8h.html#a5a519898ac7629e39d6e6a25ceffab7d", null ], - [ "creditCardType", "Finance_8h.html#a32e7989bf088c09599d1adca311c054b", null ], - [ "currency", "Finance_8h.html#a29606d5523b5a21bf64c358ddc74413e", null ], - [ "currencyCode", "Finance_8h.html#a58726ca5cb5ba71dfd592f6258504ffb", null ], - [ "currencyName", "Finance_8h.html#a4d59f8d895dc61d439c0cbe465f43dc9", null ], - [ "currencySymbol", "Finance_8h.html#ab725a52ba235c34265be11d1a5676e11", null ], - [ "ethereumAddress", "Finance_8h.html#a2d09537f9c60d54f1b3efe87a625d7ff", null ], - [ "iban", "Finance_8h.html#ae1c80b5a6001243ccee94cc507703477", null ], - [ "litecoinAddress", "Finance_8h.html#ab5f0ab675cc48fc1e071b828ffe0016d", null ], - [ "pin", "Finance_8h.html#af47e8f35ddd3b9ae270f36f62e21e05b", null ], - [ "routingNumber", "Finance_8h.html#a5df8a15db141fc4fbc1d49e1088c9484", null ] + [ "accountNumber", "Finance_8h.html#a7e67f5ac9230274301dec25f36ba58bd", null ], + [ "accountType", "Finance_8h.html#acb6673644b599d3285f8582b23d74af9", null ], + [ "amount", "Finance_8h.html#a45a740f60cfb1788f79f08110dba3c3c", null ], + [ "bic", "Finance_8h.html#a25d2ce6cdf0a4c3182c74f25cd6389dc", null ], + [ "bitcoinAddress", "Finance_8h.html#ab5e2e3ab4e301fed661d9f588600a717", null ], + [ "creditCardCvv", "Finance_8h.html#a0ba2562d81c93595b2af0dcfc109fc84", null ], + [ "creditCardExpirationDate", "Finance_8h.html#a692fb9b483d85c91d19ac2f7e79250a4", null ], + [ "creditCardNumber", "Finance_8h.html#a036b1e9c9a590257c88f230ea7de602d", null ], + [ "creditCardType", "Finance_8h.html#a5d717f0d58c42cd4588b3d26f9bcdb38", null ], + [ "currency", "Finance_8h.html#a05481e72083261ce62113644ddb6038f", null ], + [ "currencyCode", "Finance_8h.html#a8556f59f5be1b90fdcd8d08cb999f827", null ], + [ "currencyName", "Finance_8h.html#a6daf7688d136068b71d34ccb792b00bf", null ], + [ "currencySymbol", "Finance_8h.html#afa74fcebfd397842d3beb0b18620ec39", null ], + [ "ethereumAddress", "Finance_8h.html#a30c18f090dc95e47a21846f694edc74d", null ], + [ "iban", "Finance_8h.html#a89eeb8a7709d8f37073029532fa58f0a", null ], + [ "litecoinAddress", "Finance_8h.html#a89147ba29c55835df80b6bfbb31057b0", null ], + [ "pin", "Finance_8h.html#a1a601801599811853376fccc3bd75831", null ], + [ "routingNumber", "Finance_8h.html#acdba5149d4f18e5b05c3ea88de3f5c09", null ] ]; \ No newline at end of file diff --git a/Finance_8h__incl.map b/Finance_8h__incl.map index 8c47c830b..b5922b3e0 100644 --- a/Finance_8h__incl.map +++ b/Finance_8h__incl.map @@ -1,13 +1,15 @@ - + - + - + - - - - - + + + + + + + diff --git a/Finance_8h__incl.md5 b/Finance_8h__incl.md5 index 538439dc2..071c35b83 100644 --- a/Finance_8h__incl.md5 +++ b/Finance_8h__incl.md5 @@ -1 +1 @@ -14b917a2e911e7c2f0f387a261128b63 \ No newline at end of file +2f69bf05400bc48735b51815898053f4 \ No newline at end of file diff --git a/Finance_8h__incl.png b/Finance_8h__incl.png index f7bc4ca19..8c75a0c95 100644 Binary files a/Finance_8h__incl.png and b/Finance_8h__incl.png differ diff --git a/Finance_8h_source.html b/Finance_8h_source.html index 40151f61b..46cdc454c 100644 --- a/Finance_8h_source.html +++ b/Finance_8h_source.html @@ -108,146 +108,147 @@
4#include <string>
5#include <string_view>
6
-
7#include "types/Country.h"
-
8#include "types/Precision.h"
-
9
-
- -
11{
-
-
12 struct Currency
-
13 {
-
14 std::string_view name;
-
15 std::string_view code;
-
16 std::string_view symbol;
-
17 };
+
7#include "faker-cxx/Export.h"
+
8#include "types/Country.h"
+
9#include "types/Precision.h"
+
10
+
+ +
12{
+
+
13 struct FAKER_CXX_EXPORT Currency
+
14 {
+
15 std::string_view name;
+
16 std::string_view code;
+
17 std::string_view symbol;
+
18 };
-
18
19
- -
30
-
40 std::string_view currencyName();
-
41
-
51 std::string_view currencyCode();
-
52
-
62 std::string_view currencySymbol();
-
63
-
73 std::string_view accountType();
-
74
-
92 std::string amount(double min = 0, double max = 1000, Precision precision = Precision::TwoDp,
-
93 const std::string& symbol = "");
-
94
-
-
95 enum class IbanCountry
-
96 {
-
97 Austria,
-
98 Belgium,
- -
100 Croatia,
-
101 Cyprus,
-
102 Czechia,
-
103 Denmark,
-
104 Estonia,
-
105 Finland,
-
106 France,
-
107 Germany,
-
108 Greece,
-
109 Hungary,
-
110 Ireland,
-
111 Italy,
-
112 Latvia,
-
113 Lithuania,
- -
115 Malta,
- -
117 Poland,
-
118 Portugal,
-
119 Romania,
-
120 Slovakia,
-
121 Slovenia,
-
122 Spain,
-
123 Sweden
-
124 };
+
20
+
30 FAKER_CXX_EXPORT Currency currency();
+
31
+
41 FAKER_CXX_EXPORT std::string_view currencyName();
+
42
+
52 FAKER_CXX_EXPORT std::string_view currencyCode();
+
53
+
63 FAKER_CXX_EXPORT std::string_view currencySymbol();
+
64
+
74 FAKER_CXX_EXPORT std::string_view accountType();
+
75
+
93 FAKER_CXX_EXPORT std::string amount(double min = 0, double max = 1000, Precision precision = Precision::TwoDp,
+
94 const std::string& symbol = "");
+
95
+
+
96 enum class IbanCountry
+
97 {
+
98 Austria,
+
99 Belgium,
+
100 Bulgaria,
+
101 Croatia,
+
102 Cyprus,
+
103 Czechia,
+
104 Denmark,
+
105 Estonia,
+
106 Finland,
+
107 France,
+
108 Germany,
+
109 Greece,
+
110 Hungary,
+
111 Ireland,
+
112 Italy,
+
113 Latvia,
+
114 Lithuania,
+ +
116 Malta,
+ +
118 Poland,
+
119 Portugal,
+
120 Romania,
+
121 Slovakia,
+
122 Slovenia,
+
123 Spain,
+
124 Sweden
+
125 };
-
125
-
138 std::string iban(std::optional<IbanCountry> country = std::nullopt);
-
139
-
-
140 enum class BicCountry
-
141 {
-
142 France,
-
143 Germany,
-
144 India,
-
145 Italy,
- -
147 Poland,
-
148 Romania,
-
149 Spain,
- - -
152 };
+
126
+
139 FAKER_CXX_EXPORT std::string iban(std::optional<IbanCountry> country = std::nullopt);
+
140
+
+
141 enum class BicCountry
+
142 {
+
143 France,
+
144 Germany,
+
145 India,
+
146 Italy,
+ +
148 Poland,
+
149 Romania,
+
150 Spain,
+ + +
153 };
-
153
-
166 std::string_view bic(std::optional<BicCountry> country = std::nullopt);
-
167
-
180 std::string accountNumber(unsigned length = 8);
-
181
-
194 std::string pin(unsigned length = 4);
-
195
-
205 std::string routingNumber();
-
206
-
-
207 enum class CreditCardType
-
208 {
- -
210 Discover,
- -
212 Visa
-
213 };
+
154
+
167 FAKER_CXX_EXPORT std::string_view bic(std::optional<BicCountry> country = std::nullopt);
+
168
+
181 FAKER_CXX_EXPORT std::string accountNumber(unsigned length = 8);
+
182
+
195 FAKER_CXX_EXPORT std::string pin(unsigned length = 4);
+
196
+
206 FAKER_CXX_EXPORT std::string routingNumber();
+
207
+
+
208 enum class CreditCardType
+
209 {
+ +
211 Discover,
+ +
213 Visa
+
214 };
-
214
-
226 std::string creditCardNumber(std::optional<CreditCardType> creditCardType = std::nullopt);
-
227
-
237 std::string creditCardCvv();
-
238
-
248 std::string bitcoinAddress();
-
249
-
259 std::string litecoinAddress();
-
260
-
270 std::string ethereumAddress();
-
271
- -
282
-
292 std::string_view creditCardType();
-
293
-
294}
+
215
+
227 FAKER_CXX_EXPORT std::string creditCardNumber(std::optional<CreditCardType> creditCardType = std::nullopt);
+
228
+
238 FAKER_CXX_EXPORT std::string creditCardCvv();
+
239
+
249 FAKER_CXX_EXPORT std::string bitcoinAddress();
+
250
+
260 FAKER_CXX_EXPORT std::string litecoinAddress();
+
261
+
271 FAKER_CXX_EXPORT std::string ethereumAddress();
+
272
+
282 FAKER_CXX_EXPORT std::string creditCardExpirationDate();
+
283
+
293 FAKER_CXX_EXPORT std::string_view creditCardType();
+
294
+
295}
-
Definition Finance.h:11
-
std::string creditCardCvv()
-
Currency currency()
Returns a random currency.
-
std::string ethereumAddress()
-
std::string_view creditCardType()
-
std::string creditCardExpirationDate()
-
std::string_view currencyName()
Returns a random currency name.
-
std::string_view currencyCode()
Returns a random currency code.
-
std::string creditCardNumber(std::optional< CreditCardType > creditCardType=std::nullopt)
-
std::string routingNumber()
-
std::string amount(double min=0, double max=1000, Precision precision=Precision::TwoDp, const std::string &symbol="")
Generates a random amount between the given bounds (inclusive).
-
std::string bitcoinAddress()
-
BicCountry
Definition Finance.h:141
+
Definition Finance.h:12
+
FAKER_CXX_EXPORT std::string creditCardNumber(std::optional< CreditCardType > creditCardType=std::nullopt)
+
FAKER_CXX_EXPORT Currency currency()
Returns a random currency.
+
FAKER_CXX_EXPORT std::string creditCardCvv()
+
FAKER_CXX_EXPORT std::string pin(unsigned length=4)
+
FAKER_CXX_EXPORT std::string_view bic(std::optional< BicCountry > country=std::nullopt)
+
FAKER_CXX_EXPORT std::string ethereumAddress()
+
FAKER_CXX_EXPORT std::string amount(double min=0, double max=1000, Precision precision=Precision::TwoDp, const std::string &symbol="")
Generates a random amount between the given bounds (inclusive).
+
FAKER_CXX_EXPORT std::string_view creditCardType()
+
FAKER_CXX_EXPORT std::string creditCardExpirationDate()
+
FAKER_CXX_EXPORT std::string_view currencyName()
Returns a random currency name.
+
BicCountry
Definition Finance.h:142
-
std::string_view bic(std::optional< BicCountry > country=std::nullopt)
-
CreditCardType
Definition Finance.h:208
+
FAKER_CXX_EXPORT std::string accountNumber(unsigned length=8)
+
FAKER_CXX_EXPORT std::string_view currencyCode()
Returns a random currency code.
+
FAKER_CXX_EXPORT std::string litecoinAddress()
+
FAKER_CXX_EXPORT std::string iban(std::optional< IbanCountry > country=std::nullopt)
+
CreditCardType
Definition Finance.h:209
-
std::string litecoinAddress()
-
std::string_view currencySymbol()
Returns a random currency symbol.
-
std::string_view accountType()
Returns a random account type.
-
IbanCountry
Definition Finance.h:96
+
FAKER_CXX_EXPORT std::string bitcoinAddress()
+
IbanCountry
Definition Finance.h:97
@@ -275,13 +276,13 @@ -
std::string iban(std::optional< IbanCountry > country=std::nullopt)
-
std::string pin(unsigned length=4)
-
std::string accountNumber(unsigned length=8)
-
Definition Finance.h:13
-
std::string_view name
Definition Finance.h:14
-
std::string_view code
Definition Finance.h:15
-
std::string_view symbol
Definition Finance.h:16
+
FAKER_CXX_EXPORT std::string_view accountType()
Returns a random account type.
+
FAKER_CXX_EXPORT std::string routingNumber()
+
FAKER_CXX_EXPORT std::string_view currencySymbol()
Returns a random currency symbol.
+
Definition Finance.h:14
+
std::string_view name
Definition Finance.h:15
+
std::string_view code
Definition Finance.h:16
+
std::string_view symbol
Definition Finance.h:17
diff --git a/Food_8h.html b/Food_8h.html index 5c5d51520..1d8d45727 100644 --- a/Food_8h.html +++ b/Food_8h.html @@ -106,14 +106,17 @@
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for Food.h:
- - - + + + + +
@@ -138,48 +141,48 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view faker::food::alcoholicBeverage ()
 Returns a random alcoholic beverage name.
 
std::string_view faker::food::grain ()
 Returns a random grain measurement.
 
std::string_view faker::food::milkProduct ()
 Returns a random milk product's name.
 
std::string_view faker::food::fruit ()
 Returns a random fruit's name.
 
std::string_view faker::food::meat ()
 Returns a random meat's name.
 
std::string_view faker::food::seafood ()
 Returns a random seafood's name.
 
std::string_view faker::food::vegetable ()
 Returns a random vegetable's name.
 
std::string_view faker::food::oil ()
 Returns a random oil's name.
 
std::string_view faker::food::nut ()
 Returns a random nut's name.
 
std::string_view faker::food::seed ()
 Returns a random seed's name.
 
std::string_view faker::food::sugarProduct ()
 Returns a random sugar product's name.
 
std::string_view faker::food::nonalcoholicBeverage ()
 Returns a random non-alcoholic beverage's name.
 
std::string_view faker::food::dishName ()
 Returns a random dish's name.
 
std::string_view faker::food::foodCategory ()
 Returns a random food categories' name.
 
FAKER_CXX_EXPORT std::string_view faker::food::alcoholicBeverage ()
 Returns a random alcoholic beverage name.
 
FAKER_CXX_EXPORT std::string_view faker::food::grain ()
 Returns a random grain measurement.
 
FAKER_CXX_EXPORT std::string_view faker::food::milkProduct ()
 Returns a random milk product's name.
 
FAKER_CXX_EXPORT std::string_view faker::food::fruit ()
 Returns a random fruit's name.
 
FAKER_CXX_EXPORT std::string_view faker::food::meat ()
 Returns a random meat's name.
 
FAKER_CXX_EXPORT std::string_view faker::food::seafood ()
 Returns a random seafood's name.
 
FAKER_CXX_EXPORT std::string_view faker::food::vegetable ()
 Returns a random vegetable's name.
 
FAKER_CXX_EXPORT std::string_view faker::food::oil ()
 Returns a random oil's name.
 
FAKER_CXX_EXPORT std::string_view faker::food::nut ()
 Returns a random nut's name.
 
FAKER_CXX_EXPORT std::string_view faker::food::seed ()
 Returns a random seed's name.
 
FAKER_CXX_EXPORT std::string_view faker::food::sugarProduct ()
 Returns a random sugar product's name.
 
FAKER_CXX_EXPORT std::string_view faker::food::nonalcoholicBeverage ()
 Returns a random non-alcoholic beverage's name.
 
FAKER_CXX_EXPORT std::string_view faker::food::dishName ()
 Returns a random dish's name.
 
FAKER_CXX_EXPORT std::string_view faker::food::foodCategory ()
 Returns a random food categories' name.
 
diff --git a/Food_8h.js b/Food_8h.js index bfe69c224..ea56efe4f 100644 --- a/Food_8h.js +++ b/Food_8h.js @@ -1,17 +1,17 @@ var Food_8h = [ - [ "alcoholicBeverage", "Food_8h.html#aefba0c47fe6e5467a9ddddce257adcd2", null ], - [ "dishName", "Food_8h.html#ad126c3e3da96b38d777cf20cb10bdd78", null ], - [ "foodCategory", "Food_8h.html#a0d867a40e079d6ac464007642c60f221", null ], - [ "fruit", "Food_8h.html#a6404af0445ed5723b97ef9171132d75b", null ], - [ "grain", "Food_8h.html#a5479ec88ff85aadfbad730b33af548cc", null ], - [ "meat", "Food_8h.html#ae03809d8d07ae2c4eb8818d0e6655a66", null ], - [ "milkProduct", "Food_8h.html#afc951542f8a95521402ab87cbdeb71f2", null ], - [ "nonalcoholicBeverage", "Food_8h.html#a8c93736673dbce43e6014943f7e75e8a", null ], - [ "nut", "Food_8h.html#ad5f3d82bec0d75c1c2181c2f48c5a8bd", null ], - [ "oil", "Food_8h.html#ac8bcd44c8ebf005d77cf4c64b1cf4311", null ], - [ "seafood", "Food_8h.html#aa2586db301f6a26b8f9ccfdb333fd293", null ], - [ "seed", "Food_8h.html#ae54dacb21cbc5f95841e93fd26a1dc0d", null ], - [ "sugarProduct", "Food_8h.html#ae7eaeb0123298f884a750f1c6355cacd", null ], - [ "vegetable", "Food_8h.html#adc32e2b1001e920bdf8ab07208a4836b", null ] + [ "alcoholicBeverage", "Food_8h.html#a242b623a082b6729ddc0ca5b06e08a37", null ], + [ "dishName", "Food_8h.html#a342e20d575c9e53b2fff85f9c9744e57", null ], + [ "foodCategory", "Food_8h.html#ade6002cb3bafb7bced418d2d1c256f72", null ], + [ "fruit", "Food_8h.html#a6e3f30c718598e29f6c5db9b42374033", null ], + [ "grain", "Food_8h.html#a524958b3f779590a3e7d781bdeb58f22", null ], + [ "meat", "Food_8h.html#adfa2995adb916eff7d864e830bc05b92", null ], + [ "milkProduct", "Food_8h.html#acea2316e65fbcaa8958179a1a1e688a8", null ], + [ "nonalcoholicBeverage", "Food_8h.html#ab60ef0fff7acc273fd2317c469f9bd2a", null ], + [ "nut", "Food_8h.html#abac00f1ce6f9b49dff1548efa5a2d017", null ], + [ "oil", "Food_8h.html#adb306cd2fc489aac94d9c03ad6013116", null ], + [ "seafood", "Food_8h.html#a1afd0c7bce41f172f409956650b80401", null ], + [ "seed", "Food_8h.html#a5f50d39d0da2d04f87d1fada468c2682", null ], + [ "sugarProduct", "Food_8h.html#a3b58938e421e79f85126d4ef3b6e4280", null ], + [ "vegetable", "Food_8h.html#a7ab3916e74c59914e97c64334821e5c7", null ] ]; \ No newline at end of file diff --git a/Food_8h__incl.map b/Food_8h__incl.map index 41f7449e5..3364d1287 100644 --- a/Food_8h__incl.map +++ b/Food_8h__incl.map @@ -1,5 +1,7 @@ - - - + + + + + diff --git a/Food_8h__incl.md5 b/Food_8h__incl.md5 index 69dc82d52..9e10277fd 100644 --- a/Food_8h__incl.md5 +++ b/Food_8h__incl.md5 @@ -1 +1 @@ -4b4263798e3533fd7602c676cd66f1ef \ No newline at end of file +e268364c62f6fa8f351984f733c9504d \ No newline at end of file diff --git a/Food_8h__incl.png b/Food_8h__incl.png index 0f7e7181d..a1bd7c873 100644 Binary files a/Food_8h__incl.png and b/Food_8h__incl.png differ diff --git a/Food_8h_source.html b/Food_8h_source.html index e0a8115ad..86cd113a8 100644 --- a/Food_8h_source.html +++ b/Food_8h_source.html @@ -105,54 +105,55 @@ Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
-
4
-
-
5namespace faker::food
-
6{
-
16 std::string_view alcoholicBeverage();
-
17
-
27 std::string_view grain();
-
28
-
38 std::string_view milkProduct();
-
39
-
49 std::string_view fruit();
-
50
-
60 std::string_view meat();
-
61
-
71 std::string_view seafood();
-
72
-
82 std::string_view vegetable();
-
83
-
93 std::string_view oil();
-
94
-
104 std::string_view nut();
-
105
-
115 std::string_view seed();
-
116
-
126 std::string_view sugarProduct();
-
127
-
137 std::string_view nonalcoholicBeverage();
-
138
-
148 std::string_view dishName();
-
149
-
159 std::string_view foodCategory();
-
160}
+
4#include "faker-cxx/Export.h"
+
5
+
+
6namespace faker::food
+
7{
+
17 FAKER_CXX_EXPORT std::string_view alcoholicBeverage();
+
18
+
28 FAKER_CXX_EXPORT std::string_view grain();
+
29
+
39 FAKER_CXX_EXPORT std::string_view milkProduct();
+
40
+
50 FAKER_CXX_EXPORT std::string_view fruit();
+
51
+
61 FAKER_CXX_EXPORT std::string_view meat();
+
62
+
72 FAKER_CXX_EXPORT std::string_view seafood();
+
73
+
83 FAKER_CXX_EXPORT std::string_view vegetable();
+
84
+
94 FAKER_CXX_EXPORT std::string_view oil();
+
95
+
105 FAKER_CXX_EXPORT std::string_view nut();
+
106
+
116 FAKER_CXX_EXPORT std::string_view seed();
+
117
+
127 FAKER_CXX_EXPORT std::string_view sugarProduct();
+
128
+
138 FAKER_CXX_EXPORT std::string_view nonalcoholicBeverage();
+
139
+
149 FAKER_CXX_EXPORT std::string_view dishName();
+
150
+
160 FAKER_CXX_EXPORT std::string_view foodCategory();
+
161}
-
Definition Food.h:6
-
std::string_view foodCategory()
Returns a random food categories' name.
-
std::string_view grain()
Returns a random grain measurement.
-
std::string_view fruit()
Returns a random fruit's name.
-
std::string_view nonalcoholicBeverage()
Returns a random non-alcoholic beverage's name.
-
std::string_view seafood()
Returns a random seafood's name.
-
std::string_view oil()
Returns a random oil's name.
-
std::string_view dishName()
Returns a random dish's name.
-
std::string_view nut()
Returns a random nut's name.
-
std::string_view vegetable()
Returns a random vegetable's name.
-
std::string_view meat()
Returns a random meat's name.
-
std::string_view seed()
Returns a random seed's name.
-
std::string_view sugarProduct()
Returns a random sugar product's name.
-
std::string_view alcoholicBeverage()
Returns a random alcoholic beverage name.
-
std::string_view milkProduct()
Returns a random milk product's name.
+
Definition Food.h:7
+
FAKER_CXX_EXPORT std::string_view seafood()
Returns a random seafood's name.
+
FAKER_CXX_EXPORT std::string_view alcoholicBeverage()
Returns a random alcoholic beverage name.
+
FAKER_CXX_EXPORT std::string_view dishName()
Returns a random dish's name.
+
FAKER_CXX_EXPORT std::string_view sugarProduct()
Returns a random sugar product's name.
+
FAKER_CXX_EXPORT std::string_view grain()
Returns a random grain measurement.
+
FAKER_CXX_EXPORT std::string_view seed()
Returns a random seed's name.
+
FAKER_CXX_EXPORT std::string_view fruit()
Returns a random fruit's name.
+
FAKER_CXX_EXPORT std::string_view vegetable()
Returns a random vegetable's name.
+
FAKER_CXX_EXPORT std::string_view nonalcoholicBeverage()
Returns a random non-alcoholic beverage's name.
+
FAKER_CXX_EXPORT std::string_view nut()
Returns a random nut's name.
+
FAKER_CXX_EXPORT std::string_view milkProduct()
Returns a random milk product's name.
+
FAKER_CXX_EXPORT std::string_view oil()
Returns a random oil's name.
+
FAKER_CXX_EXPORT std::string_view foodCategory()
Returns a random food categories' name.
+
FAKER_CXX_EXPORT std::string_view meat()
Returns a random meat's name.
diff --git a/Git_8h.html b/Git_8h.html index 7424a2909..e18670b39 100644 --- a/Git_8h.html +++ b/Git_8h.html @@ -108,19 +108,22 @@
#include <optional>
#include <string>
+#include "faker-cxx/Export.h"
#include "faker-cxx/types/Country.h"
Include dependency graph for Git.h:
- + - + - - - + + + + +
@@ -150,21 +153,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + +

Functions

std::string faker::git::branch (unsigned maxIssueNum=100)
 Returns a random branch name.
 
std::string faker::git::commitDate (unsigned years=15)
 Generates a random date in form of string.
 
std::string faker::git::commitEntry (std::optional< unsigned > dateYears=std::nullopt, std::optional< unsigned > shaLength=std::nullopt, Country country=Country::England)
 Generates a random commit entry in form of string.
 
std::string faker::git::commitMessage ()
 Generates a random commit message.
 
std::string faker::git::commitSha (unsigned length=40)
 Returns a random SHA hash.
 
FAKER_CXX_EXPORT std::string faker::git::branch (unsigned maxIssueNum=100)
 Returns a random branch name.
 
FAKER_CXX_EXPORT std::string faker::git::commitDate (unsigned years=15)
 Generates a random date in form of string.
 
FAKER_CXX_EXPORT std::string faker::git::commitEntry (std::optional< unsigned > dateYears=std::nullopt, std::optional< unsigned > shaLength=std::nullopt, Country country=Country::England)
 Generates a random commit entry in form of string.
 
FAKER_CXX_EXPORT std::string faker::git::commitMessage ()
 Generates a random commit message.
 
FAKER_CXX_EXPORT std::string faker::git::commitSha (unsigned length=40)
 Returns a random SHA hash.
 
diff --git a/Git_8h.js b/Git_8h.js index 11d3c5936..68bcec5c5 100644 --- a/Git_8h.js +++ b/Git_8h.js @@ -1,9 +1,9 @@ var Git_8h = [ [ "faker::git::Author", "structfaker_1_1git_1_1Author.html", "structfaker_1_1git_1_1Author" ], - [ "branch", "Git_8h.html#a4e9e76963846a33886421a59e65c8c25", null ], - [ "commitDate", "Git_8h.html#aa031fd6b63fb866c8d2479a7dfee0d35", null ], - [ "commitEntry", "Git_8h.html#a2770daf99a087e82a8cd1ac2ae3c24a7", null ], - [ "commitMessage", "Git_8h.html#a35a6ab9dad291855cfac919e9869346c", null ], - [ "commitSha", "Git_8h.html#a63cc6bc9fa0458977d0982f858864535", null ] + [ "branch", "Git_8h.html#a9057763074d9ca99cb23aa4696766893", null ], + [ "commitDate", "Git_8h.html#aa2e2ae5d68f8df30fbc31156c54f9778", null ], + [ "commitEntry", "Git_8h.html#a5f23fd2f7cb8f5996ef83a2e48a3417e", null ], + [ "commitMessage", "Git_8h.html#a309bf5a4ba8173045c751f3509494f94", null ], + [ "commitSha", "Git_8h.html#a436a7fdcdcca81c208bbca7da97af168", null ] ]; \ No newline at end of file diff --git a/Git_8h__incl.map b/Git_8h__incl.map index 6569ca404..121fef325 100644 --- a/Git_8h__incl.map +++ b/Git_8h__incl.map @@ -1,9 +1,11 @@ - + - + - - - + + + + + diff --git a/Git_8h__incl.md5 b/Git_8h__incl.md5 index b8e7e2721..401254200 100644 --- a/Git_8h__incl.md5 +++ b/Git_8h__incl.md5 @@ -1 +1 @@ -fa5c7ff7e30a6e1387a1c2b15b1578ce \ No newline at end of file +f38d3be9eb18ae5e3b596bced0cea0d8 \ No newline at end of file diff --git a/Git_8h__incl.png b/Git_8h__incl.png index f739bb49e..e421d7670 100644 Binary files a/Git_8h__incl.png and b/Git_8h__incl.png differ diff --git a/Git_8h_source.html b/Git_8h_source.html index 74adc526e..ea830ec9d 100644 --- a/Git_8h_source.html +++ b/Git_8h_source.html @@ -107,40 +107,41 @@
3#include <optional>
4#include <string>
5
-
6#include "faker-cxx/types/Country.h"
-
7
-
-
8namespace faker::git
-
9{
-
-
10struct Author
-
11{
-
12 std::string name;
-
13 std::string email;
-
14};
+
6#include "faker-cxx/Export.h"
+
7#include "faker-cxx/types/Country.h"
+
8
+
+
9namespace faker::git
+
10{
+
+
11struct FAKER_CXX_EXPORT Author
+
12{
+
13 std::string name;
+
14 std::string email;
+
15};
-
15
-
26std::string branch(unsigned maxIssueNum = 100);
-
27
-
38std::string commitDate(unsigned years = 15);
-
39
-
57std::string commitEntry(std::optional<unsigned> dateYears = std::nullopt,
-
58 std::optional<unsigned> shaLength = std::nullopt, Country country = Country::England);
-
59
-
69std::string commitMessage();
-
70
-
82std::string commitSha(unsigned length = 40);
-
83}
+
16
+
27FAKER_CXX_EXPORT std::string branch(unsigned maxIssueNum = 100);
+
28
+
39FAKER_CXX_EXPORT std::string commitDate(unsigned years = 15);
+
40
+
58FAKER_CXX_EXPORT std::string commitEntry(std::optional<unsigned> dateYears = std::nullopt,
+
59 std::optional<unsigned> shaLength = std::nullopt, Country country = Country::England);
+
60
+
70FAKER_CXX_EXPORT std::string commitMessage();
+
71
+
83FAKER_CXX_EXPORT std::string commitSha(unsigned length = 40);
+
84}
-
Definition Git.h:9
-
std::string commitEntry(std::optional< unsigned > dateYears=std::nullopt, std::optional< unsigned > shaLength=std::nullopt, Country country=Country::England)
Generates a random commit entry in form of string.
-
std::string commitMessage()
Generates a random commit message.
-
std::string branch(unsigned maxIssueNum=100)
Returns a random branch name.
-
std::string commitSha(unsigned length=40)
Returns a random SHA hash.
-
std::string commitDate(unsigned years=15)
Generates a random date in form of string.
-
Definition Git.h:11
-
std::string name
Definition Git.h:12
-
std::string email
Definition Git.h:13
+
Definition Git.h:10
+
FAKER_CXX_EXPORT std::string commitMessage()
Generates a random commit message.
+
FAKER_CXX_EXPORT std::string commitSha(unsigned length=40)
Returns a random SHA hash.
+
FAKER_CXX_EXPORT std::string commitEntry(std::optional< unsigned > dateYears=std::nullopt, std::optional< unsigned > shaLength=std::nullopt, Country country=Country::England)
Generates a random commit entry in form of string.
+
FAKER_CXX_EXPORT std::string branch(unsigned maxIssueNum=100)
Returns a random branch name.
+
FAKER_CXX_EXPORT std::string commitDate(unsigned years=15)
Generates a random date in form of string.
+
Definition Git.h:12
+
std::string name
Definition Git.h:13
+
std::string email
Definition Git.h:14
diff --git a/Hacker_8h.html b/Hacker_8h.html index 36b9a0057..255928c31 100644 --- a/Hacker_8h.html +++ b/Hacker_8h.html @@ -106,14 +106,17 @@
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for Hacker.h:
- - - + + + + +
@@ -138,24 +141,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +

Functions

std::string_view faker::hacker::abbreviation ()
 Returns a hacker abbreviation.
 
std::string_view faker::hacker::adjective ()
 Returns a random adjective.
 
std::string_view faker::hacker::noun ()
 Returns a random noun.
 
std::string_view faker::hacker::verb ()
 Returns a random verb.
 
std::string_view faker::hacker::ingverb ()
 Returns a random ingverb.
 
std::string faker::hacker::phrase ()
 Returns a random phrase.
 
FAKER_CXX_EXPORT std::string_view faker::hacker::abbreviation ()
 Returns a hacker abbreviation.
 
FAKER_CXX_EXPORT std::string_view faker::hacker::adjective ()
 Returns a random adjective.
 
FAKER_CXX_EXPORT std::string_view faker::hacker::noun ()
 Returns a random noun.
 
FAKER_CXX_EXPORT std::string_view faker::hacker::verb ()
 Returns a random verb.
 
FAKER_CXX_EXPORT std::string_view faker::hacker::ingverb ()
 Returns a random ingverb.
 
FAKER_CXX_EXPORT std::string faker::hacker::phrase ()
 Returns a random phrase.
 
diff --git a/Hacker_8h.js b/Hacker_8h.js index 8d7d507d6..4e568fa94 100644 --- a/Hacker_8h.js +++ b/Hacker_8h.js @@ -1,9 +1,9 @@ var Hacker_8h = [ - [ "abbreviation", "Hacker_8h.html#acd6a81ea49b6b20fa8611419512ee10f", null ], - [ "adjective", "Hacker_8h.html#ad20638e4e69212401bdd7cd718966be6", null ], - [ "ingverb", "Hacker_8h.html#a219461f5eefdaaf572b263562fe2e025", null ], - [ "noun", "Hacker_8h.html#a48cf993e09f6ac0160250bc5452df5b9", null ], - [ "phrase", "Hacker_8h.html#a1f5e5a7c6d0d4e1e1cbf7760cc6c73fe", null ], - [ "verb", "Hacker_8h.html#a613dfcf29afe110dfc1cb85337da5d9b", null ] + [ "abbreviation", "Hacker_8h.html#acda247954f20cfd70336242b02bcdd1d", null ], + [ "adjective", "Hacker_8h.html#ab145eeeb1541c504518051e74bb1d6c0", null ], + [ "ingverb", "Hacker_8h.html#a88bf4b9f6a06f804c206f51d36e3831d", null ], + [ "noun", "Hacker_8h.html#af4138bc944b402d9563120e50750aa26", null ], + [ "phrase", "Hacker_8h.html#ab8e34e7b1172882cf567b0106779214c", null ], + [ "verb", "Hacker_8h.html#a31cdbd8f27c40864c4cc622de9ac4a14", null ] ]; \ No newline at end of file diff --git a/Hacker_8h__incl.map b/Hacker_8h__incl.map index 774e15a53..30ad32707 100644 --- a/Hacker_8h__incl.map +++ b/Hacker_8h__incl.map @@ -1,5 +1,7 @@ - - - + + + + + diff --git a/Hacker_8h__incl.md5 b/Hacker_8h__incl.md5 index 9e0d877da..d7c8cfdab 100644 --- a/Hacker_8h__incl.md5 +++ b/Hacker_8h__incl.md5 @@ -1 +1 @@ -421557ac04bf9b3fadb0c6e730883b18 \ No newline at end of file +dfe31ce42cd8218f959724eebb6fb7f4 \ No newline at end of file diff --git a/Hacker_8h__incl.png b/Hacker_8h__incl.png index 830fad55a..1b17e174c 100644 Binary files a/Hacker_8h__incl.png and b/Hacker_8h__incl.png differ diff --git a/Hacker_8h_source.html b/Hacker_8h_source.html index 48414697d..04cb2d9f7 100644 --- a/Hacker_8h_source.html +++ b/Hacker_8h_source.html @@ -105,30 +105,31 @@ Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
-
4
-
-
5namespace faker::hacker
-
6{
-
16 std::string_view abbreviation();
-
17
-
27 std::string_view adjective();
-
28
-
38 std::string_view noun();
-
39
-
49 std::string_view verb();
-
50
-
60 std::string_view ingverb();
-
61
-
71 std::string phrase();
-
72}
+
4#include "faker-cxx/Export.h"
+
5
+
+
6namespace faker::hacker
+
7{
+
17 FAKER_CXX_EXPORT std::string_view abbreviation();
+
18
+
28 FAKER_CXX_EXPORT std::string_view adjective();
+
29
+
39 FAKER_CXX_EXPORT std::string_view noun();
+
40
+
50 FAKER_CXX_EXPORT std::string_view verb();
+
51
+
61 FAKER_CXX_EXPORT std::string_view ingverb();
+
62
+
72 FAKER_CXX_EXPORT std::string phrase();
+
73}
-
Definition Hacker.h:6
-
std::string phrase()
Returns a random phrase.
-
std::string_view ingverb()
Returns a random ingverb.
-
std::string_view noun()
Returns a random noun.
-
std::string_view verb()
Returns a random verb.
-
std::string_view abbreviation()
Returns a hacker abbreviation.
-
std::string_view adjective()
Returns a random adjective.
+
Definition Hacker.h:7
+
FAKER_CXX_EXPORT std::string_view verb()
Returns a random verb.
+
FAKER_CXX_EXPORT std::string_view ingverb()
Returns a random ingverb.
+
FAKER_CXX_EXPORT std::string_view adjective()
Returns a random adjective.
+
FAKER_CXX_EXPORT std::string phrase()
Returns a random phrase.
+
FAKER_CXX_EXPORT std::string_view abbreviation()
Returns a hacker abbreviation.
+
FAKER_CXX_EXPORT std::string_view noun()
Returns a random noun.
diff --git a/Helper_8h.html b/Helper_8h.html index 027525d52..983e27953 100644 --- a/Helper_8h.html +++ b/Helper_8h.html @@ -115,6 +115,7 @@ #include <span>
#include <string>
#include <vector>
+#include "faker-cxx/Export.h"
#include "Datatype.h"
#include "Number.h"
@@ -122,34 +123,37 @@
- + - + - + - + - - - + + + - + - + - + - + + + - - - - - - - - + + + + + + + + +
@@ -205,9 +209,9 @@ T faker::helper::weightedArrayElement (const std::vector< WeightedElement< T > > &data)  Get a random element by weight from a vector.
  -std::string faker::helper::shuffleString (std::string data) - Returns shuffled std::string.
-  +FAKER_CXX_EXPORT std::string faker::helper::shuffleString (std::string data) + Returns shuffled std::string.
+  template<typename T > T::key_type faker::helper::objectKey (const T &object)  Returns a random key from given object.
@@ -220,15 +224,15 @@ std::vector< T > faker::helper::toVector (const std::array< T, N > &arr)  Returns a vector equivalent to the given array.
  -std::string faker::helper::replaceSymbolWithNumber (const std::string &str, const char &symbol='#') - Returns the given string parsed symbol by symbol and replaced the placeholders with digits ("0" - "9"). "!" will be replaced by digits >=2 ("2" - "9").
-  -std::string faker::helper::replaceCreditCardSymbols (const std::string &inputString="6453-####-####-####-###L", char symbol='#') - Returns credit card schema with replaced symbols and patterns in a credit card including Luhn checksum This method supports both range patterns `[4-9]` as well as the patterns used by `replaceSymbolWithNumber()`. `L` will be replaced with the appropriate Luhn checksum.
-  -std::string faker::helper::regexpStyleStringParse (const std::string &input) - Returns the replaced regex-like expression in the string with matching values.
-  +FAKER_CXX_EXPORT std::string faker::helper::replaceSymbolWithNumber (const std::string &str, const char &symbol='#') + Returns the given string parsed symbol by symbol and replaced the placeholders with digits ("0" - "9"). "!" will be replaced by digits >=2 ("2" - "9").
+  +FAKER_CXX_EXPORT std::string faker::helper::replaceCreditCardSymbols (const std::string &inputString="6453-####-####-####-###L", char symbol='#') + Returns credit card schema with replaced symbols and patterns in a credit card including Luhn checksum This method supports both range patterns `[4-9]` as well as the patterns used by `replaceSymbolWithNumber()`. `L` will be replaced with the appropriate Luhn checksum.
+  +FAKER_CXX_EXPORT std::string faker::helper::regexpStyleStringParse (const std::string &input) + Returns the replaced regex-like expression in the string with matching values.
diff --git a/Helper_8h.js b/Helper_8h.js index ed910fa01..bee038eb9 100644 --- a/Helper_8h.js +++ b/Helper_8h.js @@ -8,11 +8,11 @@ var Helper_8h = [ "arrayElement", "Helper_8h.html#aa643a09d2b1129c269986c92a4cddb66", null ], [ "maybe", "Helper_8h.html#a98ff8c2ecd79f17526a225e015669150", null ], [ "objectKey", "Helper_8h.html#a8cf1563770798ffe911d9d4500c4a547", null ], - [ "regexpStyleStringParse", "Helper_8h.html#a82febb5702bff2c84af9efeff604cddb", null ], - [ "replaceCreditCardSymbols", "Helper_8h.html#a267e6800ee30faa00b9fc9430a81956f", null ], - [ "replaceSymbolWithNumber", "Helper_8h.html#ac0daa6235fd507843ed86d6f53c6a16c", null ], + [ "regexpStyleStringParse", "Helper_8h.html#a484c4cf1826e01d11c7f8541fb35e4f8", null ], + [ "replaceCreditCardSymbols", "Helper_8h.html#a316cf4ac8f92ad52808e760f39974ca6", null ], + [ "replaceSymbolWithNumber", "Helper_8h.html#afea39638210df8858b64480f140f4c2c", null ], [ "setElement", "Helper_8h.html#a45706a0a4f710f384c1a8781ef14c0df", null ], - [ "shuffleString", "Helper_8h.html#a5be0c12bca864e4eecf422983fac6210", null ], + [ "shuffleString", "Helper_8h.html#a52e611f6feb6b6cebb53f65991a54f6c", null ], [ "toVector", "Helper_8h.html#acba439bbae90916469d2534caef3c6a6", null ], [ "weightedArrayElement", "Helper_8h.html#ad70082b17900d8c6a2d740cce993de97", null ] ]; \ No newline at end of file diff --git a/Helper_8h__incl.map b/Helper_8h__incl.map index 4faa42be1..147f1c731 100644 --- a/Helper_8h__incl.map +++ b/Helper_8h__incl.map @@ -1,30 +1,33 @@ - + - + - + - + - - - + + + - + - + - + - - - - - - - - - - + + + + + + + + + + + + + diff --git a/Helper_8h__incl.md5 b/Helper_8h__incl.md5 index 8771670ff..fbc4d3b4f 100644 --- a/Helper_8h__incl.md5 +++ b/Helper_8h__incl.md5 @@ -1 +1 @@ -0fe4351369cd25f1a9aaa03c5ef576f5 \ No newline at end of file +1c8401c8c1bbc330946eae5996b3d7d2 \ No newline at end of file diff --git a/Helper_8h__incl.png b/Helper_8h__incl.png index 516b8d9e5..fc8ac4563 100644 Binary files a/Helper_8h__incl.png and b/Helper_8h__incl.png differ diff --git a/Helper_8h_source.html b/Helper_8h_source.html index 397ac5e43..4286a256d 100644 --- a/Helper_8h_source.html +++ b/Helper_8h_source.html @@ -114,228 +114,229 @@
10#include <string>
11#include <vector>
12
-
13#include "Datatype.h"
-
14#include "Number.h"
-
15
-
- -
17{
-
32template <class T>
-
-
33T arrayElement(std::span<const T> data)
-
34{
-
35 if (data.empty())
-
36 {
-
37 throw std::invalid_argument{"Data is empty."};
-
38 }
-
39
-
40 const auto index = number::integer<size_t>(data.size() - 1);
-
41
-
42 return data[index];
-
43}
+
13#include "faker-cxx/Export.h"
+
14#include "Datatype.h"
+
15#include "Number.h"
+
16
+
+ +
18{
+
33template <class T>
+
+
34T arrayElement(std::span<const T> data)
+
35{
+
36 if (data.empty())
+
37 {
+
38 throw std::invalid_argument{"Data is empty."};
+
39 }
+
40
+
41 const auto index = number::integer<size_t>(data.size() - 1);
+
42
+
43 return data[index];
+
44}
-
44
-
45template <typename T, std::size_t N>
-
-
46T arrayElement(const std::array<T, N>& data)
-
47{
-
48 if (data.empty())
-
49 {
-
50 throw std::invalid_argument{"Data is empty."};
-
51 }
-
52
-
53 const auto index = number::integer<size_t>(data.size() - 1);
-
54
-
55 return data[index];
-
56}
+
45
+
46template <typename T, std::size_t N>
+
+
47T arrayElement(const std::array<T, N>& data)
+
48{
+
49 if (data.empty())
+
50 {
+
51 throw std::invalid_argument{"Data is empty."};
+
52 }
+
53
+
54 const auto index = number::integer<size_t>(data.size() - 1);
+
55
+
56 return data[index];
+
57}
-
57
-
58template <typename It>
-
-
59auto arrayElement(It start, It end) -> decltype(*::std::declval<It>())
-
60{
-
61 auto size = static_cast<size_t>(end - start);
-
62
-
63 if (size == 0)
-
64 {
-
65 throw std::invalid_argument{"Range [start,end) is empty."};
-
66 }
-
67
-
68 const std::integral auto index = number::integer<size_t>(size - 1);
-
69
-
70 return start[index];
-
71}
+
58
+
59template <typename It>
+
+
60auto arrayElement(It start, It end) -> decltype(*::std::declval<It>())
+
61{
+
62 auto size = static_cast<size_t>(end - start);
+
63
+
64 if (size == 0)
+
65 {
+
66 throw std::invalid_argument{"Range [start,end) is empty."};
+
67 }
+
68
+
69 const std::integral auto index = number::integer<size_t>(size - 1);
+
70
+
71 return start[index];
+
72}
-
72
-
86template <class T>
-
-
87T arrayElement(const std::vector<T>& data)
-
88{
-
89 if (data.empty())
-
90 {
-
91 throw std::invalid_argument{"Data is empty."};
-
92 }
-
93
-
94 const auto index = number::integer<size_t>(data.size() - 1);
-
95
-
96 return data[index];
-
97}
+
73
+
87template <class T>
+
+
88T arrayElement(const std::vector<T>& data)
+
89{
+
90 if (data.empty())
+
91 {
+
92 throw std::invalid_argument{"Data is empty."};
+
93 }
+
94
+
95 const auto index = number::integer<size_t>(data.size() - 1);
+
96
+
97 return data[index];
+
98}
-
98
99
-
113template <class T>
-
-
114T arrayElement(const std::initializer_list<T>& data)
-
115{
-
116 if (data.size() == 0)
-
117 {
-
118 throw std::invalid_argument{"Data is empty."};
-
119 }
-
120
-
121 const auto index = number::integer<size_t>(data.size() - 1);
-
122
-
123 return *(data.begin() + index);
-
124}
+
100
+
114template <class T>
+
+
115T arrayElement(const std::initializer_list<T>& data)
+
116{
+
117 if (data.size() == 0)
+
118 {
+
119 throw std::invalid_argument{"Data is empty."};
+
120 }
+
121
+
122 const auto index = number::integer<size_t>(data.size() - 1);
+
123
+
124 return *(data.begin() + index);
+
125}
-
125
-
140template <class T>
-
-
141T setElement(const std::set<T>& data)
-
142{
-
143 if (data.empty())
-
144 {
-
145 throw std::invalid_argument{"Data is empty."};
-
146 }
-
147
-
148 T item;
-
149
-
150 static std::mt19937 pseudoRandomGenerator(std::random_device{}());
-
151
-
152 std::sample(data.begin(), data.end(), &item, 1, pseudoRandomGenerator);
-
153
-
154 return item;
-
155}
+
126
+
141template <class T>
+
+
142T setElement(const std::set<T>& data)
+
143{
+
144 if (data.empty())
+
145 {
+
146 throw std::invalid_argument{"Data is empty."};
+
147 }
+
148
+
149 T item;
+
150
+
151 static std::mt19937 pseudoRandomGenerator(std::random_device{}());
+
152
+
153 std::sample(data.begin(), data.end(), &item, 1, pseudoRandomGenerator);
+
154
+
155 return item;
+
156}
-
156
-
157template <class T>
-
- -
159{
-
160 unsigned weight;
- -
162};
+
157
+
158template <class T>
+
+ +
160{
+
161 unsigned weight;
+ +
163};
-
163
-
178template <class T>
-
-
179T weightedArrayElement(const std::vector<WeightedElement<T>>& data)
-
180{
-
181 if (data.empty())
-
182 {
-
183 throw std::invalid_argument{"Data is empty."};
-
184 }
-
185
-
186 const auto sumOfWeights =
-
187 std::accumulate(data.begin(), data.end(), 0u,
-
188 [](unsigned sum, const WeightedElement<T>& element) { return sum + element.weight; });
-
189
-
190 if (sumOfWeights == 0u)
-
191 {
-
192 throw std::invalid_argument{"Sum of weights is zero."};
-
193 }
-
194
-
195 const std::integral auto targetWeightValue = number::integer<unsigned>(1, sumOfWeights);
-
196
-
197 unsigned currentSum = 0;
-
198
-
199 size_t currentIdx = 0;
-
200
-
201 while (currentIdx < data.size())
-
202 {
-
203 currentSum += data[currentIdx].weight;
-
204
-
205 if (currentSum >= targetWeightValue)
-
206 {
-
207 break;
-
208 }
-
209
-
210 currentIdx++;
-
211 }
-
212
-
213 return data.at(currentIdx).value;
-
214}
+
164
+
179template <class T>
+
+
180T weightedArrayElement(const std::vector<WeightedElement<T>>& data)
+
181{
+
182 if (data.empty())
+
183 {
+
184 throw std::invalid_argument{"Data is empty."};
+
185 }
+
186
+
187 const auto sumOfWeights =
+
188 std::accumulate(data.begin(), data.end(), 0u,
+
189 [](unsigned sum, const WeightedElement<T>& element) { return sum + element.weight; });
+
190
+
191 if (sumOfWeights == 0u)
+
192 {
+
193 throw std::invalid_argument{"Sum of weights is zero."};
+
194 }
+
195
+
196 const std::integral auto targetWeightValue = number::integer<unsigned>(1, sumOfWeights);
+
197
+
198 unsigned currentSum = 0;
+
199
+
200 size_t currentIdx = 0;
+
201
+
202 while (currentIdx < data.size())
+
203 {
+
204 currentSum += data[currentIdx].weight;
+
205
+
206 if (currentSum >= targetWeightValue)
+
207 {
+
208 break;
+
209 }
+
210
+
211 currentIdx++;
+
212 }
+
213
+
214 return data.at(currentIdx).value;
+
215}
-
215
-
227std::string shuffleString(std::string data);
-
228
-
249template <typename T>
-
-
250typename T::key_type objectKey(const T& object)
-
251{
-
252 if (object.empty())
-
253 {
-
254 throw std::runtime_error("Object is empty.");
-
255 }
-
256
-
257 std::vector<typename T::key_type> keys;
-
258
-
259 for (const auto& entry : object)
-
260 {
-
261 keys.push_back(entry.first);
-
262 }
-
263
- -
265}
+
216
+
228FAKER_CXX_EXPORT std::string shuffleString(std::string data);
+
229
+
250template <typename T>
+
+
251typename T::key_type objectKey(const T& object)
+
252{
+
253 if (object.empty())
+
254 {
+
255 throw std::runtime_error("Object is empty.");
+
256 }
+
257
+
258 std::vector<typename T::key_type> keys;
+
259
+
260 for (const auto& entry : object)
+
261 {
+
262 keys.push_back(entry.first);
+
263 }
+
264
+ +
266}
-
266
-
283template <typename TResult>
-
-
284TResult maybe(std::function<TResult()> callback, double probability = 0.5)
-
285{
-
286 if (datatype::boolean(probability))
-
287 {
-
288 return callback();
-
289 }
-
290
-
291 return TResult();
-
292}
+
267
+
284template <typename TResult>
+
+
285TResult maybe(std::function<TResult()> callback, double probability = 0.5)
+
286{
+
287 if (datatype::boolean(probability))
+
288 {
+
289 return callback();
+
290 }
+
291
+
292 return TResult();
+
293}
-
293
-
308template <typename T, std::size_t N>
-
-
309std::vector<T> toVector(const std::array<T, N>& arr)
-
310{
-
311 std::vector<T> vec;
-
312 vec.reserve(N);
-
313 vec.insert(vec.end(), arr.begin(), arr.end());
-
314 return vec;
-
315}
+
294
+
309template <typename T, std::size_t N>
+
+
310std::vector<T> toVector(const std::array<T, N>& arr)
+
311{
+
312 std::vector<T> vec;
+
313 vec.reserve(N);
+
314 vec.insert(vec.end(), arr.begin(), arr.end());
+
315 return vec;
+
316}
-
316
-
333std::string replaceSymbolWithNumber(const std::string& str, const char& symbol = '#');
-
334
-
350std::string replaceCreditCardSymbols(const std::string& inputString = "6453-####-####-####-###L", char symbol = '#');
-
351
-
372std::string regexpStyleStringParse(const std::string& input);
-
373}
+
317
+
334FAKER_CXX_EXPORT std::string replaceSymbolWithNumber(const std::string& str, const char& symbol = '#');
+
335
+
351FAKER_CXX_EXPORT std::string replaceCreditCardSymbols(const std::string& inputString = "6453-####-####-####-###L", char symbol = '#');
+
352
+
373FAKER_CXX_EXPORT std::string regexpStyleStringParse(const std::string& input);
+
374}
-
bool boolean()
Returns a random boolean.
-
Definition Helper.h:17
-
std::string replaceCreditCardSymbols(const std::string &inputString="6453-####-####-####-###L", char symbol='#')
Returns credit card schema with replaced symbols and patterns in a credit card including Luhn checksu...
-
T setElement(const std::set< T > &data)
Get a random element from a std::set.
Definition Helper.h:141
-
std::string shuffleString(std::string data)
Returns shuffled std::string.
-
std::string regexpStyleStringParse(const std::string &input)
Returns the replaced regex-like expression in the string with matching values.
-
T::key_type objectKey(const T &object)
Returns a random key from given object.
Definition Helper.h:250
-
TResult maybe(std::function< TResult()> callback, double probability=0.5)
Returns the result of the callback if the probability check was successful, otherwise empty string.
Definition Helper.h:284
-
T arrayElement(std::span< const T > data)
Get a random element from an STL container.
Definition Helper.h:33
-
std::string replaceSymbolWithNumber(const std::string &str, const char &symbol='#')
Returns the given string parsed symbol by symbol and replaced the placeholders with digits ("0" - "9"...
-
std::vector< T > toVector(const std::array< T, N > &arr)
Returns a vector equivalent to the given array.
Definition Helper.h:309
-
T weightedArrayElement(const std::vector< WeightedElement< T > > &data)
Get a random element by weight from a vector.
Definition Helper.h:179
-
Definition Helper.h:159
-
unsigned weight
Definition Helper.h:160
-
T value
Definition Helper.h:161
+
FAKER_CXX_EXPORT bool boolean()
Returns a random boolean.
+
Definition Helper.h:18
+
FAKER_CXX_EXPORT std::string replaceCreditCardSymbols(const std::string &inputString="6453-####-####-####-###L", char symbol='#')
Returns credit card schema with replaced symbols and patterns in a credit card including Luhn checksu...
+
T setElement(const std::set< T > &data)
Get a random element from a std::set.
Definition Helper.h:142
+
FAKER_CXX_EXPORT std::string regexpStyleStringParse(const std::string &input)
Returns the replaced regex-like expression in the string with matching values.
+
FAKER_CXX_EXPORT std::string shuffleString(std::string data)
Returns shuffled std::string.
+
T::key_type objectKey(const T &object)
Returns a random key from given object.
Definition Helper.h:251
+
TResult maybe(std::function< TResult()> callback, double probability=0.5)
Returns the result of the callback if the probability check was successful, otherwise empty string.
Definition Helper.h:285
+
T arrayElement(std::span< const T > data)
Get a random element from an STL container.
Definition Helper.h:34
+
std::vector< T > toVector(const std::array< T, N > &arr)
Returns a vector equivalent to the given array.
Definition Helper.h:310
+
T weightedArrayElement(const std::vector< WeightedElement< T > > &data)
Get a random element by weight from a vector.
Definition Helper.h:180
+
FAKER_CXX_EXPORT std::string replaceSymbolWithNumber(const std::string &str, const char &symbol='#')
Returns the given string parsed symbol by symbol and replaced the placeholders with digits ("0" - "9"...
+
Definition Helper.h:160
+
unsigned weight
Definition Helper.h:161
+
T value
Definition Helper.h:162
diff --git a/Image_8h.html b/Image_8h.html index f0f6b842e..7e14ce393 100644 --- a/Image_8h.html +++ b/Image_8h.html @@ -104,16 +104,19 @@
#include <optional>
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for Image.h:
- - - - - + + + + + + +
diff --git a/Image_8h__incl.map b/Image_8h__incl.map index 422ee355d..681f6c57f 100644 --- a/Image_8h__incl.map +++ b/Image_8h__incl.map @@ -1,7 +1,9 @@ - - - - - + + + + + + + diff --git a/Image_8h__incl.md5 b/Image_8h__incl.md5 index eea343ff0..7237a8a4a 100644 --- a/Image_8h__incl.md5 +++ b/Image_8h__incl.md5 @@ -1 +1 @@ -9f739d429a96308864eeb4837347b50a \ No newline at end of file +a6307bfd7770d6ddc651923da579aa8d \ No newline at end of file diff --git a/Image_8h__incl.png b/Image_8h__incl.png index dda74b0fa..84fa5a1b6 100644 Binary files a/Image_8h__incl.png and b/Image_8h__incl.png differ diff --git a/Image_8h_source.html b/Image_8h_source.html index 26ecb0daa..1116d6a1f 100644 --- a/Image_8h_source.html +++ b/Image_8h_source.html @@ -106,35 +106,36 @@
2
3#include <optional>
4#include <string_view>
-
5
-
6namespace faker::image
-
7{
-
8 enum class ImageCategory
-
9 {
-
10 Animals,
-
11 Business,
-
12 Cats,
-
13 City,
-
14 Food,
-
15 Nightlife,
-
16 Fashion,
-
17 People,
-
18 Nature,
-
19 Sports,
-
20 Technics,
-
21 Transport
-
22 };
-
23
-
39 std::string imageUrl(unsigned width = 640, unsigned height = 480,
-
40 std::optional<ImageCategory> category = std::nullopt);
-
41
-
51 std::string githubAvatarUrl();
-
52
-
62 std::string dimensions();
-
63
-
72 std::string_view type();
-
73}
-
std::string_view type()
Returns a random type of animal.
+
5#include "faker-cxx/Export.h"
+
6
+
7namespace faker::image
+
8{
+
9 enum class ImageCategory
+
10 {
+
11 Animals,
+
12 Business,
+
13 Cats,
+
14 City,
+
15 Food,
+
16 Nightlife,
+
17 Fashion,
+
18 People,
+
19 Nature,
+
20 Sports,
+
21 Technics,
+
22 Transport
+
23 };
+
24
+
40 FAKER_CXX_EXPORT std::string imageUrl(unsigned width = 640, unsigned height = 480,
+
41 std::optional<ImageCategory> category = std::nullopt);
+
42
+
52 FAKER_CXX_EXPORT std::string githubAvatarUrl();
+
53
+
63 FAKER_CXX_EXPORT std::string dimensions();
+
64
+
73 FAKER_CXX_EXPORT std::string_view type();
+
74}
+
FAKER_CXX_EXPORT std::string_view type()
Returns a random type of animal.
diff --git a/Internet_8h.html b/Internet_8h.html index a081f0950..cd68c7134 100644 --- a/Internet_8h.html +++ b/Internet_8h.html @@ -111,23 +111,26 @@ #include <optional>
#include <string>
#include <string_view>
+#include "faker-cxx/Export.h"
#include "types/Country.h"
Include dependency graph for Internet.h:
- + - + - + - + - - - + + + + +
@@ -185,72 +188,72 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string faker::internet::username (std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt, Country country=Country::Usa)
 Generates a username using the given person's name as base.
 
std::string faker::internet::email (std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt, std::optional< std::string > emailHost=std::nullopt)
 Generates an email address using the given person's name as base.
 
std::string faker::internet::exampleEmail (std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt)
 Generates an email address using the given person's name as base with example domain.
 
std::string faker::internet::password (int length=15, const PasswordOptions &options={})
 Generates a random password-like string. Do not use this method for generating actual passwords for users. Since the source of the randomness is not cryptographically secure, neither is this generator.
 
std::string_view faker::internet::emoji (std::optional< EmojiType > type=std::nullopt)
 Returns a random emoji.
 
bool faker::internet::checkIfEmojiIsValid (const std::string &emojiToCheck)
 Verify that a given emoji is valid.
 
std::string_view faker::internet::protocol ()
 Returns a random web protocol. Either `http` or `https`.
 
std::string_view faker::internet::httpMethod ()
 Generates a random http method name.
 
unsigned faker::internet::httpStatusCode (std::optional< HttpResponseType > responseType=std::nullopt)
 Returns a random http status code.
 
std::string_view faker::internet::httpRequestHeader ()
 Generates a random http request header.
 
std::string_view faker::internet::httpResponseHeader ()
 Generates a random http response header.
 
std::string_view faker::internet::httpMediaType ()
 Generates a random http media type.
 
std::string faker::internet::ipv4 (const IPv4Class &ipv4class=IPv4Class::C)
 Returns a string containing randomized ipv4 address of the given class.
 
std::string faker::internet::ipv4 (const std::array< unsigned int, 4 > &baseIpv4Address, const std::array< unsigned int, 4 > &generationMask)
 Returns a string containing randomized ipv4 address based on given base address and mask.
 
std::string faker::internet::ipv6 ()
 Returns a string containing randomized ipv6 address.
 
std::string faker::internet::mac (const std::string &sep=":")
 Returns a generated random mac address.
 
unsigned faker::internet::port ()
 Generates a random port.
 
std::string faker::internet::url (const WebProtocol &webProtocol=WebProtocol::Https)
 Generates a random url.
 
std::string faker::internet::domainName ()
 Generates a random domain name.
 
std::string faker::internet::domainWord ()
 Generates a random domain word.
 
std::string_view faker::internet::domainSuffix ()
 Generates a random domain suffix.
 
std::string faker::internet::anonymousUsername (unsigned maxLength)
 Generates a random username.
 
FAKER_CXX_EXPORT std::string faker::internet::username (std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt, Country country=Country::Usa)
 Generates a username using the given person's name as base.
 
FAKER_CXX_EXPORT std::string faker::internet::email (std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt, std::optional< std::string > emailHost=std::nullopt)
 Generates an email address using the given person's name as base.
 
FAKER_CXX_EXPORT std::string faker::internet::exampleEmail (std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt)
 Generates an email address using the given person's name as base with example domain.
 
FAKER_CXX_EXPORT std::string faker::internet::password (int length=15, const PasswordOptions &options={})
 Generates a random password-like string. Do not use this method for generating actual passwords for users. Since the source of the randomness is not cryptographically secure, neither is this generator.
 
FAKER_CXX_EXPORT std::string_view faker::internet::emoji (std::optional< EmojiType > type=std::nullopt)
 Returns a random emoji.
 
FAKER_CXX_EXPORT bool faker::internet::checkIfEmojiIsValid (const std::string &emojiToCheck)
 Verify that a given emoji is valid.
 
FAKER_CXX_EXPORT std::string_view faker::internet::protocol ()
 Returns a random web protocol. Either `http` or `https`.
 
FAKER_CXX_EXPORT std::string_view faker::internet::httpMethod ()
 Generates a random http method name.
 
FAKER_CXX_EXPORT unsigned faker::internet::httpStatusCode (std::optional< HttpResponseType > responseType=std::nullopt)
 Returns a random http status code.
 
FAKER_CXX_EXPORT std::string_view faker::internet::httpRequestHeader ()
 Generates a random http request header.
 
FAKER_CXX_EXPORT std::string_view faker::internet::httpResponseHeader ()
 Generates a random http response header.
 
FAKER_CXX_EXPORT std::string_view faker::internet::httpMediaType ()
 Generates a random http media type.
 
FAKER_CXX_EXPORT std::string faker::internet::ipv4 (const IPv4Class &ipv4class=IPv4Class::C)
 Returns a string containing randomized ipv4 address of the given class.
 
FAKER_CXX_EXPORT std::string faker::internet::ipv4 (const std::array< unsigned int, 4 > &baseIpv4Address, const std::array< unsigned int, 4 > &generationMask)
 Returns a string containing randomized ipv4 address based on given base address and mask.
 
FAKER_CXX_EXPORT std::string faker::internet::ipv6 ()
 Returns a string containing randomized ipv6 address.
 
FAKER_CXX_EXPORT std::string faker::internet::mac (const std::string &sep=":")
 Returns a generated random mac address.
 
FAKER_CXX_EXPORT unsigned faker::internet::port ()
 Generates a random port.
 
FAKER_CXX_EXPORT std::string faker::internet::url (const WebProtocol &webProtocol=WebProtocol::Https)
 Generates a random url.
 
FAKER_CXX_EXPORT std::string faker::internet::domainName ()
 Generates a random domain name.
 
FAKER_CXX_EXPORT std::string faker::internet::domainWord ()
 Generates a random domain word.
 
FAKER_CXX_EXPORT std::string_view faker::internet::domainSuffix ()
 Generates a random domain suffix.
 
FAKER_CXX_EXPORT std::string faker::internet::anonymousUsername (unsigned maxLength)
 Generates a random username.
 
diff --git a/Internet_8h.js b/Internet_8h.js index 47877fde4..3eecf010f 100644 --- a/Internet_8h.js +++ b/Internet_8h.js @@ -29,26 +29,26 @@ var Internet_8h = [ "Http", "Internet_8h.html#ac9fba82884b9a80bff2604b01135c7eca9d4d43de68f0b3555d5a5ef5dc05bb95", null ], [ "Https", "Internet_8h.html#ac9fba82884b9a80bff2604b01135c7eca2badb7fa3e862298a650909d45c5066b", null ] ] ], - [ "anonymousUsername", "Internet_8h.html#a7984e90922498f1299cecd31c5f575a7", null ], - [ "checkIfEmojiIsValid", "Internet_8h.html#a0746027aba19bc27dbe5bca73707f0bc", null ], - [ "domainName", "Internet_8h.html#acb5cc643b943d68ccf0b122ef3d15ced", null ], - [ "domainSuffix", "Internet_8h.html#ad0f6d0599df66e819d84903c5d1c04cd", null ], - [ "domainWord", "Internet_8h.html#a2d0343d5392ac333fecf27fab9567cbc", null ], - [ "email", "Internet_8h.html#a5082d31654a79c42189bd74ebcd9f177", null ], - [ "emoji", "Internet_8h.html#acc05c79fd96761953b3f01f819536180", null ], - [ "exampleEmail", "Internet_8h.html#aed462baedf55f4a57818f2d47aa69961", null ], - [ "httpMediaType", "Internet_8h.html#ae9d32d02503d82a6bda4fdaeac223fec", null ], - [ "httpMethod", "Internet_8h.html#a9b548a60dd56b4caf3adda3dd36fe531", null ], - [ "httpRequestHeader", "Internet_8h.html#ad7ebdb868d20077439327c5630d77521", null ], - [ "httpResponseHeader", "Internet_8h.html#a8c549b1e91e70508dd706eecbb5d04c3", null ], - [ "httpStatusCode", "Internet_8h.html#addf925e625f04b4d77cd1a051bc03491", null ], - [ "ipv4", "Internet_8h.html#a1867349f60b73f441e7b42b3d1550503", null ], - [ "ipv4", "Internet_8h.html#a8cd0c9ec4dcca31fce9b9b516e6fe40a", null ], - [ "ipv6", "Internet_8h.html#a6f44672173ac347db321ea45c5fbc108", null ], - [ "mac", "Internet_8h.html#aa81ae4efbe46bdf5c5bfba6bfcd62d8c", null ], - [ "password", "Internet_8h.html#af1e915a97047baa2c43be9d16c96324f", null ], - [ "port", "Internet_8h.html#a0e2cd71dd1429486c255254161fe3e8d", null ], - [ "protocol", "Internet_8h.html#a39aa3144b0c1cad63c72cf0270bf3a2a", null ], - [ "url", "Internet_8h.html#a92cc6255f875a1386b4ac47edba22b05", null ], - [ "username", "Internet_8h.html#a6873a40b7b83d3227d0401a7c0c6fa03", null ] + [ "anonymousUsername", "Internet_8h.html#a0e22ade4bf001c126dd22e5c72506031", null ], + [ "checkIfEmojiIsValid", "Internet_8h.html#ae1a9eb9071b9843c891c065fd87345e7", null ], + [ "domainName", "Internet_8h.html#a7233a627869287ae8dc81a1dd8324fd2", null ], + [ "domainSuffix", "Internet_8h.html#a9332c1bd3d5fb1111e2fcc5fa04131a7", null ], + [ "domainWord", "Internet_8h.html#a49fa76d8f033206ed91f965fd625b2cf", null ], + [ "email", "Internet_8h.html#a640c9552088825e8f39eb42b61399c6e", null ], + [ "emoji", "Internet_8h.html#a40ee9376026f9017e3dcc90a8f53b7bc", null ], + [ "exampleEmail", "Internet_8h.html#a73507aa24e5f1d8b74e0db4cdee32ee9", null ], + [ "httpMediaType", "Internet_8h.html#aae3de074437688cc7aa5d4926a184182", null ], + [ "httpMethod", "Internet_8h.html#a351eb5eed7fd927d6a2869263b56e852", null ], + [ "httpRequestHeader", "Internet_8h.html#a298bf281d43e08c58448962c094605ab", null ], + [ "httpResponseHeader", "Internet_8h.html#abac7e3c94d09f0f7a381f64a8032684e", null ], + [ "httpStatusCode", "Internet_8h.html#a18bb9341e2a6b1745f93bb56acf973ea", null ], + [ "ipv4", "Internet_8h.html#a9ec5e80a347ec1ad2a53f85588b510dc", null ], + [ "ipv4", "Internet_8h.html#af6b363e2801aca6b2a686e80ee24c7c3", null ], + [ "ipv6", "Internet_8h.html#aa1ebac0fa8bab72b27017f6736b7c51f", null ], + [ "mac", "Internet_8h.html#aeb2e69d9d72e640a64d4bda2d55b45fe", null ], + [ "password", "Internet_8h.html#a88b044d010594ec94fa7127efb7c8bb1", null ], + [ "port", "Internet_8h.html#af7fe45110325fe2a80fe3cc776ac2ed2", null ], + [ "protocol", "Internet_8h.html#acefc699b5b4a93a1f1538cbb49331114", null ], + [ "url", "Internet_8h.html#a005caa05149d90b3854aef6a4ccdf27e", null ], + [ "username", "Internet_8h.html#aae749a34446ecccdddcbba60868c4746", null ] ]; \ No newline at end of file diff --git a/Internet_8h__incl.map b/Internet_8h__incl.map index 0d30470d1..8068795a9 100644 --- a/Internet_8h__incl.map +++ b/Internet_8h__incl.map @@ -1,13 +1,15 @@ - + - + - + - + - - - + + + + + diff --git a/Internet_8h__incl.md5 b/Internet_8h__incl.md5 index 432be79fa..edeb8bf7a 100644 --- a/Internet_8h__incl.md5 +++ b/Internet_8h__incl.md5 @@ -1 +1 @@ -ef8d2b1901ef5ccdf3e2b1d034ca1576 \ No newline at end of file +ad51b5dc7fea594b4fdf2c9bf3ab880f \ No newline at end of file diff --git a/Internet_8h__incl.png b/Internet_8h__incl.png index 2b28e8ead..957b57965 100644 Binary files a/Internet_8h__incl.png and b/Internet_8h__incl.png differ diff --git a/Internet_8h_source.html b/Internet_8h_source.html index e0cd17f2f..62304a7aa 100644 --- a/Internet_8h_source.html +++ b/Internet_8h_source.html @@ -109,140 +109,144 @@
5#include <string>
6#include <string_view>
7
-
8#include "types/Country.h"
-
9
-
- -
11{
-
- -
13{
- - - - -
18 Success,
-
19};
+
8#include "faker-cxx/Export.h"
+
9#include "types/Country.h"
+
10
+
+ +
12{
+
+ +
14{
+ + + + +
19 Success,
+
20};
-
20
-
-
21enum class WebProtocol
-
22{
-
23 Http,
-
24 Https
-
25};
+
21
+
+
22enum class WebProtocol
+
23{
+
24 Http,
+
25 Https
+
26};
-
26
-
-
27enum class IPv4Class
-
28{
-
29 A,
-
30 B,
-
31 C
-
32};
+
27
+
+
28enum class IPv4Class
+
29{
+
30 A,
+
31 B,
+
32 C
+
33};
-
33
-
- -
35{
-
36 bool upperLetters = true;
-
37 bool lowerLetters = true;
-
38 bool numbers = true;
-
39 bool symbols = true;
-
40};
+
34
+
+
35struct FAKER_CXX_EXPORT PasswordOptions
+
36{
+
37 bool upperLetters = true;
+
38 bool lowerLetters = true;
+
39 bool numbers = true;
+
40 bool symbols = true;
+
41};
-
41
-
57 std::string username(std::optional<std::string> firstName = std::nullopt,
-
58 std::optional<std::string> lastName = std::nullopt, Country country = Country::Usa);
-
59
-
77 std::string email(std::optional<std::string> firstName = std::nullopt,
-
78 std::optional<std::string> lastName = std::nullopt,
-
79 std::optional<std::string> emailHost = std::nullopt);
-
80
-
93 std::string exampleEmail(std::optional<std::string> firstName = std::nullopt,
-
94 std::optional<std::string> lastName = std::nullopt);
-
95
-
109 std::string password(int length = 15, const PasswordOptions& options = {});
-
110
-
-
111 enum class EmojiType
-
112 {
-
113 Activity,
-
114 Body,
-
115 Flag,
-
116 Food,
-
117 Nature,
-
118 Object,
-
119 Person,
-
120 Smiley,
-
121 Symbol,
-
122 Travel,
-
123 };
+
42
+
58 FAKER_CXX_EXPORT std::string username(std::optional<std::string> firstName = std::nullopt,
+
59 std::optional<std::string> lastName = std::nullopt, Country country = Country::Usa);
+
60
+
78 FAKER_CXX_EXPORT std::string email(std::optional<std::string> firstName = std::nullopt,
+
79 std::optional<std::string> lastName = std::nullopt,
+
80 std::optional<std::string> emailHost = std::nullopt);
+
81
+
94 FAKER_CXX_EXPORT std::string exampleEmail(std::optional<std::string> firstName = std::nullopt,
+
95 std::optional<std::string> lastName = std::nullopt);
+
96
+
110 FAKER_CXX_EXPORT std::string password(int length = 15, const PasswordOptions& options = {});
+
111
+
+
112 enum class EmojiType
+
113 {
+
114 Activity,
+
115 Body,
+
116 Flag,
+
117 Food,
+
118 Nature,
+
119 Object,
+
120 Person,
+
121 Smiley,
+
122 Symbol,
+
123 Travel,
+
124 };
-
124
-
137 std::string_view emoji(std::optional<EmojiType> type = std::nullopt);
-
138
-
150 bool checkIfEmojiIsValid(const std::string& emojiToCheck);
-
151
-
161 std::string_view protocol();
-
162
-
172 std::string_view httpMethod();
-
173
-
186 unsigned httpStatusCode(std::optional<HttpResponseType> responseType = std::nullopt);
-
187
-
197 std::string_view httpRequestHeader();
-
198
-
208 std::string_view httpResponseHeader();
-
209
-
219 std::string_view httpMediaType();
-
220
-
233 std::string ipv4(const IPv4Class& ipv4class = IPv4Class::C);
-
234
-
252 std::string ipv4(const std::array<unsigned int, 4>& baseIpv4Address,
-
253 const std::array<unsigned int, 4>& generationMask);
-
254
-
264 std::string ipv6();
-
265
-
277 std::string mac(const std::string& sep = ":");
-
278
-
288 unsigned port();
-
289
-
301 std::string url(const WebProtocol& webProtocol = WebProtocol::Https);
-
302
-
312 std::string domainName();
-
313
-
323 std::string domainWord();
-
324
-
334 std::string_view domainSuffix();
-
335
-
347 std::string anonymousUsername(unsigned maxLength);
-
348}
+
125
+
138 FAKER_CXX_EXPORT std::string_view emoji(std::optional<EmojiType> type = std::nullopt);
+
139
+
151 FAKER_CXX_EXPORT bool checkIfEmojiIsValid(const std::string& emojiToCheck);
+
152
+
162 FAKER_CXX_EXPORT std::string_view protocol();
+
163
+
173 FAKER_CXX_EXPORT std::string_view httpMethod();
+
174
+
187 FAKER_CXX_EXPORT unsigned httpStatusCode(std::optional<HttpResponseType> responseType = std::nullopt);
+
188
+
198 FAKER_CXX_EXPORT std::string_view httpRequestHeader();
+
199
+
209 FAKER_CXX_EXPORT std::string_view httpResponseHeader();
+
210
+
220 FAKER_CXX_EXPORT std::string_view httpMediaType();
+
221
+
234 FAKER_CXX_EXPORT std::string ipv4(const IPv4Class& ipv4class = IPv4Class::C);
+
235
+
253 FAKER_CXX_EXPORT std::string ipv4(const std::array<unsigned int, 4>& baseIpv4Address,
+
254 const std::array<unsigned int, 4>& generationMask);
+
255
+
265 FAKER_CXX_EXPORT std::string ipv6();
+
266
+
278 FAKER_CXX_EXPORT std::string mac(const std::string& sep = ":");
+
279
+
289 FAKER_CXX_EXPORT unsigned port();
+
290
+
302 FAKER_CXX_EXPORT std::string url(const WebProtocol& webProtocol = WebProtocol::Https);
+
303
+
313 FAKER_CXX_EXPORT std::string domainName();
+
314
+
324 FAKER_CXX_EXPORT std::string domainWord();
+
325
+
335 FAKER_CXX_EXPORT std::string_view domainSuffix();
+
336
+
348 FAKER_CXX_EXPORT std::string anonymousUsername(unsigned maxLength);
+
349}
-
Definition Internet.h:11
-
IPv4Class
Definition Internet.h:28
+
Definition Internet.h:12
+
FAKER_CXX_EXPORT std::string url(const WebProtocol &webProtocol=WebProtocol::Https)
Generates a random url.
+
IPv4Class
Definition Internet.h:29
-
bool checkIfEmojiIsValid(const std::string &emojiToCheck)
Verify that a given emoji is valid.
-
unsigned port()
Generates a random port.
-
std::string ipv4(const IPv4Class &ipv4class=IPv4Class::C)
Returns a string containing randomized ipv4 address of the given class.
-
HttpResponseType
Definition Internet.h:13
+
FAKER_CXX_EXPORT std::string anonymousUsername(unsigned maxLength)
Generates a random username.
+
FAKER_CXX_EXPORT unsigned httpStatusCode(std::optional< HttpResponseType > responseType=std::nullopt)
Returns a random http status code.
+
HttpResponseType
Definition Internet.h:14
-
std::string domainWord()
Generates a random domain word.
-
std::string_view protocol()
Returns a random web protocol. Either `http` or `https`.
-
std::string email(std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt, std::optional< std::string > emailHost=std::nullopt)
Generates an email address using the given person's name as base.
-
std::string username(std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt, Country country=Country::Usa)
Generates a username using the given person's name as base.
-
std::string ipv6()
Returns a string containing randomized ipv6 address.
-
std::string anonymousUsername(unsigned maxLength)
Generates a random username.
-
std::string_view httpResponseHeader()
Generates a random http response header.
-
std::string url(const WebProtocol &webProtocol=WebProtocol::Https)
Generates a random url.
-
std::string_view httpMethod()
Generates a random http method name.
-
std::string mac(const std::string &sep=":")
Returns a generated random mac address.
-
EmojiType
Definition Internet.h:112
+
FAKER_CXX_EXPORT std::string_view httpRequestHeader()
Generates a random http request header.
+
FAKER_CXX_EXPORT std::string_view httpMethod()
Generates a random http method name.
+
FAKER_CXX_EXPORT std::string_view emoji(std::optional< EmojiType > type=std::nullopt)
Returns a random emoji.
+
FAKER_CXX_EXPORT std::string domainWord()
Generates a random domain word.
+
FAKER_CXX_EXPORT std::string email(std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt, std::optional< std::string > emailHost=std::nullopt)
Generates an email address using the given person's name as base.
+
FAKER_CXX_EXPORT std::string domainName()
Generates a random domain name.
+
FAKER_CXX_EXPORT std::string exampleEmail(std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt)
Generates an email address using the given person's name as base with example domain.
+
FAKER_CXX_EXPORT std::string password(int length=15, const PasswordOptions &options={})
Generates a random password-like string. Do not use this method for generating actual passwords for u...
+
FAKER_CXX_EXPORT std::string_view domainSuffix()
Generates a random domain suffix.
+
FAKER_CXX_EXPORT std::string ipv4(const IPv4Class &ipv4class=IPv4Class::C)
Returns a string containing randomized ipv4 address of the given class.
+
FAKER_CXX_EXPORT std::string ipv6()
Returns a string containing randomized ipv6 address.
+
FAKER_CXX_EXPORT std::string_view httpMediaType()
Generates a random http media type.
+
FAKER_CXX_EXPORT std::string username(std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt, Country country=Country::Usa)
Generates a username using the given person's name as base.
+
EmojiType
Definition Internet.h:113
@@ -253,22 +257,15 @@ -
WebProtocol
Definition Internet.h:22
+
FAKER_CXX_EXPORT std::string_view httpResponseHeader()
Generates a random http response header.
+
WebProtocol
Definition Internet.h:23
-
std::string domainName()
Generates a random domain name.
-
std::string_view emoji(std::optional< EmojiType > type=std::nullopt)
Returns a random emoji.
-
std::string_view domainSuffix()
Generates a random domain suffix.
-
std::string_view httpRequestHeader()
Generates a random http request header.
-
unsigned httpStatusCode(std::optional< HttpResponseType > responseType=std::nullopt)
Returns a random http status code.
-
std::string_view httpMediaType()
Generates a random http media type.
-
std::string exampleEmail(std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt)
Generates an email address using the given person's name as base with example domain.
-
std::string password(int length=15, const PasswordOptions &options={})
Generates a random password-like string. Do not use this method for generating actual passwords for u...
-
Definition Internet.h:35
-
bool symbols
Definition Internet.h:39
-
bool numbers
Definition Internet.h:38
-
bool upperLetters
Definition Internet.h:36
-
bool lowerLetters
Definition Internet.h:37
+
FAKER_CXX_EXPORT std::string_view protocol()
Returns a random web protocol. Either `http` or `https`.
+
FAKER_CXX_EXPORT bool checkIfEmojiIsValid(const std::string &emojiToCheck)
Verify that a given emoji is valid.
+
FAKER_CXX_EXPORT std::string mac(const std::string &sep=":")
Returns a generated random mac address.
+
FAKER_CXX_EXPORT unsigned port()
Generates a random port.
+
Definition Internet.h:36
diff --git a/Location_8h.html b/Location_8h.html index d3a560488..148920906 100644 --- a/Location_8h.html +++ b/Location_8h.html @@ -107,17 +107,20 @@
#include <string_view>
+#include "faker-cxx/Export.h"
#include "types/Precision.h"
Include dependency graph for Location.h:
- + - - - + + + + +
@@ -157,45 +160,45 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view faker::location::country ()
 Returns a random country name.
 
std::string_view faker::location::countryCode ()
 Returns a random country code.
 
std::string_view faker::location::state (AddressCountry country=AddressCountry::Usa)
 Returns a random state for a given country.
 
std::string faker::location::city (AddressCountry country=AddressCountry::Usa)
 Returns a random city for given country.
 
std::string faker::location::zipCode (AddressCountry country=AddressCountry::Usa)
 Returns a random zip code for given country.
 
std::string faker::location::streetAddress (AddressCountry country=AddressCountry::Usa)
 Returns a random street address for given country.
 
std::string faker::location::street (AddressCountry country=AddressCountry::Usa)
 Returns a random street for given country.
 
std::string faker::location::buildingNumber (AddressCountry country=AddressCountry::Usa)
 Returns a random building number for given country.
 
std::string faker::location::secondaryAddress (AddressCountry country=AddressCountry::Usa)
 Returns a random secondary address number for given country. This refers to a specific location at a given address such as an apartment or room number.
 
std::string faker::location::latitude (Precision precision=Precision::FourDp)
 Generates a random latitude.
 
std::string faker::location::longitude (Precision precision=Precision::FourDp)
 Generates a random longitude.
 
std::string_view faker::location::direction ()
 Generates a random direction from cardinal and ordinal directions.
 
std::string_view faker::location::timeZone ()
 Generates a random time zone.
 
FAKER_CXX_EXPORT std::string_view faker::location::country ()
 Returns a random country name.
 
FAKER_CXX_EXPORT std::string_view faker::location::countryCode ()
 Returns a random country code.
 
FAKER_CXX_EXPORT std::string_view faker::location::state (AddressCountry country=AddressCountry::Usa)
 Returns a random state for a given country.
 
FAKER_CXX_EXPORT std::string faker::location::city (AddressCountry country=AddressCountry::Usa)
 Returns a random city for given country.
 
FAKER_CXX_EXPORT std::string faker::location::zipCode (AddressCountry country=AddressCountry::Usa)
 Returns a random zip code for given country.
 
FAKER_CXX_EXPORT std::string faker::location::streetAddress (AddressCountry country=AddressCountry::Usa)
 Returns a random street address for given country.
 
FAKER_CXX_EXPORT std::string faker::location::street (AddressCountry country=AddressCountry::Usa)
 Returns a random street for given country.
 
FAKER_CXX_EXPORT std::string faker::location::buildingNumber (AddressCountry country=AddressCountry::Usa)
 Returns a random building number for given country.
 
FAKER_CXX_EXPORT std::string faker::location::secondaryAddress (AddressCountry country=AddressCountry::Usa)
 Returns a random secondary address number for given country. This refers to a specific location at a given address such as an apartment or room number.
 
FAKER_CXX_EXPORT std::string faker::location::latitude (Precision precision=Precision::FourDp)
 Generates a random latitude.
 
FAKER_CXX_EXPORT std::string faker::location::longitude (Precision precision=Precision::FourDp)
 Generates a random longitude.
 
FAKER_CXX_EXPORT std::string_view faker::location::direction ()
 Generates a random direction from cardinal and ordinal directions.
 
FAKER_CXX_EXPORT std::string_view faker::location::timeZone ()
 Generates a random time zone.
 
diff --git a/Location_8h.js b/Location_8h.js index 5c39202ac..a55bb75b7 100644 --- a/Location_8h.js +++ b/Location_8h.js @@ -17,17 +17,17 @@ var Location_8h = [ "Ukraine", "Location_8h.html#aff490c4284a54833b21a8d4de3d0b030af01fc92b23faa973f3492a23d5a705c5", null ], [ "Usa", "Location_8h.html#aff490c4284a54833b21a8d4de3d0b030a867f8282a36dd6525c3d40744a92fcf8", null ] ] ], - [ "buildingNumber", "Location_8h.html#a09b8498a7d2d89f02e0002e494b4c41c", null ], - [ "city", "Location_8h.html#a067df038502723c706785d79bc18f4cf", null ], - [ "country", "Location_8h.html#a31317ea37043cb3b0f2cdc85c121424b", null ], - [ "countryCode", "Location_8h.html#a0b8614d8dd7e662d30d204a17eb5b7fe", null ], - [ "direction", "Location_8h.html#a3143e2d38681d13edc6750d6d8b5184a", null ], - [ "latitude", "Location_8h.html#a52b5a116bca1c7a1a98b45bdad013ba8", null ], - [ "longitude", "Location_8h.html#aa0bacdc2268c1cbffb1d5eb74373d041", null ], - [ "secondaryAddress", "Location_8h.html#a4b96853a96e548cff475f1170b286b10", null ], - [ "state", "Location_8h.html#af3882d9587e1ce076387b07a692fb5f6", null ], - [ "street", "Location_8h.html#a06463ed236a1f2dbe60f2a84f9ce0743", null ], - [ "streetAddress", "Location_8h.html#a633a99e95359a5ad5d8e9bbae1faeb77", null ], - [ "timeZone", "Location_8h.html#a014218ed9be5b10bda09800d51831e23", null ], - [ "zipCode", "Location_8h.html#a49e27bccb036eb542fea02a4e6eaaaa6", null ] + [ "buildingNumber", "Location_8h.html#acfcae308deae2a89a99a9c2d7721d4d7", null ], + [ "city", "Location_8h.html#a5e0b6b68297b82fe7cbabd6b2b644905", null ], + [ "country", "Location_8h.html#abf141f8017e0b97eafedb1c0e2c1037a", null ], + [ "countryCode", "Location_8h.html#a828be7aebeeed04b9afc5019c0b54344", null ], + [ "direction", "Location_8h.html#ad7add8bde67bede1c36d3834cb7fc463", null ], + [ "latitude", "Location_8h.html#a6f11c5eeb8a4a61c0bb36cc98fe93e06", null ], + [ "longitude", "Location_8h.html#a516e1c44a2c518d20eac0f95b664b04c", null ], + [ "secondaryAddress", "Location_8h.html#acdabffd579118713312582c082c33489", null ], + [ "state", "Location_8h.html#a4d00638b4a23f205beca9030a93aa1d6", null ], + [ "street", "Location_8h.html#a310ef73ae962c41f0fb793e932683881", null ], + [ "streetAddress", "Location_8h.html#ae61de04e37a0c3ef796c2e2606accfeb", null ], + [ "timeZone", "Location_8h.html#a6ed54826ac93e3184024ab276321ca3b", null ], + [ "zipCode", "Location_8h.html#a670448b0a8109a4b14b899231fa5da2d", null ] ]; \ No newline at end of file diff --git a/Location_8h__incl.map b/Location_8h__incl.map index 3571c0c30..d049b11a5 100644 --- a/Location_8h__incl.map +++ b/Location_8h__incl.map @@ -1,7 +1,9 @@ - + - - - + + + + + diff --git a/Location_8h__incl.md5 b/Location_8h__incl.md5 index 2cc2f220a..4d7f7b1fd 100644 --- a/Location_8h__incl.md5 +++ b/Location_8h__incl.md5 @@ -1 +1 @@ -4a289def78345e9b7173725dd6712d71 \ No newline at end of file +c7ca41d87f406f9477fa81a7dbb80361 \ No newline at end of file diff --git a/Location_8h__incl.png b/Location_8h__incl.png index f10e4db64..3c80b8786 100644 Binary files a/Location_8h__incl.png and b/Location_8h__incl.png differ diff --git a/Location_8h_source.html b/Location_8h_source.html index dffdbf195..322a0ec03 100644 --- a/Location_8h_source.html +++ b/Location_8h_source.html @@ -106,74 +106,75 @@
2
3#include <string_view>
4
-
5#include "types/Precision.h"
-
6
-
- -
8{
-
-
9enum class AddressCountry
-
10{
- -
12 Brazil,
-
13 Czech,
-
14 Denmark,
-
15 Estonia,
-
16 Finland,
-
17 France,
-
18 Germany,
-
19 India,
-
20 Italy,
-
21 Poland,
-
22 Russia,
-
23 Spain,
-
24 Ukraine,
-
25 Usa,
-
26};
+
5#include "faker-cxx/Export.h"
+
6#include "types/Precision.h"
+
7
+
+ +
9{
+
+ +
11{
+ +
13 Brazil,
+
14 Czech,
+
15 Denmark,
+
16 Estonia,
+
17 Finland,
+
18 France,
+
19 Germany,
+
20 India,
+
21 Italy,
+
22 Poland,
+
23 Russia,
+
24 Spain,
+
25 Ukraine,
+
26 Usa,
+
27};
-
27
-
37std::string_view country();
-
38
-
48std::string_view countryCode();
-
49
- -
62
- -
75
- -
89
- -
102
- -
115
- -
128
- -
142
-
154std::string latitude(Precision precision = Precision::FourDp);
-
155
-
167std::string longitude(Precision precision = Precision::FourDp);
-
168
-
178std::string_view direction();
-
179
-
189std::string_view timeZone();
-
190}
+
28
+
38FAKER_CXX_EXPORT std::string_view country();
+
39
+
49FAKER_CXX_EXPORT std::string_view countryCode();
+
50
+
62FAKER_CXX_EXPORT std::string_view state(AddressCountry country = AddressCountry::Usa);
+
63
+
75FAKER_CXX_EXPORT std::string city(AddressCountry country = AddressCountry::Usa);
+
76
+
89FAKER_CXX_EXPORT std::string zipCode(AddressCountry country = AddressCountry::Usa);
+
90
+ +
103
+
115FAKER_CXX_EXPORT std::string street(AddressCountry country = AddressCountry::Usa);
+
116
+ +
129
+ +
143
+
155FAKER_CXX_EXPORT std::string latitude(Precision precision = Precision::FourDp);
+
156
+
168FAKER_CXX_EXPORT std::string longitude(Precision precision = Precision::FourDp);
+
169
+
179FAKER_CXX_EXPORT std::string_view direction();
+
180
+
190FAKER_CXX_EXPORT std::string_view timeZone();
+
191}
-
Definition Location.h:8
-
std::string_view timeZone()
Generates a random time zone.
-
std::string street(AddressCountry country=AddressCountry::Usa)
Returns a random street for given country.
-
std::string city(AddressCountry country=AddressCountry::Usa)
Returns a random city for given country.
-
std::string buildingNumber(AddressCountry country=AddressCountry::Usa)
Returns a random building number for given country.
-
std::string_view countryCode()
Returns a random country code.
-
std::string_view country()
Returns a random country name.
-
std::string_view direction()
Generates a random direction from cardinal and ordinal directions.
-
std::string zipCode(AddressCountry country=AddressCountry::Usa)
Returns a random zip code for given country.
-
std::string secondaryAddress(AddressCountry country=AddressCountry::Usa)
Returns a random secondary address number for given country. This refers to a specific location at a ...
-
std::string latitude(Precision precision=Precision::FourDp)
Generates a random latitude.
-
std::string streetAddress(AddressCountry country=AddressCountry::Usa)
Returns a random street address for given country.
-
std::string longitude(Precision precision=Precision::FourDp)
Generates a random longitude.
-
std::string_view state(AddressCountry country=AddressCountry::Usa)
Returns a random state for a given country.
-
AddressCountry
Definition Location.h:10
+
Definition Location.h:9
+
FAKER_CXX_EXPORT std::string street(AddressCountry country=AddressCountry::Usa)
Returns a random street for given country.
+
FAKER_CXX_EXPORT std::string_view state(AddressCountry country=AddressCountry::Usa)
Returns a random state for a given country.
+
FAKER_CXX_EXPORT std::string longitude(Precision precision=Precision::FourDp)
Generates a random longitude.
+
FAKER_CXX_EXPORT std::string city(AddressCountry country=AddressCountry::Usa)
Returns a random city for given country.
+
FAKER_CXX_EXPORT std::string zipCode(AddressCountry country=AddressCountry::Usa)
Returns a random zip code for given country.
+
FAKER_CXX_EXPORT std::string_view timeZone()
Generates a random time zone.
+
FAKER_CXX_EXPORT std::string latitude(Precision precision=Precision::FourDp)
Generates a random latitude.
+
FAKER_CXX_EXPORT std::string_view countryCode()
Returns a random country code.
+
FAKER_CXX_EXPORT std::string_view country()
Returns a random country name.
+
FAKER_CXX_EXPORT std::string secondaryAddress(AddressCountry country=AddressCountry::Usa)
Returns a random secondary address number for given country. This refers to a specific location at a ...
+
FAKER_CXX_EXPORT std::string buildingNumber(AddressCountry country=AddressCountry::Usa)
Returns a random building number for given country.
+
FAKER_CXX_EXPORT std::string_view direction()
Generates a random direction from cardinal and ordinal directions.
+
FAKER_CXX_EXPORT std::string streetAddress(AddressCountry country=AddressCountry::Usa)
Returns a random street address for given country.
+
AddressCountry
Definition Location.h:11
diff --git a/Lorem_8h.html b/Lorem_8h.html index 394bfd880..45c0a310e 100644 --- a/Lorem_8h.html +++ b/Lorem_8h.html @@ -106,14 +106,17 @@
#include <string>
+#include "faker-cxx/Export.h"
Include dependency graph for Lorem.h:
- - + + + +
@@ -128,27 +131,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view faker::lorem::word ()
 Returns a random lorem word.
 
std::string faker::lorem::words (unsigned numberOfWords=3)
 Returns a random lorem words.
 
std::string faker::lorem::sentence (unsigned minNumberOfWords=3, unsigned maxNumberOfWords=10)
 Returns a random lorem sentence.
 
std::string faker::lorem::sentences (unsigned minNumberOfSentences=2, unsigned maxNumberOfSentences=6)
 Returns a random lorem sentences.
 
std::string faker::lorem::slug (unsigned numberOfWords=3)
 Generates a slugified text consisting of the given number of hyphen separated words.
 
std::string faker::lorem::paragraph (unsigned minNumberOfSentences=2, unsigned maxNumberOfSentences=6)
 Returns a random lorem paragraph.
 
std::string faker::lorem::paragraphs (unsigned minNumberOfParagraphs=2, unsigned maxNumberOfParagraphs=4)
 Returns a random lorem paragraphs.
 
FAKER_CXX_EXPORT std::string_view faker::lorem::word ()
 Returns a random lorem word.
 
FAKER_CXX_EXPORT std::string faker::lorem::words (unsigned numberOfWords=3)
 Returns a random lorem words.
 
FAKER_CXX_EXPORT std::string faker::lorem::sentence (unsigned minNumberOfWords=3, unsigned maxNumberOfWords=10)
 Returns a random lorem sentence.
 
FAKER_CXX_EXPORT std::string faker::lorem::sentences (unsigned minNumberOfSentences=2, unsigned maxNumberOfSentences=6)
 Returns a random lorem sentences.
 
FAKER_CXX_EXPORT std::string faker::lorem::slug (unsigned numberOfWords=3)
 Generates a slugified text consisting of the given number of hyphen separated words.
 
FAKER_CXX_EXPORT std::string faker::lorem::paragraph (unsigned minNumberOfSentences=2, unsigned maxNumberOfSentences=6)
 Returns a random lorem paragraph.
 
FAKER_CXX_EXPORT std::string faker::lorem::paragraphs (unsigned minNumberOfParagraphs=2, unsigned maxNumberOfParagraphs=4)
 Returns a random lorem paragraphs.
 
diff --git a/Lorem_8h.js b/Lorem_8h.js index e20227947..fcb67ed38 100644 --- a/Lorem_8h.js +++ b/Lorem_8h.js @@ -1,10 +1,10 @@ var Lorem_8h = [ - [ "paragraph", "Lorem_8h.html#a8111a758a08e8c5e1b3bb39388e5abca", null ], - [ "paragraphs", "Lorem_8h.html#aea97ee6a86fb23528a0c8a6672b94bb7", null ], - [ "sentence", "Lorem_8h.html#a92ea31975ddf38f5d5559812f3bd1e10", null ], - [ "sentences", "Lorem_8h.html#aa7cdcb18cb5ab2787431d89336338b2c", null ], - [ "slug", "Lorem_8h.html#a1a74d4c996ca52d1ae14417285610baf", null ], - [ "word", "Lorem_8h.html#ae1d59e6c9dd75a6dd9eddfcf5ccdf418", null ], - [ "words", "Lorem_8h.html#ab8f07baea1dc086f1dd7813468cd93f3", null ] + [ "paragraph", "Lorem_8h.html#ac247a6d5e1427f53953ac3fd699e831f", null ], + [ "paragraphs", "Lorem_8h.html#a2f5442a6de26bf6bd51ffbf1586cdbe3", null ], + [ "sentence", "Lorem_8h.html#a474701bf19dcc2b62a199d540deb96fc", null ], + [ "sentences", "Lorem_8h.html#a375063dbea7caebda30aec4a3fd83775", null ], + [ "slug", "Lorem_8h.html#a083881e3fc0adfc974bfdb6d09bf8970", null ], + [ "word", "Lorem_8h.html#acfe2ea3b024c37b6ab92571404cd6ce4", null ], + [ "words", "Lorem_8h.html#ac8ac32eec75e6335ffdd9e7ba42c88e8", null ] ]; \ No newline at end of file diff --git a/Lorem_8h__incl.map b/Lorem_8h__incl.map index ebee76239..743db8c1c 100644 --- a/Lorem_8h__incl.map +++ b/Lorem_8h__incl.map @@ -1,5 +1,7 @@ - - + + + + diff --git a/Lorem_8h__incl.md5 b/Lorem_8h__incl.md5 index e37d65d4b..486e8e4d7 100644 --- a/Lorem_8h__incl.md5 +++ b/Lorem_8h__incl.md5 @@ -1 +1 @@ -e7e6f0557c9c4466a1dc9fd54618729c \ No newline at end of file +655d25055362b604b49325ee2d327085 \ No newline at end of file diff --git a/Lorem_8h__incl.png b/Lorem_8h__incl.png index 844590aa6..49e5f4347 100644 Binary files a/Lorem_8h__incl.png and b/Lorem_8h__incl.png differ diff --git a/Lorem_8h_source.html b/Lorem_8h_source.html index 1cb859ba7..da43ee6c1 100644 --- a/Lorem_8h_source.html +++ b/Lorem_8h_source.html @@ -105,33 +105,34 @@ Go to the documentation of this file.
1#pragma once
2
3#include <string>
-
4
-
-
5namespace faker::lorem
-
6{
-
16 std::string_view word();
-
17
-
29 std::string words(unsigned numberOfWords = 3);
-
30
-
43 std::string sentence(unsigned minNumberOfWords = 3, unsigned maxNumberOfWords = 10);
-
44
-
57 std::string sentences(unsigned minNumberOfSentences = 2, unsigned maxNumberOfSentences = 6);
-
58
-
70 std::string slug(unsigned numberOfWords = 3);
-
71
-
84 std::string paragraph(unsigned minNumberOfSentences = 2, unsigned maxNumberOfSentences = 6);
-
85
-
101 std::string paragraphs(unsigned minNumberOfParagraphs = 2, unsigned maxNumberOfParagraphs = 4);
-
102}
+
4#include "faker-cxx/Export.h"
+
5
+
+
6namespace faker::lorem
+
7{
+
17 FAKER_CXX_EXPORT std::string_view word();
+
18
+
30 FAKER_CXX_EXPORT std::string words(unsigned numberOfWords = 3);
+
31
+
44 FAKER_CXX_EXPORT std::string sentence(unsigned minNumberOfWords = 3, unsigned maxNumberOfWords = 10);
+
45
+
58 FAKER_CXX_EXPORT std::string sentences(unsigned minNumberOfSentences = 2, unsigned maxNumberOfSentences = 6);
+
59
+
71 FAKER_CXX_EXPORT std::string slug(unsigned numberOfWords = 3);
+
72
+
85 FAKER_CXX_EXPORT std::string paragraph(unsigned minNumberOfSentences = 2, unsigned maxNumberOfSentences = 6);
+
86
+
102 FAKER_CXX_EXPORT std::string paragraphs(unsigned minNumberOfParagraphs = 2, unsigned maxNumberOfParagraphs = 4);
+
103}
-
Definition Lorem.h:6
-
std::string slug(unsigned numberOfWords=3)
Generates a slugified text consisting of the given number of hyphen separated words.
-
std::string paragraph(unsigned minNumberOfSentences=2, unsigned maxNumberOfSentences=6)
Returns a random lorem paragraph.
-
std::string sentence(unsigned minNumberOfWords=3, unsigned maxNumberOfWords=10)
Returns a random lorem sentence.
-
std::string sentences(unsigned minNumberOfSentences=2, unsigned maxNumberOfSentences=6)
Returns a random lorem sentences.
-
std::string words(unsigned numberOfWords=3)
Returns a random lorem words.
-
std::string_view word()
Returns a random lorem word.
-
std::string paragraphs(unsigned minNumberOfParagraphs=2, unsigned maxNumberOfParagraphs=4)
Returns a random lorem paragraphs.
+
Definition Lorem.h:7
+
FAKER_CXX_EXPORT std::string slug(unsigned numberOfWords=3)
Generates a slugified text consisting of the given number of hyphen separated words.
+
FAKER_CXX_EXPORT std::string paragraphs(unsigned minNumberOfParagraphs=2, unsigned maxNumberOfParagraphs=4)
Returns a random lorem paragraphs.
+
FAKER_CXX_EXPORT std::string sentences(unsigned minNumberOfSentences=2, unsigned maxNumberOfSentences=6)
Returns a random lorem sentences.
+
FAKER_CXX_EXPORT std::string sentence(unsigned minNumberOfWords=3, unsigned maxNumberOfWords=10)
Returns a random lorem sentence.
+
FAKER_CXX_EXPORT std::string paragraph(unsigned minNumberOfSentences=2, unsigned maxNumberOfSentences=6)
Returns a random lorem paragraph.
+
FAKER_CXX_EXPORT std::string words(unsigned numberOfWords=3)
Returns a random lorem words.
+
FAKER_CXX_EXPORT std::string_view word()
Returns a random lorem word.
diff --git a/Medicine_8h.html b/Medicine_8h.html index 2b7da725c..021b24d5f 100644 --- a/Medicine_8h.html +++ b/Medicine_8h.html @@ -106,14 +106,17 @@
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for Medicine.h:
- - - + + + + +
@@ -128,15 +131,15 @@ - - - - - - - - - + + + + + + + + +

Functions

std::string_view faker::medicine::condition ()
 Returns a random medical condition.
 
std::string_view faker::medicine::medicalTest ()
 Returns a random medical test.
 
std::string_view faker::medicine::specialty ()
 Returns a random Medical specialty.
 
FAKER_CXX_EXPORT std::string_view faker::medicine::condition ()
 Returns a random medical condition.
 
FAKER_CXX_EXPORT std::string_view faker::medicine::medicalTest ()
 Returns a random medical test.
 
FAKER_CXX_EXPORT std::string_view faker::medicine::specialty ()
 Returns a random Medical specialty.
 
diff --git a/Medicine_8h.js b/Medicine_8h.js index 3425b3c9f..1032ce124 100644 --- a/Medicine_8h.js +++ b/Medicine_8h.js @@ -1,6 +1,6 @@ var Medicine_8h = [ - [ "condition", "Medicine_8h.html#a7130243ac62bdbbd51adff48d57954ca", null ], - [ "medicalTest", "Medicine_8h.html#a75ec9409935c2fb14d7bac089993e790", null ], - [ "specialty", "Medicine_8h.html#a7ba6b45627d6db8d9984a5724860d16b", null ] + [ "condition", "Medicine_8h.html#add3e653f246cc4dc44639728f84260f4", null ], + [ "medicalTest", "Medicine_8h.html#a20de78bbbd9859d1be5a025d1aa67df0", null ], + [ "specialty", "Medicine_8h.html#ae3051b9186cd322160e6f6986c70d49d", null ] ]; \ No newline at end of file diff --git a/Medicine_8h__incl.map b/Medicine_8h__incl.map index 58821e3c1..c383e0c3d 100644 --- a/Medicine_8h__incl.map +++ b/Medicine_8h__incl.map @@ -1,5 +1,7 @@ - - - + + + + + diff --git a/Medicine_8h__incl.md5 b/Medicine_8h__incl.md5 index d3d7f7b2a..68e8cf007 100644 --- a/Medicine_8h__incl.md5 +++ b/Medicine_8h__incl.md5 @@ -1 +1 @@ -1f7b5f2c3ae6108541d3e14dfa01e325 \ No newline at end of file +253a00afc4f541e7c5c9dfc459ea1d2e \ No newline at end of file diff --git a/Medicine_8h__incl.png b/Medicine_8h__incl.png index 43b776313..193e27c73 100644 Binary files a/Medicine_8h__incl.png and b/Medicine_8h__incl.png differ diff --git a/Medicine_8h_source.html b/Medicine_8h_source.html index 60c38ba14..b0cd01cbe 100644 --- a/Medicine_8h_source.html +++ b/Medicine_8h_source.html @@ -105,21 +105,22 @@ Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
-
4
-
- -
6{
-
16std::string_view condition();
-
17
-
27std::string_view medicalTest();
-
28
-
39std::string_view specialty();
-
40}
+
4#include "faker-cxx/Export.h"
+
5
+
+ +
7{
+
17FAKER_CXX_EXPORT std::string_view condition();
+
18
+
28FAKER_CXX_EXPORT std::string_view medicalTest();
+
29
+
40FAKER_CXX_EXPORT std::string_view specialty();
+
41}
-
Definition Medicine.h:6
-
std::string_view condition()
Returns a random medical condition.
-
std::string_view medicalTest()
Returns a random medical test.
-
std::string_view specialty()
Returns a random Medical specialty.
+
Definition Medicine.h:7
+
FAKER_CXX_EXPORT std::string_view medicalTest()
Returns a random medical test.
+
FAKER_CXX_EXPORT std::string_view condition()
Returns a random medical condition.
+
FAKER_CXX_EXPORT std::string_view specialty()
Returns a random Medical specialty.
diff --git a/Movie_8h.html b/Movie_8h.html index 825e2400d..6d7eb634a 100644 --- a/Movie_8h.html +++ b/Movie_8h.html @@ -106,14 +106,17 @@
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for Movie.h:
- - - + + + + +
@@ -128,24 +131,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +

Functions

std::string_view faker::movie::genre ()
 Returns a random movie genre.
 
std::string_view faker::movie::movieTitle ()
 Returns a random movie title.
 
std::string_view faker::movie::tvShow ()
 Returns a random tv show.
 
std::string_view faker::movie::director ()
 Returns a random movie director name.
 
std::string_view faker::movie::actor ()
 Returns a random actor name.
 
std::string_view faker::movie::actress ()
 Returns a random actress name.
 
FAKER_CXX_EXPORT std::string_view faker::movie::genre ()
 Returns a random movie genre.
 
FAKER_CXX_EXPORT std::string_view faker::movie::movieTitle ()
 Returns a random movie title.
 
FAKER_CXX_EXPORT std::string_view faker::movie::tvShow ()
 Returns a random tv show.
 
FAKER_CXX_EXPORT std::string_view faker::movie::director ()
 Returns a random movie director name.
 
FAKER_CXX_EXPORT std::string_view faker::movie::actor ()
 Returns a random actor name.
 
FAKER_CXX_EXPORT std::string_view faker::movie::actress ()
 Returns a random actress name.
 
diff --git a/Movie_8h.js b/Movie_8h.js index d6e48afda..c2a1bb3f8 100644 --- a/Movie_8h.js +++ b/Movie_8h.js @@ -1,9 +1,9 @@ var Movie_8h = [ - [ "actor", "Movie_8h.html#abef12d0afe55cb3bb07d75feb3e1842a", null ], - [ "actress", "Movie_8h.html#a158659364c7b687d6d9512027f4633fc", null ], - [ "director", "Movie_8h.html#a1a018a467c4b66a23f841ac419db8484", null ], - [ "genre", "Movie_8h.html#abe69d9192cd7239fa5d42354bf76fda3", null ], - [ "movieTitle", "Movie_8h.html#a201680680355673361e2377359631d7d", null ], - [ "tvShow", "Movie_8h.html#a409df328746370db427ae3033fd284b8", null ] + [ "actor", "Movie_8h.html#a24eac3e1378c496af717f5b78d1f631a", null ], + [ "actress", "Movie_8h.html#a874a0bb72718925b1aa7f9c49a248f76", null ], + [ "director", "Movie_8h.html#ade9b515fd1f418beaae0de18c6b5f5d0", null ], + [ "genre", "Movie_8h.html#a55bae5cf4dbcdd3b785b340f28226128", null ], + [ "movieTitle", "Movie_8h.html#a28cfcb8925096c8bd2a0ce7dd7772645", null ], + [ "tvShow", "Movie_8h.html#a92eaad86bc0027001c6c909c21027e93", null ] ]; \ No newline at end of file diff --git a/Movie_8h__incl.map b/Movie_8h__incl.map index 51906cf57..aaca47a80 100644 --- a/Movie_8h__incl.map +++ b/Movie_8h__incl.map @@ -1,5 +1,7 @@ - - - + + + + + diff --git a/Movie_8h__incl.md5 b/Movie_8h__incl.md5 index b43e98e7f..d2faeecff 100644 --- a/Movie_8h__incl.md5 +++ b/Movie_8h__incl.md5 @@ -1 +1 @@ -94f5711e5ac52bab3ad0039556383d57 \ No newline at end of file +a9c7488860742b44307150720be7806b \ No newline at end of file diff --git a/Movie_8h__incl.png b/Movie_8h__incl.png index cc34435e0..e07d5df59 100644 Binary files a/Movie_8h__incl.png and b/Movie_8h__incl.png differ diff --git a/Movie_8h_source.html b/Movie_8h_source.html index 89a5c7fd3..213fb1f49 100644 --- a/Movie_8h_source.html +++ b/Movie_8h_source.html @@ -105,30 +105,31 @@ Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
-
4
-
-
5namespace faker::movie
-
6{
-
16std::string_view genre();
-
17
-
27std::string_view movieTitle();
-
28
-
38std::string_view tvShow();
-
39
-
49std::string_view director();
-
50
-
60std::string_view actor();
-
61
-
71std::string_view actress();
-
72}
+
4#include "faker-cxx/Export.h"
+
5
+
+
6namespace faker::movie
+
7{
+
17FAKER_CXX_EXPORT std::string_view genre();
+
18
+
28FAKER_CXX_EXPORT std::string_view movieTitle();
+
29
+
39FAKER_CXX_EXPORT std::string_view tvShow();
+
40
+
50FAKER_CXX_EXPORT std::string_view director();
+
51
+
61FAKER_CXX_EXPORT std::string_view actor();
+
62
+
72FAKER_CXX_EXPORT std::string_view actress();
+
73}
-
Definition Movie.h:6
-
std::string_view actress()
Returns a random actress name.
-
std::string_view director()
Returns a random movie director name.
-
std::string_view movieTitle()
Returns a random movie title.
-
std::string_view tvShow()
Returns a random tv show.
-
std::string_view genre()
Returns a random movie genre.
-
std::string_view actor()
Returns a random actor name.
+
Definition Movie.h:7
+
FAKER_CXX_EXPORT std::string_view actor()
Returns a random actor name.
+
FAKER_CXX_EXPORT std::string_view movieTitle()
Returns a random movie title.
+
FAKER_CXX_EXPORT std::string_view genre()
Returns a random movie genre.
+
FAKER_CXX_EXPORT std::string_view actress()
Returns a random actress name.
+
FAKER_CXX_EXPORT std::string_view tvShow()
Returns a random tv show.
+
FAKER_CXX_EXPORT std::string_view director()
Returns a random movie director name.
diff --git a/Music_8h.html b/Music_8h.html index 11839c210..e4621b0bc 100644 --- a/Music_8h.html +++ b/Music_8h.html @@ -106,14 +106,17 @@
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for Music.h:
- - - + + + + +
@@ -128,15 +131,15 @@ - - - - - - - - - + + + + + + + + +

Functions

std::string_view faker::music::artist ()
 Returns a random artist.
 
std::string_view faker::music::genre ()
 Returns a random music genre.
 
std::string_view faker::music::songName ()
 Returns a random song name.
 
FAKER_CXX_EXPORT std::string_view faker::music::artist ()
 Returns a random artist.
 
FAKER_CXX_EXPORT std::string_view faker::music::genre ()
 Returns a random music genre.
 
FAKER_CXX_EXPORT std::string_view faker::music::songName ()
 Returns a random song name.
 
diff --git a/Music_8h.js b/Music_8h.js index 0faabb426..0f1091e63 100644 --- a/Music_8h.js +++ b/Music_8h.js @@ -1,6 +1,6 @@ var Music_8h = [ - [ "artist", "Music_8h.html#af57f6c0d3857f3d34eb480a015607c54", null ], - [ "genre", "Music_8h.html#aa4026ee2d3f948b16016326756f268d8", null ], - [ "songName", "Music_8h.html#a687409148ce6bee425c496cee757e77b", null ] + [ "artist", "Music_8h.html#a8f960c10557e8c9b8d98414ec99f46e1", null ], + [ "genre", "Music_8h.html#a420b05ddc4e92ab9f581d93907e23042", null ], + [ "songName", "Music_8h.html#a74c35da84e2a60a833245fb8bffd6c48", null ] ]; \ No newline at end of file diff --git a/Music_8h__incl.map b/Music_8h__incl.map index 7f55caa46..b3e68f455 100644 --- a/Music_8h__incl.map +++ b/Music_8h__incl.map @@ -1,5 +1,7 @@ - - - + + + + + diff --git a/Music_8h__incl.md5 b/Music_8h__incl.md5 index b7e81be1c..a7cb735aa 100644 --- a/Music_8h__incl.md5 +++ b/Music_8h__incl.md5 @@ -1 +1 @@ -1835e0bae619b12626c70c22fddde768 \ No newline at end of file +9cf555fa6820455dcc7de8b3f8fe7b60 \ No newline at end of file diff --git a/Music_8h__incl.png b/Music_8h__incl.png index 3e68b6810..e35ea292e 100644 Binary files a/Music_8h__incl.png and b/Music_8h__incl.png differ diff --git a/Music_8h_source.html b/Music_8h_source.html index 148440784..f66993f15 100644 --- a/Music_8h_source.html +++ b/Music_8h_source.html @@ -105,21 +105,22 @@ Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
-
4
-
-
5namespace faker::music
-
6{
-
16 std::string_view artist();
-
17
-
27 std::string_view genre();
-
28
-
38 std::string_view songName();
-
39}
+
4#include "faker-cxx/Export.h"
+
5
+
+
6namespace faker::music
+
7{
+
17 FAKER_CXX_EXPORT std::string_view artist();
+
18
+
28 FAKER_CXX_EXPORT std::string_view genre();
+
29
+
39 FAKER_CXX_EXPORT std::string_view songName();
+
40}
-
Definition Music.h:6
-
std::string_view songName()
Returns a random song name.
-
std::string_view genre()
Returns a random music genre.
-
std::string_view artist()
Returns a random artist.
+
Definition Music.h:7
+
FAKER_CXX_EXPORT std::string_view genre()
Returns a random music genre.
+
FAKER_CXX_EXPORT std::string_view songName()
Returns a random song name.
+
FAKER_CXX_EXPORT std::string_view artist()
Returns a random artist.
diff --git a/Number_8h_source.html b/Number_8h_source.html index 7870c2434..da225d0b4 100644 --- a/Number_8h_source.html +++ b/Number_8h_source.html @@ -110,7 +110,7 @@
6
7namespace faker::number
8{
-
9
+
9
26template <std::integral I>
27I integer(I min, I max)
28{
diff --git a/Person_8h.html b/Person_8h.html index 9f3e7e215..40ceecb23 100644 --- a/Person_8h.html +++ b/Person_8h.html @@ -108,19 +108,22 @@
#include <optional>
#include <string_view>
+#include "faker-cxx/Export.h"
#include "types/Country.h"
Include dependency graph for Person.h:
- + - + - - - + + + + +
@@ -207,63 +210,63 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view faker::person::firstName (std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
 Returns a random first name.
 
std::string_view faker::person::lastName (std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
 Returns a random last name.
 
std::string faker::person::fullName (std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
 Returns a random full name.
 
std::string_view faker::person::prefix (std::optional< Country > countryOpt=std::nullopt, std::optional< Sex > sex=std::nullopt)
 Returns a random name prefix.
 
std::string_view faker::person::suffix (std::optional< Country > countryOpt=std::nullopt, std::optional< Sex > sex=std::nullopt)
 Returns a random name suffix.
 
std::string faker::person::bio ()
 Returns a random bio.
 
std::string_view faker::person::sex (std::optional< Language > language=std::nullopt)
 Returns a sex.
 
std::string_view faker::person::gender ()
 Returns a random gender.
 
std::string faker::person::jobTitle ()
 Returns a random job title.
 
std::string_view faker::person::jobDescriptor ()
 Returns a random job descriptor.
 
std::string_view faker::person::jobArea ()
 Returns a random job area.
 
std::string_view faker::person::jobType ()
 Returns a random job type.
 
std::string_view faker::person::hobby ()
 Returns a random hobby.
 
std::string_view faker::person::language ()
 Returns a random language.
 
std::string_view faker::person::nationality ()
 Returns a random nationality.
 
std::string faker::person::ssn (std::optional< SsnCountry > country=std::nullopt)
 Returns a random SSN.
 
std::string_view faker::person::westernZodiac ()
 Returns a random Western Zodiac.
 
std::string_view faker::person::chineseZodiac ()
 Returns a random Chinese Zodiac.
 
std::string faker::person::passport (std::optional< PassportCountry > country=std::nullopt)
 Returns a random passport number from a given country.
 
FAKER_CXX_EXPORT std::string_view faker::person::firstName (std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
 Returns a random first name.
 
FAKER_CXX_EXPORT std::string_view faker::person::lastName (std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
 Returns a random last name.
 
FAKER_CXX_EXPORT std::string faker::person::fullName (std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
 Returns a random full name.
 
FAKER_CXX_EXPORT std::string_view faker::person::prefix (std::optional< Country > countryOpt=std::nullopt, std::optional< Sex > sex=std::nullopt)
 Returns a random name prefix.
 
FAKER_CXX_EXPORT std::string_view faker::person::suffix (std::optional< Country > countryOpt=std::nullopt, std::optional< Sex > sex=std::nullopt)
 Returns a random name suffix.
 
FAKER_CXX_EXPORT std::string faker::person::bio ()
 Returns a random bio.
 
FAKER_CXX_EXPORT std::string_view faker::person::sex (std::optional< Language > language=std::nullopt)
 Returns a sex.
 
FAKER_CXX_EXPORT std::string_view faker::person::gender ()
 Returns a random gender.
 
FAKER_CXX_EXPORT std::string faker::person::jobTitle ()
 Returns a random job title.
 
FAKER_CXX_EXPORT std::string_view faker::person::jobDescriptor ()
 Returns a random job descriptor.
 
FAKER_CXX_EXPORT std::string_view faker::person::jobArea ()
 Returns a random job area.
 
FAKER_CXX_EXPORT std::string_view faker::person::jobType ()
 Returns a random job type.
 
FAKER_CXX_EXPORT std::string_view faker::person::hobby ()
 Returns a random hobby.
 
FAKER_CXX_EXPORT std::string_view faker::person::language ()
 Returns a random language.
 
FAKER_CXX_EXPORT std::string_view faker::person::nationality ()
 Returns a random nationality.
 
FAKER_CXX_EXPORT std::string faker::person::ssn (std::optional< SsnCountry > country=std::nullopt)
 Returns a random SSN.
 
FAKER_CXX_EXPORT std::string_view faker::person::westernZodiac ()
 Returns a random Western Zodiac.
 
FAKER_CXX_EXPORT std::string_view faker::person::chineseZodiac ()
 Returns a random Chinese Zodiac.
 
FAKER_CXX_EXPORT std::string faker::person::passport (std::optional< PassportCountry > country=std::nullopt)
 Returns a random passport number from a given country.
 
diff --git a/Person_8h.js b/Person_8h.js index 6b8063c8d..026444bc4 100644 --- a/Person_8h.js +++ b/Person_8h.js @@ -56,23 +56,23 @@ var Person_8h = [ "Spain", "Person_8h.html#ad6599d35e7da66fbcb9b17af862bab90a907eba32d950bfab68227fd7ea22999b", null ], [ "Usa", "Person_8h.html#ad6599d35e7da66fbcb9b17af862bab90a867f8282a36dd6525c3d40744a92fcf8", null ] ] ], - [ "bio", "Person_8h.html#aca57908ce15927f2bef9df1f4ae1cbed", null ], - [ "chineseZodiac", "Person_8h.html#afd542c047eace709bda4d319447708e0", null ], - [ "firstName", "Person_8h.html#ac6b17922541a379a7b88b9a57b6236cd", null ], - [ "fullName", "Person_8h.html#af44c8680454b8f887a9c9cb49413e3f3", null ], - [ "gender", "Person_8h.html#a2f305d70964018e54bd8dcc0d7a0a5d8", null ], - [ "hobby", "Person_8h.html#a143e5c964c8722e54be3c98647644d90", null ], - [ "jobArea", "Person_8h.html#adf6ab8d0ff301c771d822212824b0e33", null ], - [ "jobDescriptor", "Person_8h.html#aa6935843e6cf19bd3b7921d3469dc3bd", null ], - [ "jobTitle", "Person_8h.html#a25dcaa216bd77ba92e08440af7f08944", null ], - [ "jobType", "Person_8h.html#abd243904a4ea4169ac26d6ee297d7d47", null ], - [ "language", "Person_8h.html#a3ce909c7c7b35530c159c7d36b830017", null ], - [ "lastName", "Person_8h.html#a1bafad36c99490aa8993ee7612823fa4", null ], - [ "nationality", "Person_8h.html#af7806a8a3d1ff6964a7d9cc9a61f64e9", null ], - [ "passport", "Person_8h.html#a51ebe30495fe27d33d38f2149e7ccce4", null ], - [ "prefix", "Person_8h.html#a0c48db01584c3b6c44ecf5a1d955bbb3", null ], - [ "sex", "Person_8h.html#ae8323c33660ad6f2a3112e346ff54fff", null ], - [ "ssn", "Person_8h.html#ac40d08f2660ee8644d51b4450da2c3df", null ], - [ "suffix", "Person_8h.html#a46af5a9dda2aaffb4e6e51e881aafcd6", null ], - [ "westernZodiac", "Person_8h.html#ac496e9c24ca856167a49a416e4ef9a19", null ] + [ "bio", "Person_8h.html#a41deabbecbf923fd045031c7456df21d", null ], + [ "chineseZodiac", "Person_8h.html#a4b696b7118429e5550b9664e6eb4c4a8", null ], + [ "firstName", "Person_8h.html#aa2d31df51f9e07afaba964b7864e729d", null ], + [ "fullName", "Person_8h.html#a275161f9c0bd16a7fa5d6b1003aa612a", null ], + [ "gender", "Person_8h.html#aa4f5882c87c74e0167bf51f297c69993", null ], + [ "hobby", "Person_8h.html#ab728ebbf9c6a7b830ff989943fc34330", null ], + [ "jobArea", "Person_8h.html#aa58e33aa6e056a200de1d94f7af80e31", null ], + [ "jobDescriptor", "Person_8h.html#a4076a7788b7715cdd889f1fe23b66c17", null ], + [ "jobTitle", "Person_8h.html#aed588e01226bc0ba073dbf0e1e6cf96f", null ], + [ "jobType", "Person_8h.html#a12dbe0569b391994f9f3fd1207f688fc", null ], + [ "language", "Person_8h.html#a996e5552ac035f4c8eca3538343bfd1e", null ], + [ "lastName", "Person_8h.html#a09e7f2c9db689e06a6f057e852fe32e8", null ], + [ "nationality", "Person_8h.html#adb390e221234be2ed111463db5eb681e", null ], + [ "passport", "Person_8h.html#ae53e51b39112140ebb7f0df60afacebb", null ], + [ "prefix", "Person_8h.html#ac6415f4c79132e8f0a4d5901f24e1164", null ], + [ "sex", "Person_8h.html#a6f9626afb67c43e013958f64f5a58419", null ], + [ "ssn", "Person_8h.html#a5f206e2cdd72189e665d0ab25c2da077", null ], + [ "suffix", "Person_8h.html#a4b1a52c1aaba6acee97fe5326af38cce", null ], + [ "westernZodiac", "Person_8h.html#a8a744df8b8f7dc01d21047350493be3c", null ] ]; \ No newline at end of file diff --git a/Person_8h__incl.map b/Person_8h__incl.map index 65629c12e..a8a7904dc 100644 --- a/Person_8h__incl.map +++ b/Person_8h__incl.map @@ -1,9 +1,11 @@ - + - + - - - + + + + + diff --git a/Person_8h__incl.md5 b/Person_8h__incl.md5 index 78625a4b1..2289a0d0a 100644 --- a/Person_8h__incl.md5 +++ b/Person_8h__incl.md5 @@ -1 +1 @@ -cac7712e16184c00c207e7af00daeb9f \ No newline at end of file +8e2f6e59b4a1dd0f0c98009424b42d82 \ No newline at end of file diff --git a/Person_8h__incl.png b/Person_8h__incl.png index 496ed7b7c..61f22fd0a 100644 Binary files a/Person_8h__incl.png and b/Person_8h__incl.png differ diff --git a/Person_8h_source.html b/Person_8h_source.html index 102c7104e..8dd0e6b7d 100644 --- a/Person_8h_source.html +++ b/Person_8h_source.html @@ -107,141 +107,142 @@
3#include <optional>
4#include <string_view>
5
-
6#include "types/Country.h"
-
7
-
-
8namespace faker::person
-
9{
-
10enum class PassportCountry;
-
11enum class Sex;
-
12enum class SsnCountry;
-
13enum class Language;
-
14
-
29 std::string_view firstName(std::optional<Country> country = std::nullopt,
-
30 std::optional<Sex> sex = std::nullopt);
-
31
-
44 std::string_view lastName(std::optional<Country> country = std::nullopt,
-
45 std::optional<Sex> sex = std::nullopt);
-
46
-
61 std::string fullName(std::optional<Country> country = std::nullopt, std::optional<Sex> sex = std::nullopt);
-
62
-
76 std::string_view prefix(std::optional<Country> countryOpt = std::nullopt,
-
77 std::optional<Sex> sex = std::nullopt);
-
78
-
88 std::string_view suffix(std::optional<Country> countryOpt = std::nullopt,
-
89 std::optional<Sex> sex = std::nullopt);
-
90
-
100 std::string bio();
-
101
-
111 std::string_view sex(std::optional<Language> language = std::nullopt);
-
112
-
122 std::string_view gender();
-
123
-
133 std::string jobTitle();
-
134
-
144 std::string_view jobDescriptor();
-
145
-
155 std::string_view jobArea();
-
156
-
166 std::string_view jobType();
-
167
-
177 std::string_view hobby();
-
178
-
188 std::string_view language();
-
189
-
199 std::string_view nationality();
-
200
-
213 std::string ssn(std::optional<SsnCountry> country = std::nullopt);
-
214
-
224 std::string_view westernZodiac();
-
225
-
235 std::string_view chineseZodiac();
-
236
-
246 std::string passport(std::optional<PassportCountry> country = std::nullopt);
-
247
-
- -
249{
-
250 France,
-
251 Poland,
-
252 Romania,
-
253 Usa,
-
254};
+
6#include "faker-cxx/Export.h"
+
7#include "types/Country.h"
+
8
+
+
9namespace faker::person
+
10{
+
11enum class PassportCountry;
+
12enum class Sex;
+
13enum class SsnCountry;
+
14enum class Language;
+
15
+
30 FAKER_CXX_EXPORT std::string_view firstName(std::optional<Country> country = std::nullopt,
+
31 std::optional<Sex> sex = std::nullopt);
+
32
+
45 FAKER_CXX_EXPORT std::string_view lastName(std::optional<Country> country = std::nullopt,
+
46 std::optional<Sex> sex = std::nullopt);
+
47
+
62 FAKER_CXX_EXPORT std::string fullName(std::optional<Country> country = std::nullopt, std::optional<Sex> sex = std::nullopt);
+
63
+
77 FAKER_CXX_EXPORT std::string_view prefix(std::optional<Country> countryOpt = std::nullopt,
+
78 std::optional<Sex> sex = std::nullopt);
+
79
+
89 FAKER_CXX_EXPORT std::string_view suffix(std::optional<Country> countryOpt = std::nullopt,
+
90 std::optional<Sex> sex = std::nullopt);
+
91
+
101 FAKER_CXX_EXPORT std::string bio();
+
102
+
112 FAKER_CXX_EXPORT std::string_view sex(std::optional<Language> language = std::nullopt);
+
113
+
123 FAKER_CXX_EXPORT std::string_view gender();
+
124
+
134 FAKER_CXX_EXPORT std::string jobTitle();
+
135
+
145 FAKER_CXX_EXPORT std::string_view jobDescriptor();
+
146
+
156 FAKER_CXX_EXPORT std::string_view jobArea();
+
157
+
167 FAKER_CXX_EXPORT std::string_view jobType();
+
168
+
178 FAKER_CXX_EXPORT std::string_view hobby();
+
179
+
189 FAKER_CXX_EXPORT std::string_view language();
+
190
+
200 FAKER_CXX_EXPORT std::string_view nationality();
+
201
+
214 FAKER_CXX_EXPORT std::string ssn(std::optional<SsnCountry> country = std::nullopt);
+
215
+
225 FAKER_CXX_EXPORT std::string_view westernZodiac();
+
226
+
236 FAKER_CXX_EXPORT std::string_view chineseZodiac();
+
237
+
247 FAKER_CXX_EXPORT std::string passport(std::optional<PassportCountry> country = std::nullopt);
+
248
+
+ +
250{
+
251 France,
+
252 Poland,
+
253 Romania,
+
254 Usa,
+
255};
-
255
-
-
256enum class Sex
-
257{
-
258 Female,
-
259 Male,
-
260};
+
256
+
+
257enum class Sex
+
258{
+
259 Female,
+
260 Male,
+
261};
-
261
-
-
262enum class SsnCountry
-
263{
-
264 England,
-
265 France,
-
266 Germany,
-
267 India,
-
268 Italy,
-
269 Poland,
-
270 Spain,
-
271 Usa,
-
272};
+
262
+
+
263enum class SsnCountry
+
264{
+
265 England,
+
266 France,
+
267 Germany,
+
268 India,
+
269 Italy,
+
270 Poland,
+
271 Spain,
+
272 Usa,
+
273};
-
273
-
-
274enum class Language
-
275{
-
276 Albanian,
- -
278 Croatian,
-
279 Czech,
-
280 Danish,
-
281 Dutch,
-
282 English,
-
283 Estonian,
-
284 Finnish,
-
285 French,
-
286 German,
-
287 Greek,
-
288 Hindi,
-
289 Hungarian,
-
290 Irish,
-
291 Italian,
-
292 Japanese,
-
293 Korean,
-
294 Latvian,
- -
296 Mandarin,
-
297 Nepali,
-
298 Norwegian,
-
299 Polish,
- -
301 Romanian,
-
302 Russian,
-
303 Serbian,
-
304 Slovak,
-
305 Slovene,
-
306 Spanish,
-
307 Swedish,
-
308 Turkish,
-
309 Ukrainian,
-
310};
+
274
+
+
275enum class Language
+
276{
+
277 Albanian,
+ +
279 Croatian,
+
280 Czech,
+
281 Danish,
+
282 Dutch,
+
283 English,
+
284 Estonian,
+
285 Finnish,
+
286 French,
+
287 German,
+
288 Greek,
+
289 Hindi,
+
290 Hungarian,
+
291 Irish,
+
292 Italian,
+
293 Japanese,
+
294 Korean,
+
295 Latvian,
+ +
297 Mandarin,
+
298 Nepali,
+
299 Norwegian,
+
300 Polish,
+ +
302 Romanian,
+
303 Russian,
+
304 Serbian,
+
305 Slovak,
+
306 Slovene,
+
307 Spanish,
+
308 Swedish,
+
309 Turkish,
+
310 Ukrainian,
+
311};
-
311}
+
312}
-
Definition Person.h:9
-
std::string_view prefix(std::optional< Country > countryOpt=std::nullopt, std::optional< Sex > sex=std::nullopt)
Returns a random name prefix.
-
std::string_view hobby()
Returns a random hobby.
-
std::string_view lastName(std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
Returns a random last name.
-
std::string jobTitle()
Returns a random job title.
-
std::string_view gender()
Returns a random gender.
-
std::string_view language()
Returns a random language.
-
std::string_view suffix(std::optional< Country > countryOpt=std::nullopt, std::optional< Sex > sex=std::nullopt)
Returns a random name suffix.
-
std::string passport(std::optional< PassportCountry > country=std::nullopt)
Returns a random passport number from a given country.
-
Language
Definition Person.h:275
+
Definition Person.h:10
+
FAKER_CXX_EXPORT std::string_view lastName(std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
Returns a random last name.
+
FAKER_CXX_EXPORT std::string_view jobType()
Returns a random job type.
+
FAKER_CXX_EXPORT std::string fullName(std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
Returns a random full name.
+
FAKER_CXX_EXPORT std::string_view jobDescriptor()
Returns a random job descriptor.
+
FAKER_CXX_EXPORT std::string bio()
Returns a random bio.
+
FAKER_CXX_EXPORT std::string_view suffix(std::optional< Country > countryOpt=std::nullopt, std::optional< Sex > sex=std::nullopt)
Returns a random name suffix.
+
FAKER_CXX_EXPORT std::string_view chineseZodiac()
Returns a random Chinese Zodiac.
+
FAKER_CXX_EXPORT std::string ssn(std::optional< SsnCountry > country=std::nullopt)
Returns a random SSN.
+
Language
Definition Person.h:276
@@ -276,31 +277,31 @@ -
std::string_view jobDescriptor()
Returns a random job descriptor.
-
Sex
Definition Person.h:257
+
FAKER_CXX_EXPORT std::string_view sex(std::optional< Language > language=std::nullopt)
Returns a sex.
+
FAKER_CXX_EXPORT std::string_view westernZodiac()
Returns a random Western Zodiac.
+
FAKER_CXX_EXPORT std::string_view language()
Returns a random language.
+
FAKER_CXX_EXPORT std::string_view firstName(std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
Returns a random first name.
+
FAKER_CXX_EXPORT std::string_view gender()
Returns a random gender.
+
FAKER_CXX_EXPORT std::string_view jobArea()
Returns a random job area.
+
FAKER_CXX_EXPORT std::string_view hobby()
Returns a random hobby.
+
Sex
Definition Person.h:258
-
std::string_view jobType()
Returns a random job type.
-
std::string ssn(std::optional< SsnCountry > country=std::nullopt)
Returns a random SSN.
-
std::string_view westernZodiac()
Returns a random Western Zodiac.
-
std::string_view firstName(std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
Returns a random first name.
-
PassportCountry
Definition Person.h:249
+
FAKER_CXX_EXPORT std::string_view prefix(std::optional< Country > countryOpt=std::nullopt, std::optional< Sex > sex=std::nullopt)
Returns a random name prefix.
+
PassportCountry
Definition Person.h:250
-
std::string bio()
Returns a random bio.
-
SsnCountry
Definition Person.h:263
+
SsnCountry
Definition Person.h:264
-
std::string_view jobArea()
Returns a random job area.
-
std::string_view sex(std::optional< Language > language=std::nullopt)
Returns a sex.
-
std::string fullName(std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
Returns a random full name.
-
std::string_view nationality()
Returns a random nationality.
-
std::string_view chineseZodiac()
Returns a random Chinese Zodiac.
+
FAKER_CXX_EXPORT std::string_view nationality()
Returns a random nationality.
+
FAKER_CXX_EXPORT std::string passport(std::optional< PassportCountry > country=std::nullopt)
Returns a random passport number from a given country.
+
FAKER_CXX_EXPORT std::string jobTitle()
Returns a random job title.
diff --git a/Phone_8h.html b/Phone_8h.html index efb83a123..a190c6d0a 100644 --- a/Phone_8h.html +++ b/Phone_8h.html @@ -110,20 +110,23 @@ #include <string>
#include <string_view>
#include <unordered_map>
+#include "faker-cxx/Export.h"
Include dependency graph for Phone.h:
- + - + - + - + - + + +
@@ -432,29 +435,29 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string faker::phone::number (std::optional< std::string >=std::nullopt)
 Returns a random phone number.
 
std::string_view faker::phone::platform ()
 Returns a random phone platform.
 
std::string_view faker::phone::modelName ()
 Returns a random phone model.
 
std::string_view faker::phone::manufacturer ()
 Returns a random phone manufacturer.
 
std::string faker::phone::number (PhoneNumberCountryFormat format)
 Returns a random phone number based on country phone number template.
 
std::string faker::phone::imei ()
 Returns IMEI number.
 
std::string_view faker::phone::areaCode ()
 returns a random country area code
 
std::unordered_map< PhoneNumberCountryFormat, std::string > faker::phone::createPhoneNumberFormatMap ()
 
FAKER_CXX_EXPORT std::string faker::phone::number (std::optional< std::string >=std::nullopt)
 Returns a random phone number.
 
FAKER_CXX_EXPORT std::string_view faker::phone::platform ()
 Returns a random phone platform.
 
FAKER_CXX_EXPORT std::string_view faker::phone::modelName ()
 Returns a random phone model.
 
FAKER_CXX_EXPORT std::string_view faker::phone::manufacturer ()
 Returns a random phone manufacturer.
 
FAKER_CXX_EXPORT std::string faker::phone::number (PhoneNumberCountryFormat format)
 Returns a random phone number based on country phone number template.
 
FAKER_CXX_EXPORT std::string faker::phone::imei ()
 Returns IMEI number.
 
FAKER_CXX_EXPORT std::string_view faker::phone::areaCode ()
 returns a random country area code
 
FAKER_CXX_EXPORT std::unordered_map< PhoneNumberCountryFormat, std::string > faker::phone::createPhoneNumberFormatMap ()
 
diff --git a/Phone_8h.js b/Phone_8h.js index 5adea9153..7a095f570 100644 --- a/Phone_8h.js +++ b/Phone_8h.js @@ -232,12 +232,12 @@ var Phone_8h = [ "Zambia", "Phone_8h.html#af67e35b39f2987b4ed513541c7425a0aab0aa0804e676a38255af4fd70236af7c", null ], [ "Zimbabwe", "Phone_8h.html#af67e35b39f2987b4ed513541c7425a0aa9d5116a2451bc98c2b46b93acbc1b4f0", null ] ] ], - [ "areaCode", "Phone_8h.html#a7b8f2bedf28f69e05d5301a262aafc84", null ], - [ "createPhoneNumberFormatMap", "Phone_8h.html#a0570c9e1cbaf4029dce8391e8ee82136", null ], - [ "imei", "Phone_8h.html#a65067f7798859dde47329dcbf394309c", null ], - [ "manufacturer", "Phone_8h.html#a7dd39c75af5a1c92b0bdc8fb5af411bc", null ], - [ "modelName", "Phone_8h.html#a254899020ff9e9f170df6192ed1cdc9d", null ], - [ "number", "Phone_8h.html#acec68af85bab18de03132a7ba7aaf717", null ], - [ "number", "Phone_8h.html#ab87e1563eb6ca035e8eb1ff4f4ddedbc", null ], - [ "platform", "Phone_8h.html#a60d31aa54f8880e3780b05aaefbd1e25", null ] + [ "areaCode", "Phone_8h.html#af0ac28a1180f714704a2098afe61cceb", null ], + [ "createPhoneNumberFormatMap", "Phone_8h.html#ad22489de493fbdfb3f849f35f6657c18", null ], + [ "imei", "Phone_8h.html#a610e92717aef3b4c7ae68d3982248807", null ], + [ "manufacturer", "Phone_8h.html#a6c9fc68316c71b3fed6bbb2e8196114d", null ], + [ "modelName", "Phone_8h.html#a9f75c5ff84cca943b1dad4fd8ac9c37d", null ], + [ "number", "Phone_8h.html#a8eaab573a6fc096915ccbf9b4e64d097", null ], + [ "number", "Phone_8h.html#a3650beedfaf4ee151d36ad97334a5c28", null ], + [ "platform", "Phone_8h.html#a4428423b163c879f3b829e22dd9599e9", null ] ]; \ No newline at end of file diff --git a/Phone_8h__incl.map b/Phone_8h__incl.map index 67c583d8f..361334e23 100644 --- a/Phone_8h__incl.map +++ b/Phone_8h__incl.map @@ -1,11 +1,13 @@ - + - + - + - + - + + + diff --git a/Phone_8h__incl.md5 b/Phone_8h__incl.md5 index dccb0fa0b..ea350354a 100644 --- a/Phone_8h__incl.md5 +++ b/Phone_8h__incl.md5 @@ -1 +1 @@ -0d542fad561918101ebe5b06326a1d62 \ No newline at end of file +627637d6102c49130b06920536d0bc53 \ No newline at end of file diff --git a/Phone_8h__incl.png b/Phone_8h__incl.png index 545974644..18e2ae4b6 100644 Binary files a/Phone_8h__incl.png and b/Phone_8h__incl.png differ diff --git a/Phone_8h_source.html b/Phone_8h_source.html index 679b82784..72746b10a 100644 --- a/Phone_8h_source.html +++ b/Phone_8h_source.html @@ -108,273 +108,274 @@
4#include <string>
5#include <string_view>
6#include <unordered_map>
-
7
-
-
8namespace faker::phone
-
9{
- -
24 std::string number(std::optional<std::string> = std::nullopt);
-
25
-
35 std::string_view platform();
-
36
-
46 std::string_view modelName();
-
47
-
57 std::string_view manufacturer();
-
58
-
70 std::string number(PhoneNumberCountryFormat format);
-
71
-
81 std::string imei();
-
82
-
92 std::string_view areaCode();
-
93
-
94 std::unordered_map<PhoneNumberCountryFormat, std::string> createPhoneNumberFormatMap();
-
95
-
- -
97{
-
98 Default,
- - -
101 Albania,
-
102 Algeria,
- -
104 Andorra,
-
105 Angola,
-
106 Anguilla,
- -
108 Argentina,
-
109 Armenia,
-
110 Aruba,
-
111 Australia,
-
112 Austria,
- -
114 Bahamas,
-
115 Bahrain,
- -
117 Barbados,
-
118 Belarus,
-
119 Belgium,
-
120 Belize,
-
121 Benin,
-
122 Bermuda,
-
123 Bhutan,
-
124 Bolivia,
- -
126 Botswana,
-
127 Brazil,
- -
129 Bulgaria,
- -
131 Burundi,
-
132 Cambodia,
-
133 Cameroon,
-
134 Canada,
-
135 CapeVerde,
- - -
138 Chad,
-
139 Chile,
-
140 China,
-
141 Colombia,
-
142 Comoros,
-
143 Congo,
- -
145 CostaRica,
-
146 Croatia,
-
147 Cuba,
-
148 Curacao,
-
149 Cyprus,
-
150 Czechia,
- -
152 Denmark,
-
153 Djibouti,
-
154 Dominica,
- -
156 Ecuador,
-
157 Egypt,
- - -
160 Eritrea,
-
161 Estonia,
-
162 Eswatini,
-
163 Ethiopia,
- -
165 Fiji,
-
166 Finland,
-
167 France,
- - -
170 Gabon,
-
171 Gambia,
-
172 Georgia,
-
173 Germany,
-
174 Ghana,
-
175 Gibraltar,
-
176 Greece,
-
177 Greenland,
-
178 Grenada,
- -
180 Guam,
-
181 Guatemala,
-
182 Guernsey,
-
183 Guinea,
- -
185 Guyana,
-
186 Haiti,
- -
188 Honduras,
-
189 HongKong,
-
190 Hungary,
-
191 Iceland,
-
192 India,
-
193 Indonesia,
-
194 Iran,
-
195 Iraq,
-
196 Ireland,
-
197 IsleOfMan,
-
198 Israel,
-
199 Italy,
-
200 Jamaica,
-
201 Japan,
-
202 Jersey,
-
203 Jordan,
- -
205 Kuwait,
- -
207 Latvia,
-
208 Lebanon,
-
209 Lesotho,
-
210 Liberia,
- - -
213 Lithuania,
- -
215 Macao,
- -
217 Malawi,
-
218 Malaysia,
-
219 Maldives,
-
220 Mali,
-
221 Malta,
- - - -
225 Mauritius,
-
226 Mayotte,
-
227 Mexico,
- -
229 Moldova,
-
230 Monaco,
-
231 Mongolia,
- - -
234 Morocco,
- -
236 Myanmar,
-
237 Namibia,
-
238 Nauru,
-
239 Nepal,
- - - -
243 Nicaragua,
-
244 Niger,
-
245 Nigeria,
-
246 Niue,
- - -
249 Norway,
-
250 Oman,
-
251 Pakistan,
-
252 Palau,
-
253 Palestine,
-
254 Panama,
- -
256 Paraguay,
-
257 Peru,
- -
259 Poland,
-
260 Portugal,
- -
262 Qatar,
-
263 Reunion,
-
264 Romania,
- -
266 Rwanda,
- - - - - - - -
274 Samoa,
-
275 SanMarino,
- - -
278 Senegal,
-
279 Serbia,
- - -
282 Singapore,
- -
284 Slovakia,
-
285 Slovenia,
- -
287 Somalia,
- - -
290 Spain,
-
291 SriLanka,
-
292 Sudan,
-
293 Suriname,
- -
295 Sweden,
- - -
298 Taiwan,
- -
300 Tanzania,
-
301 Thailand,
- -
303 Togo,
-
304 Tonga,
- -
306 Tunisia,
-
307 Turkey,
- - -
310 Tuvalu,
-
311 Uganda,
-
312 Ukraine,
- -
314 UK,
-
315 Usa,
-
316 Uruguay,
- -
318 Vanuatu,
-
319 Venezuela,
-
320 Vietnam,
- - - - -
325 Yemen,
-
326 Zambia,
- -
328};
+
7#include "faker-cxx/Export.h"
+
8
+
+
9namespace faker::phone
+
10{
+ +
25 FAKER_CXX_EXPORT std::string number(std::optional<std::string> = std::nullopt);
+
26
+
36 FAKER_CXX_EXPORT std::string_view platform();
+
37
+
47 FAKER_CXX_EXPORT std::string_view modelName();
+
48
+
58 FAKER_CXX_EXPORT std::string_view manufacturer();
+
59
+
71 FAKER_CXX_EXPORT std::string number(PhoneNumberCountryFormat format);
+
72
+
82 FAKER_CXX_EXPORT std::string imei();
+
83
+
93 FAKER_CXX_EXPORT std::string_view areaCode();
+
94
+
95 FAKER_CXX_EXPORT std::unordered_map<PhoneNumberCountryFormat, std::string> createPhoneNumberFormatMap();
+
96
+
+ +
98{
+
99 Default,
+ + +
102 Albania,
+
103 Algeria,
+ +
105 Andorra,
+
106 Angola,
+
107 Anguilla,
+ +
109 Argentina,
+
110 Armenia,
+
111 Aruba,
+
112 Australia,
+
113 Austria,
+ +
115 Bahamas,
+
116 Bahrain,
+ +
118 Barbados,
+
119 Belarus,
+
120 Belgium,
+
121 Belize,
+
122 Benin,
+
123 Bermuda,
+
124 Bhutan,
+
125 Bolivia,
+ +
127 Botswana,
+
128 Brazil,
+ +
130 Bulgaria,
+ +
132 Burundi,
+
133 Cambodia,
+
134 Cameroon,
+
135 Canada,
+
136 CapeVerde,
+ + +
139 Chad,
+
140 Chile,
+
141 China,
+
142 Colombia,
+
143 Comoros,
+
144 Congo,
+ +
146 CostaRica,
+
147 Croatia,
+
148 Cuba,
+
149 Curacao,
+
150 Cyprus,
+
151 Czechia,
+ +
153 Denmark,
+
154 Djibouti,
+
155 Dominica,
+ +
157 Ecuador,
+
158 Egypt,
+ + +
161 Eritrea,
+
162 Estonia,
+
163 Eswatini,
+
164 Ethiopia,
+ +
166 Fiji,
+
167 Finland,
+
168 France,
+ + +
171 Gabon,
+
172 Gambia,
+
173 Georgia,
+
174 Germany,
+
175 Ghana,
+
176 Gibraltar,
+
177 Greece,
+
178 Greenland,
+
179 Grenada,
+ +
181 Guam,
+
182 Guatemala,
+
183 Guernsey,
+
184 Guinea,
+ +
186 Guyana,
+
187 Haiti,
+ +
189 Honduras,
+
190 HongKong,
+
191 Hungary,
+
192 Iceland,
+
193 India,
+
194 Indonesia,
+
195 Iran,
+
196 Iraq,
+
197 Ireland,
+
198 IsleOfMan,
+
199 Israel,
+
200 Italy,
+
201 Jamaica,
+
202 Japan,
+
203 Jersey,
+
204 Jordan,
+ +
206 Kuwait,
+ +
208 Latvia,
+
209 Lebanon,
+
210 Lesotho,
+
211 Liberia,
+ + +
214 Lithuania,
+ +
216 Macao,
+ +
218 Malawi,
+
219 Malaysia,
+
220 Maldives,
+
221 Mali,
+
222 Malta,
+ + + +
226 Mauritius,
+
227 Mayotte,
+
228 Mexico,
+ +
230 Moldova,
+
231 Monaco,
+
232 Mongolia,
+ + +
235 Morocco,
+ +
237 Myanmar,
+
238 Namibia,
+
239 Nauru,
+
240 Nepal,
+ + + +
244 Nicaragua,
+
245 Niger,
+
246 Nigeria,
+
247 Niue,
+ + +
250 Norway,
+
251 Oman,
+
252 Pakistan,
+
253 Palau,
+
254 Palestine,
+
255 Panama,
+ +
257 Paraguay,
+
258 Peru,
+ +
260 Poland,
+
261 Portugal,
+ +
263 Qatar,
+
264 Reunion,
+
265 Romania,
+ +
267 Rwanda,
+ + + + + + + +
275 Samoa,
+
276 SanMarino,
+ + +
279 Senegal,
+
280 Serbia,
+ + +
283 Singapore,
+ +
285 Slovakia,
+
286 Slovenia,
+ +
288 Somalia,
+ + +
291 Spain,
+
292 SriLanka,
+
293 Sudan,
+
294 Suriname,
+ +
296 Sweden,
+ + +
299 Taiwan,
+ +
301 Tanzania,
+
302 Thailand,
+ +
304 Togo,
+
305 Tonga,
+ +
307 Tunisia,
+
308 Turkey,
+ + +
311 Tuvalu,
+
312 Uganda,
+
313 Ukraine,
+ +
315 UK,
+
316 Usa,
+
317 Uruguay,
+ +
319 Vanuatu,
+
320 Venezuela,
+
321 Vietnam,
+ + + + +
326 Yemen,
+
327 Zambia,
+ +
329};
-
329}
+
330}
-
Definition Phone.h:9
-
std::unordered_map< PhoneNumberCountryFormat, std::string > createPhoneNumberFormatMap()
-
std::string_view modelName()
Returns a random phone model.
-
std::string_view platform()
Returns a random phone platform.
-
std::string imei()
Returns IMEI number.
-
std::string_view areaCode()
returns a random country area code
-
std::string_view manufacturer()
Returns a random phone manufacturer.
-
std::string number(std::optional< std::string >=std::nullopt)
Returns a random phone number.
-
PhoneNumberCountryFormat
Definition Phone.h:97
+
Definition Phone.h:10
+
FAKER_CXX_EXPORT std::string number(std::optional< std::string >=std::nullopt)
Returns a random phone number.
+
FAKER_CXX_EXPORT std::string_view platform()
Returns a random phone platform.
+
FAKER_CXX_EXPORT std::string imei()
Returns IMEI number.
+
FAKER_CXX_EXPORT std::string_view manufacturer()
Returns a random phone manufacturer.
+
FAKER_CXX_EXPORT std::string_view modelName()
Returns a random phone model.
+
FAKER_CXX_EXPORT std::unordered_map< PhoneNumberCountryFormat, std::string > createPhoneNumberFormatMap()
+
FAKER_CXX_EXPORT std::string_view areaCode()
returns a random country area code
+
PhoneNumberCountryFormat
Definition Phone.h:98
diff --git a/Plant_8h.html b/Plant_8h.html index 95052c9fa..a6d27d358 100644 --- a/Plant_8h.html +++ b/Plant_8h.html @@ -106,14 +106,17 @@
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for Plant.h:
- - - + + + + +
@@ -128,30 +131,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view faker::plant::tree ()
 Returns a random species of tree.
 
std::string_view faker::plant::flower ()
 Returns a random species of flower.
 
std::string_view faker::plant::shrub ()
 Returns a random species of shrub.
 
std::string_view faker::plant::grass ()
 Returns a random species of grass.
 
std::string_view faker::plant::fern ()
 Returns a random species of fern.
 
std::string_view faker::plant::succulent ()
 Returns a random species of succulent.
 
std::string_view faker::plant::vine ()
 Returns a random species of vine.
 
std::string_view faker::plant::plantType ()
 Returns a random type of plant.
 
FAKER_CXX_EXPORT std::string_view faker::plant::tree ()
 Returns a random species of tree.
 
FAKER_CXX_EXPORT std::string_view faker::plant::flower ()
 Returns a random species of flower.
 
FAKER_CXX_EXPORT std::string_view faker::plant::shrub ()
 Returns a random species of shrub.
 
FAKER_CXX_EXPORT std::string_view faker::plant::grass ()
 Returns a random species of grass.
 
FAKER_CXX_EXPORT std::string_view faker::plant::fern ()
 Returns a random species of fern.
 
FAKER_CXX_EXPORT std::string_view faker::plant::succulent ()
 Returns a random species of succulent.
 
FAKER_CXX_EXPORT std::string_view faker::plant::vine ()
 Returns a random species of vine.
 
FAKER_CXX_EXPORT std::string_view faker::plant::plantType ()
 Returns a random type of plant.
 
diff --git a/Plant_8h.js b/Plant_8h.js index 740b1740b..05a89184a 100644 --- a/Plant_8h.js +++ b/Plant_8h.js @@ -1,11 +1,11 @@ var Plant_8h = [ - [ "fern", "Plant_8h.html#a65152361a985672f3dbc42c7fefc9833", null ], - [ "flower", "Plant_8h.html#a353d64e4e2e1400e0dd96d078c5131ab", null ], - [ "grass", "Plant_8h.html#a90eb1289cbc58fbc048e55a80a177ec1", null ], - [ "plantType", "Plant_8h.html#a1bdcb19c1a6569bf8cff00d7505d2808", null ], - [ "shrub", "Plant_8h.html#ae9c4affc23f27b11b72fb4ae0f3c55c4", null ], - [ "succulent", "Plant_8h.html#ab93a578f701b1a317fb25833585eeaca", null ], - [ "tree", "Plant_8h.html#a99790494e0d645a14b68649d34566cf2", null ], - [ "vine", "Plant_8h.html#ae386023b5c5962552335b76a443385a4", null ] + [ "fern", "Plant_8h.html#a2db3a292b5d1ac189c6d71b062aeef0d", null ], + [ "flower", "Plant_8h.html#a5329b6a391ffdfb799d8ad17f1739de1", null ], + [ "grass", "Plant_8h.html#ae7883287f9db68b65ac0a6cdf05e12bd", null ], + [ "plantType", "Plant_8h.html#a742bdeecafc315f57971e024cb9203a8", null ], + [ "shrub", "Plant_8h.html#a86bfd2dc95c27ba02e8aa5786d56f3ed", null ], + [ "succulent", "Plant_8h.html#ab21548af4b288b15d53ca1bfd37749a9", null ], + [ "tree", "Plant_8h.html#a717a7a9a82dc1c97f98ac1c9c41eca3e", null ], + [ "vine", "Plant_8h.html#ad1d202ee597bf050ccbccd0c93c92c4e", null ] ]; \ No newline at end of file diff --git a/Plant_8h__incl.map b/Plant_8h__incl.map index 5d2284acd..79bcde45d 100644 --- a/Plant_8h__incl.map +++ b/Plant_8h__incl.map @@ -1,5 +1,7 @@ - - - + + + + + diff --git a/Plant_8h__incl.md5 b/Plant_8h__incl.md5 index 603765171..ace96f5dd 100644 --- a/Plant_8h__incl.md5 +++ b/Plant_8h__incl.md5 @@ -1 +1 @@ -1f52e479428f718ccedd0a13f9fb44d0 \ No newline at end of file +824d920d9f19a359f5f30214020a1ebd \ No newline at end of file diff --git a/Plant_8h__incl.png b/Plant_8h__incl.png index d9c5fb4ea..b3b70bedb 100644 Binary files a/Plant_8h__incl.png and b/Plant_8h__incl.png differ diff --git a/Plant_8h_source.html b/Plant_8h_source.html index d616ab437..0c0c2f647 100644 --- a/Plant_8h_source.html +++ b/Plant_8h_source.html @@ -105,36 +105,37 @@ Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
-
4
-
-
5namespace faker::plant
-
6{
-
16std::string_view tree();
-
17
-
27std::string_view flower();
-
28
-
38std::string_view shrub();
-
39
-
49std::string_view grass();
-
50
-
60std::string_view fern();
-
61
-
71std::string_view succulent();
-
72
-
82std::string_view vine();
-
83
-
93std::string_view plantType();
-
94}
+
4#include "faker-cxx/Export.h"
+
5
+
+
6namespace faker::plant
+
7{
+
17FAKER_CXX_EXPORT std::string_view tree();
+
18
+
28FAKER_CXX_EXPORT std::string_view flower();
+
29
+
39FAKER_CXX_EXPORT std::string_view shrub();
+
40
+
50FAKER_CXX_EXPORT std::string_view grass();
+
51
+
61FAKER_CXX_EXPORT std::string_view fern();
+
62
+
72FAKER_CXX_EXPORT std::string_view succulent();
+
73
+
83FAKER_CXX_EXPORT std::string_view vine();
+
84
+
94FAKER_CXX_EXPORT std::string_view plantType();
+
95}
-
Definition Plant.h:6
-
std::string_view plantType()
Returns a random type of plant.
-
std::string_view flower()
Returns a random species of flower.
-
std::string_view fern()
Returns a random species of fern.
-
std::string_view grass()
Returns a random species of grass.
-
std::string_view tree()
Returns a random species of tree.
-
std::string_view succulent()
Returns a random species of succulent.
-
std::string_view vine()
Returns a random species of vine.
-
std::string_view shrub()
Returns a random species of shrub.
+
Definition Plant.h:7
+
FAKER_CXX_EXPORT std::string_view fern()
Returns a random species of fern.
+
FAKER_CXX_EXPORT std::string_view flower()
Returns a random species of flower.
+
FAKER_CXX_EXPORT std::string_view tree()
Returns a random species of tree.
+
FAKER_CXX_EXPORT std::string_view plantType()
Returns a random type of plant.
+
FAKER_CXX_EXPORT std::string_view shrub()
Returns a random species of shrub.
+
FAKER_CXX_EXPORT std::string_view succulent()
Returns a random species of succulent.
+
FAKER_CXX_EXPORT std::string_view vine()
Returns a random species of vine.
+
FAKER_CXX_EXPORT std::string_view grass()
Returns a random species of grass.
diff --git a/RandomGenerator_8h_source.html b/RandomGenerator_8h_source.html index 07d7f4f09..290b7011b 100644 --- a/RandomGenerator_8h_source.html +++ b/RandomGenerator_8h_source.html @@ -144,7 +144,7 @@
RandomGenerator(RandomGenerator &&)=default
int operator()(std::uniform_int_distribution<> &dist)
Definition RandomGenerator.h:21
-
Definition Airline.h:6
+
Definition Airline.h:7
diff --git a/Science_8h.html b/Science_8h.html index 9b17bff3c..aa3760643 100644 --- a/Science_8h.html +++ b/Science_8h.html @@ -107,14 +107,17 @@
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for Science.h:
- - - + + + + +
@@ -136,27 +139,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + +

Functions

ChemicalElement faker::science::chemicalElement ()
 Returns a random chemical element from the periodic table.
 
Unit faker::science::unit ()
 Returns a unit of measurement for either distance, mass, time, temp, current.
 
Unit faker::science::distanceUnit ()
 Returns a unit of measurement for either distance.
 
Unit faker::science::timeUnit ()
 Returns a unit of measurement for either time.
 
Unit faker::science::massUnit ()
 Returns a unit of measurement for either mass.
 
Unit faker::science::tempUnit ()
 Returns a unit of measurement for either temp.
 
Unit faker::science::currentUnit ()
 Returns a unit of measurement for either current.
 
FAKER_CXX_EXPORT ChemicalElement faker::science::chemicalElement ()
 Returns a random chemical element from the periodic table.
 
FAKER_CXX_EXPORT Unit faker::science::unit ()
 Returns a unit of measurement for either distance, mass, time, temp, current.
 
FAKER_CXX_EXPORT Unit faker::science::distanceUnit ()
 Returns a unit of measurement for either distance.
 
FAKER_CXX_EXPORT Unit faker::science::timeUnit ()
 Returns a unit of measurement for either time.
 
FAKER_CXX_EXPORT Unit faker::science::massUnit ()
 Returns a unit of measurement for either mass.
 
FAKER_CXX_EXPORT Unit faker::science::tempUnit ()
 Returns a unit of measurement for either temp.
 
FAKER_CXX_EXPORT Unit faker::science::currentUnit ()
 Returns a unit of measurement for either current.
 
diff --git a/Science_8h.js b/Science_8h.js index 22a994fdf..b706d19c3 100644 --- a/Science_8h.js +++ b/Science_8h.js @@ -2,11 +2,11 @@ var Science_8h = [ [ "faker::science::ChemicalElement", "structfaker_1_1science_1_1ChemicalElement.html", "structfaker_1_1science_1_1ChemicalElement" ], [ "faker::science::Unit", "structfaker_1_1science_1_1Unit.html", "structfaker_1_1science_1_1Unit" ], - [ "chemicalElement", "Science_8h.html#a3c230449f9f7b8cc52060540bc1dae4d", null ], - [ "currentUnit", "Science_8h.html#af9c156a3582134c9032ff2a088b7eef7", null ], - [ "distanceUnit", "Science_8h.html#a9c78abbc1ad4d7dc475b46a51aded605", null ], - [ "massUnit", "Science_8h.html#a69dde99d81369271b4533ccb73d8d1b3", null ], - [ "tempUnit", "Science_8h.html#a9315db6511e8a0386fa56ee47960944e", null ], - [ "timeUnit", "Science_8h.html#a35838ac101fc4e1f39fd3ff467283195", null ], - [ "unit", "Science_8h.html#a914c8967ba89a32c72849593aee71121", null ] + [ "chemicalElement", "Science_8h.html#a757668dd0208c494fc9136bd46c6aa23", null ], + [ "currentUnit", "Science_8h.html#af4d5df3993f6749a148253bbc7e82d91", null ], + [ "distanceUnit", "Science_8h.html#a04050890c20bc122855fdfa076021466", null ], + [ "massUnit", "Science_8h.html#a042c3ae9a8fd931a587ab7f3021cbb34", null ], + [ "tempUnit", "Science_8h.html#a55cbc01652253f47c3b597eb6579f930", null ], + [ "timeUnit", "Science_8h.html#acf42254f0508ee63f11ba5b35a32338b", null ], + [ "unit", "Science_8h.html#af5ca292f992a9807b390a4a61c35eeeb", null ] ]; \ No newline at end of file diff --git a/Science_8h__incl.map b/Science_8h__incl.map index bb97d2d0c..0d2bb6025 100644 --- a/Science_8h__incl.map +++ b/Science_8h__incl.map @@ -1,5 +1,7 @@ - - - + + + + + diff --git a/Science_8h__incl.md5 b/Science_8h__incl.md5 index b0ad2ba81..3bb254713 100644 --- a/Science_8h__incl.md5 +++ b/Science_8h__incl.md5 @@ -1 +1 @@ -1bb9ce4b626303c6cd32025a90fac048 \ No newline at end of file +36224f147ab4a4822b2ea820ae5980c7 \ No newline at end of file diff --git a/Science_8h__incl.png b/Science_8h__incl.png index 5b179c22a..8f32927b9 100644 Binary files a/Science_8h__incl.png and b/Science_8h__incl.png differ diff --git a/Science_8h_source.html b/Science_8h_source.html index 4a5fecfc9..c9a75d082 100644 --- a/Science_8h_source.html +++ b/Science_8h_source.html @@ -105,59 +105,60 @@ Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
-
4
-
- -
6{
-
- -
8{
-
9 std::string_view name;
-
10 std::string_view symbol;
- -
12};
+
4#include "faker-cxx/Export.h"
+
5
+
+ +
7{
+
+
8struct FAKER_CXX_EXPORT ChemicalElement
+
9{
+
10 std::string_view name;
+
11 std::string_view symbol;
+ +
13};
-
13
- -
25
-
-
26struct Unit
-
27{
-
28 std::string_view name;
-
29 std::string_view symbol;
-
30 std::string_view usedToMeasure;
-
31};
+
14
+ +
26
+
+
27struct FAKER_CXX_EXPORT Unit
+
28{
+
29 std::string_view name;
+
30 std::string_view symbol;
+
31 std::string_view usedToMeasure;
+
32};
-
32
- -
43
- -
55
- -
66
- -
77
- -
88
- -
100}
+
33
+
43FAKER_CXX_EXPORT Unit unit();
+
44
+
55FAKER_CXX_EXPORT Unit distanceUnit();
+
56
+
66FAKER_CXX_EXPORT Unit timeUnit();
+
67
+
77FAKER_CXX_EXPORT Unit massUnit();
+
78
+
88FAKER_CXX_EXPORT Unit tempUnit();
+
89
+
100FAKER_CXX_EXPORT Unit currentUnit();
+
101}
-
Definition Science.h:6
-
Unit timeUnit()
Returns a unit of measurement for either time.
-
ChemicalElement chemicalElement()
Returns a random chemical element from the periodic table.
-
Unit massUnit()
Returns a unit of measurement for either mass.
-
Unit unit()
Returns a unit of measurement for either distance, mass, time, temp, current.
-
Unit tempUnit()
Returns a unit of measurement for either temp.
-
Unit distanceUnit()
Returns a unit of measurement for either distance.
-
Unit currentUnit()
Returns a unit of measurement for either current.
-
Definition Science.h:8
-
std::string_view name
Definition Science.h:9
-
std::string_view symbol
Definition Science.h:10
-
int atomicNumber
Definition Science.h:11
-
Definition Science.h:27
-
std::string_view symbol
Definition Science.h:29
-
std::string_view name
Definition Science.h:28
-
std::string_view usedToMeasure
Definition Science.h:30
+
Definition Science.h:7
+
FAKER_CXX_EXPORT Unit distanceUnit()
Returns a unit of measurement for either distance.
+
FAKER_CXX_EXPORT Unit massUnit()
Returns a unit of measurement for either mass.
+
FAKER_CXX_EXPORT Unit tempUnit()
Returns a unit of measurement for either temp.
+
FAKER_CXX_EXPORT ChemicalElement chemicalElement()
Returns a random chemical element from the periodic table.
+
FAKER_CXX_EXPORT Unit timeUnit()
Returns a unit of measurement for either time.
+
FAKER_CXX_EXPORT Unit currentUnit()
Returns a unit of measurement for either current.
+
FAKER_CXX_EXPORT Unit unit()
Returns a unit of measurement for either distance, mass, time, temp, current.
+
Definition Science.h:9
+
std::string_view name
Definition Science.h:10
+
std::string_view symbol
Definition Science.h:11
+
int atomicNumber
Definition Science.h:12
+
Definition Science.h:28
+
std::string_view symbol
Definition Science.h:30
+
std::string_view name
Definition Science.h:29
+
std::string_view usedToMeasure
Definition Science.h:31
diff --git a/Sport_8h.html b/Sport_8h.html index 62823c0c0..f243d97e6 100644 --- a/Sport_8h.html +++ b/Sport_8h.html @@ -106,14 +106,17 @@
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for Sport.h:
- - - + + + + +
@@ -128,21 +131,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + +

Functions

std::string_view faker::sport::sportName ()
 Returns a random sport.
 
std::string_view faker::sport::soccerTeam ()
 Returns a random soccer team.
 
std::string_view faker::sport::maleAthlete ()
 Returns a random male athlete.
 
std::string_view faker::sport::femaleAthlete ()
 Returns a random female athlete.
 
std::string_view faker::sport::sportEvent ()
 Returns a random Sport Event.
 
FAKER_CXX_EXPORT std::string_view faker::sport::sportName ()
 Returns a random sport.
 
FAKER_CXX_EXPORT std::string_view faker::sport::soccerTeam ()
 Returns a random soccer team.
 
FAKER_CXX_EXPORT std::string_view faker::sport::maleAthlete ()
 Returns a random male athlete.
 
FAKER_CXX_EXPORT std::string_view faker::sport::femaleAthlete ()
 Returns a random female athlete.
 
FAKER_CXX_EXPORT std::string_view faker::sport::sportEvent ()
 Returns a random Sport Event.
 
diff --git a/Sport_8h.js b/Sport_8h.js index aed8fb3b3..e58703b7c 100644 --- a/Sport_8h.js +++ b/Sport_8h.js @@ -1,8 +1,8 @@ var Sport_8h = [ - [ "femaleAthlete", "Sport_8h.html#a0841d643bbf375bce242c584bdd1d2c4", null ], - [ "maleAthlete", "Sport_8h.html#aae593416f8c7647b4e70cea58a98a970", null ], - [ "soccerTeam", "Sport_8h.html#a6774deb366b24afb914f0967ad280ed5", null ], - [ "sportEvent", "Sport_8h.html#a1c376b54dc15e2f14f217ae67c5e9ebd", null ], - [ "sportName", "Sport_8h.html#aac2a6bde48faae8ad676cc6722ee6181", null ] + [ "femaleAthlete", "Sport_8h.html#ab01ea8697643964befb319962765dfc2", null ], + [ "maleAthlete", "Sport_8h.html#ae688d8f907acd3ad106667091a20ee01", null ], + [ "soccerTeam", "Sport_8h.html#aa90d1438ac4295f1625b351b0c93afe4", null ], + [ "sportEvent", "Sport_8h.html#ae9662b27668406faaf6aadbad0866384", null ], + [ "sportName", "Sport_8h.html#ac83c75a907ea7c58bcec87698d259201", null ] ]; \ No newline at end of file diff --git a/Sport_8h__incl.map b/Sport_8h__incl.map index 9b2ddd016..a84a30b6a 100644 --- a/Sport_8h__incl.map +++ b/Sport_8h__incl.map @@ -1,5 +1,7 @@ - - - + + + + + diff --git a/Sport_8h__incl.md5 b/Sport_8h__incl.md5 index 8fff5f59c..f754ac048 100644 --- a/Sport_8h__incl.md5 +++ b/Sport_8h__incl.md5 @@ -1 +1 @@ -fe654dc574b1a1151e59e19493ff126f \ No newline at end of file +8308732422fefeaa5787645f3e9e39f1 \ No newline at end of file diff --git a/Sport_8h__incl.png b/Sport_8h__incl.png index d4ed0b2d7..00db85b68 100644 Binary files a/Sport_8h__incl.png and b/Sport_8h__incl.png differ diff --git a/Sport_8h_source.html b/Sport_8h_source.html index feef01531..1ca575bda 100644 --- a/Sport_8h_source.html +++ b/Sport_8h_source.html @@ -105,27 +105,28 @@ Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
-
4
-
-
5namespace faker::sport
-
6{
-
17 std::string_view sportName();
-
18
-
28 std::string_view soccerTeam();
-
29
-
39 std::string_view maleAthlete();
-
40
-
50 std::string_view femaleAthlete();
-
51
-
61 std::string_view sportEvent();
-
62}
+
4#include "faker-cxx/Export.h"
+
5
+
+
6namespace faker::sport
+
7{
+
18 FAKER_CXX_EXPORT std::string_view sportName();
+
19
+
29 FAKER_CXX_EXPORT std::string_view soccerTeam();
+
30
+
40 FAKER_CXX_EXPORT std::string_view maleAthlete();
+
41
+
51 FAKER_CXX_EXPORT std::string_view femaleAthlete();
+
52
+
62 FAKER_CXX_EXPORT std::string_view sportEvent();
+
63}
-
Definition Sport.h:6
-
std::string_view femaleAthlete()
Returns a random female athlete.
-
std::string_view sportEvent()
Returns a random Sport Event.
-
std::string_view soccerTeam()
Returns a random soccer team.
-
std::string_view sportName()
Returns a random sport.
-
std::string_view maleAthlete()
Returns a random male athlete.
+
Definition Sport.h:7
+
FAKER_CXX_EXPORT std::string_view soccerTeam()
Returns a random soccer team.
+
FAKER_CXX_EXPORT std::string_view femaleAthlete()
Returns a random female athlete.
+
FAKER_CXX_EXPORT std::string_view sportName()
Returns a random sport.
+
FAKER_CXX_EXPORT std::string_view maleAthlete()
Returns a random male athlete.
+
FAKER_CXX_EXPORT std::string_view sportEvent()
Returns a random Sport Event.
diff --git a/String_8h.html b/String_8h.html index 7b8c97421..14eda8263 100644 --- a/String_8h.html +++ b/String_8h.html @@ -114,6 +114,7 @@ #include <random>
#include <set>
#include <string>
+#include "faker-cxx/Export.h"
#include "RandomGenerator.h"
#include "types/Hex.h"
@@ -121,24 +122,26 @@
- + - + - + - - - + + + - + - - - - - - + + + + + + + +
@@ -171,67 +174,67 @@ - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

bool faker::string::isValidGuarantee (GuaranteeMap &guarantee, std::set< char > &targetCharacters, unsigned int length)
 Checks if the given guarantee map is valid for given targetCharacters and length.
 
std::string faker::string::generateAtLeastString (const GuaranteeMap &guarantee)
 Generates the least required string for a given guarantee map.
 
FAKER_CXX_EXPORT bool faker::string::isValidGuarantee (GuaranteeMap &guarantee, std::set< char > &targetCharacters, unsigned int length)
 Checks if the given guarantee map is valid for given targetCharacters and length.
 
FAKER_CXX_EXPORT std::string faker::string::generateAtLeastString (const GuaranteeMap &guarantee)
 Generates the least required string for a given guarantee map.
 
template<typename T = std::mt19937>
std::string faker::string::uuid (RandomGenerator< T > gen=RandomGenerator< std::mt19937 >{})
 Generates an Universally Unique Identifier with version 4.
 
std::string faker::string::sample (unsigned length=10)
 Returns a string containing UTF-16 chars between 33 and 125 (`!` to `}`).
 
std::string faker::string::sample (GuaranteeMap &&guarantee, unsigned length=10)
 Returns a string containing UTF-16 chars between 33 and 125 (`!` to `}`).
 
std::string faker::string::fromCharacters (const std::string &characters, unsigned length=1)
 Generates a string consisting of given characters.
 
std::string faker::string::fromCharacters (GuaranteeMap &&guarantee, const std::string &characters, unsigned length=1)
 Generates a string consisting of given characters.
 
std::string faker::string::alpha (unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")
 Generates a string consisting of letters in the English alphabet.
 
std::string faker::string::alpha (GuaranteeMap &&guarantee, unsigned length=1, StringCasing casing=StringCasing::Mixed)
 Generates a string consisting of letters in the English alphabet.
 
std::string faker::string::alphanumeric (unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")
 Generates a string consisting of alpha characters and digits.
 
std::string faker::string::alphanumeric (GuaranteeMap &&guarantee, unsigned length=1, StringCasing casing=StringCasing::Mixed)
 Generates a string consisting of alpha characters and digits.
 
std::string faker::string::numeric (unsigned length=1, bool allowLeadingZeros=true)
 Generates a given length string of digits.
 
std::string faker::string::numeric (GuaranteeMap &&guarantee, unsigned length=1, bool allowLeadingZeros=true)
 Generates a given length string of digits.
 
std::string faker::string::hexadecimal (unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)
 Generates a hexadecimal string.
 
std::string faker::string::hexadecimal (std::optional< int > min=std::nullopt, std::optional< int > max=std::nullopt)
 Returns a lowercase hexadecimal number.
 
std::string faker::string::hexadecimal (GuaranteeMap &&guarantee, unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)
 Generates a hexadecimal string.
 
std::string faker::string::binary (unsigned length=1)
 Generates a binary string.
 
std::string faker::string::binary (GuaranteeMap &&guarantee, unsigned length=1)
 Generates a binary string.
 
std::string faker::string::octal (unsigned length=1)
 Generates an octal string.
 
std::string faker::string::octal (GuaranteeMap &&guarantee, unsigned length=1)
 Generates an octal string.
 
FAKER_CXX_EXPORT std::string faker::string::sample (unsigned length=10)
 Returns a string containing UTF-16 chars between 33 and 125 (`!` to `}`).
 
FAKER_CXX_EXPORT std::string faker::string::sample (GuaranteeMap &&guarantee, unsigned length=10)
 Returns a string containing UTF-16 chars between 33 and 125 (`!` to `}`).
 
FAKER_CXX_EXPORT std::string faker::string::fromCharacters (const std::string &characters, unsigned length=1)
 Generates a string consisting of given characters.
 
FAKER_CXX_EXPORT std::string faker::string::fromCharacters (GuaranteeMap &&guarantee, const std::string &characters, unsigned length=1)
 Generates a string consisting of given characters.
 
FAKER_CXX_EXPORT std::string faker::string::alpha (unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")
 Generates a string consisting of letters in the English alphabet.
 
FAKER_CXX_EXPORT std::string faker::string::alpha (GuaranteeMap &&guarantee, unsigned length=1, StringCasing casing=StringCasing::Mixed)
 Generates a string consisting of letters in the English alphabet.
 
FAKER_CXX_EXPORT std::string faker::string::alphanumeric (unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")
 Generates a string consisting of alpha characters and digits.
 
FAKER_CXX_EXPORT std::string faker::string::alphanumeric (GuaranteeMap &&guarantee, unsigned length=1, StringCasing casing=StringCasing::Mixed)
 Generates a string consisting of alpha characters and digits.
 
FAKER_CXX_EXPORT std::string faker::string::numeric (unsigned length=1, bool allowLeadingZeros=true)
 Generates a given length string of digits.
 
FAKER_CXX_EXPORT std::string faker::string::numeric (GuaranteeMap &&guarantee, unsigned length=1, bool allowLeadingZeros=true)
 Generates a given length string of digits.
 
FAKER_CXX_EXPORT std::string faker::string::hexadecimal (unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)
 Generates a hexadecimal string.
 
FAKER_CXX_EXPORT std::string faker::string::hexadecimal (std::optional< int > min=std::nullopt, std::optional< int > max=std::nullopt)
 Returns a lowercase hexadecimal number.
 
FAKER_CXX_EXPORT std::string faker::string::hexadecimal (GuaranteeMap &&guarantee, unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)
 Generates a hexadecimal string.
 
FAKER_CXX_EXPORT std::string faker::string::binary (unsigned length=1)
 Generates a binary string.
 
FAKER_CXX_EXPORT std::string faker::string::binary (GuaranteeMap &&guarantee, unsigned length=1)
 Generates a binary string.
 
FAKER_CXX_EXPORT std::string faker::string::octal (unsigned length=1)
 Generates an octal string.
 
FAKER_CXX_EXPORT std::string faker::string::octal (GuaranteeMap &&guarantee, unsigned length=1)
 Generates an octal string.
 
diff --git a/String_8h.js b/String_8h.js index ed32ce905..575dccdf7 100644 --- a/String_8h.js +++ b/String_8h.js @@ -7,24 +7,24 @@ var String_8h = [ "Lower", "String_8h.html#a5b7a1d4a3ebb389e224c7bfc534d7cdaab75fcdd2d72d9e000beab48622402d93", null ], [ "Upper", "String_8h.html#a5b7a1d4a3ebb389e224c7bfc534d7cdaa19de5b94f7b83900d4b296d9fa491aec", null ] ] ], - [ "alpha", "String_8h.html#af13059076cd4378460387205aa0abf13", null ], - [ "alpha", "String_8h.html#ad0f4eaebf422d9ddf8740a763c17c66c", null ], - [ "alphanumeric", "String_8h.html#a4caa5e7c1ea545c11f9db1b8d67a0b44", null ], - [ "alphanumeric", "String_8h.html#ada511e0da86ca3a8efcc8874c6cb516f", null ], - [ "binary", "String_8h.html#a7144ae2024184d71a09cb51144461d89", null ], - [ "binary", "String_8h.html#a9e6d05b396d2e71fd46c2556faf6162a", null ], - [ "fromCharacters", "String_8h.html#a01a1a0aa804e3a4a46d831cf7c977f2f", null ], - [ "fromCharacters", "String_8h.html#a69abec2835dae8d22b0002214a74074b", null ], - [ "generateAtLeastString", "String_8h.html#a0d1d2b0e35c1f552a52931fe14afa36b", null ], - [ "hexadecimal", "String_8h.html#a6bee03ca29f6add293e969874324407d", null ], - [ "hexadecimal", "String_8h.html#ac9905fff398faebc862080ebfaec57d6", null ], - [ "hexadecimal", "String_8h.html#a1c8f39a9083d995b932fe6d0dc8aa416", null ], - [ "isValidGuarantee", "String_8h.html#a7c152abc53a8cb3df62d0c0d0c644d7a", null ], - [ "numeric", "String_8h.html#a2012f8c5038b2f4152abc9c6cf7bf772", null ], - [ "numeric", "String_8h.html#a64bd9e8226d6418b3a10a9deda65b78d", null ], - [ "octal", "String_8h.html#a9de63f57b20be6a06a9373b71f0fef90", null ], - [ "octal", "String_8h.html#a81c9c75d8a252926f919e152285745a4", null ], - [ "sample", "String_8h.html#a226dc6df5c872e0d450d27761a940b44", null ], - [ "sample", "String_8h.html#ac825d46cb8e73eee5ba8aea4f50e455d", null ], + [ "alpha", "String_8h.html#a271ae1a89baf97693b8181f7e88975db", null ], + [ "alpha", "String_8h.html#abf5e1f4e277703148d5ab06e6a0bfeda", null ], + [ "alphanumeric", "String_8h.html#a0f34587fb525159e53e01829edbe81cd", null ], + [ "alphanumeric", "String_8h.html#a66f88f14a90528cdf5683a55a9d4a280", null ], + [ "binary", "String_8h.html#a8d3259903d00cae5042e753dc2f6c487", null ], + [ "binary", "String_8h.html#a5c42bbf54d5c027e895f9acc8a46bc22", null ], + [ "fromCharacters", "String_8h.html#ac54da67b0fb85a3dcd6b970e286bcd1c", null ], + [ "fromCharacters", "String_8h.html#a609843a4fde8ddb1d6304b25916858e6", null ], + [ "generateAtLeastString", "String_8h.html#a5f7f456ce960ac5d9407c805144b3943", null ], + [ "hexadecimal", "String_8h.html#a8e19bab9b27625c925d09c75b543fa72", null ], + [ "hexadecimal", "String_8h.html#afdf0e7008f19716d3b6d82058cc07621", null ], + [ "hexadecimal", "String_8h.html#a53c522cba8f02956fb554ef73261424b", null ], + [ "isValidGuarantee", "String_8h.html#a2b72fcb64a3202113769a90cf922b140", null ], + [ "numeric", "String_8h.html#a6b7e02197a0cec823f7b051c7234865b", null ], + [ "numeric", "String_8h.html#a646c3109166518bfa5bcf5c2f5de98ef", null ], + [ "octal", "String_8h.html#a1e3a8454501914f1d54f607336a8ab5c", null ], + [ "octal", "String_8h.html#ae1f0a16d0a30f3fe542042384f76ec2c", null ], + [ "sample", "String_8h.html#a6613ccca522a49631ed49c7d93c32e85", null ], + [ "sample", "String_8h.html#a34013d255a8eaf4c2afab2090c15cb8d", null ], [ "uuid", "String_8h.html#a335d7aad191429aa88bed20818881d95", null ] ]; \ No newline at end of file diff --git a/String_8h__incl.map b/String_8h__incl.map index 0d59f3c36..8b5366766 100644 --- a/String_8h__incl.map +++ b/String_8h__incl.map @@ -1,20 +1,22 @@ - + - + - + - - - + + + - + - - - - - - + + + + + + + + diff --git a/String_8h__incl.md5 b/String_8h__incl.md5 index cf2d1c99e..3fdfc8c55 100644 --- a/String_8h__incl.md5 +++ b/String_8h__incl.md5 @@ -1 +1 @@ -6f6fdf81a0303413f38b2e06018f1074 \ No newline at end of file +9b217d64f2fcad98fac3063f69a33367 \ No newline at end of file diff --git a/String_8h__incl.png b/String_8h__incl.png index 9afba30ee..232893815 100644 Binary files a/String_8h__incl.png and b/String_8h__incl.png differ diff --git a/String_8h_source.html b/String_8h_source.html index 0e0ff8db6..6c91550fd 100644 --- a/String_8h_source.html +++ b/String_8h_source.html @@ -111,148 +111,147 @@
7#include <set>
8#include <string>
9
-
10#include "RandomGenerator.h"
-
11#include "types/Hex.h"
-
12
-
-
13namespace faker::string
-
14{
-
-
15enum class StringCasing
-
16{
-
17 Mixed,
-
18 Lower,
-
19 Upper
-
20};
+
10#include "faker-cxx/Export.h"
+
11#include "RandomGenerator.h"
+
12#include "types/Hex.h"
+
13
+
+ +
15{
+
+
16enum class StringCasing
+
17{
+
18 Mixed,
+
19 Lower,
+
20 Upper
+
21};
-
21
-
- -
23{
-
24 unsigned int atLeastCount{(std::numeric_limits<unsigned int>::min)()};
-
25 unsigned int atMostCount{(std::numeric_limits<unsigned int>::max)()};
-
26};
+
22
+
+
23struct FAKER_CXX_EXPORT CharCount
+
24{
+
25 unsigned int atLeastCount{(std::numeric_limits<unsigned int>::min)()};
+
26 unsigned int atMostCount{(std::numeric_limits<unsigned int>::max)()};
+
27};
-
27
-
31using GuaranteeMap = std::map<char, CharCount>;
-
32
-
49bool isValidGuarantee(GuaranteeMap& guarantee, std::set<char>& targetCharacters, unsigned int length);
-
50
-
63std::string generateAtLeastString(const GuaranteeMap& guarantee);
-
64
-
65 // namespace {
-
66 // std::string generateStringWithGuarantee(GuaranteeMap& guarantee, std::set<char>& targetCharacters,
-
67 // unsigned int length);
-
68 // }
-
80 template <typename T = std::mt19937>
-
- -
82 {
-
83 static std::uniform_int_distribution<> dist(0, 15);
-
84 static std::uniform_int_distribution<> dist2(8, 11);
-
85 static std::string_view hexCharacters{"0123456789abcdef"};
-
86
-
87 std::string result;
-
88 result.reserve(36);
-
89
-
90 for (int i = 0; i < 8; i++)
-
91 {
-
92 result.append(1, hexCharacters[static_cast<size_t>(gen(dist))]);
-
93 }
-
94 result.append(1, '-');
-
95
-
96 for (int i = 0; i < 4; i++)
-
97 {
-
98 result.append(1, hexCharacters[static_cast<size_t>(gen(dist))]);
-
99 }
-
100 result.append(1, '-');
-
101
-
102 result.append(1, '4');
-
103 for (int i = 0; i < 3; i++)
-
104 {
-
105 result.append(1, hexCharacters[static_cast<size_t>(gen(dist))]);
-
106 }
-
107 result.append(1, '-');
-
108
-
109 result.append(1, hexCharacters[static_cast<size_t>(gen(dist2))]);
-
110
-
111 for (int i = 0; i < 3; i++)
-
112 {
-
113 result.append(1, hexCharacters[static_cast<size_t>(gen(dist))]);
-
114 }
-
115 result.append(1, '-');
-
116
-
117 for (int i = 0; i < 12; i++)
-
118 {
-
119 result.append(1, hexCharacters[static_cast<size_t>(gen(dist))]);
-
120 }
-
121
-
122 return result;
-
123 }
+
28
+
32using GuaranteeMap = std::map<char, CharCount>;
+
33
+
50FAKER_CXX_EXPORT bool isValidGuarantee(GuaranteeMap& guarantee, std::set<char>& targetCharacters, unsigned int length);
+
51
+
64FAKER_CXX_EXPORT std::string generateAtLeastString(const GuaranteeMap& guarantee);
+
65
+
66 // namespace {
+
67 // std::string generateStringWithGuarantee(GuaranteeMap& guarantee, std::set<char>& targetCharacters,
+
68 // unsigned int length);
+
69 // }
+
81 template <typename T = std::mt19937>
+
+ +
83 {
+
84 static std::uniform_int_distribution<> dist(0, 15);
+
85 static std::uniform_int_distribution<> dist2(8, 11);
+
86 static std::string_view hexCharacters{"0123456789abcdef"};
+
87
+
88 std::string result;
+
89 result.reserve(36);
+
90
+
91 for (int i = 0; i < 8; i++)
+
92 {
+
93 result.append(1, hexCharacters[static_cast<size_t>(gen(dist))]);
+
94 }
+
95 result.append(1, '-');
+
96
+
97 for (int i = 0; i < 4; i++)
+
98 {
+
99 result.append(1, hexCharacters[static_cast<size_t>(gen(dist))]);
+
100 }
+
101 result.append(1, '-');
+
102
+
103 result.append(1, '4');
+
104 for (int i = 0; i < 3; i++)
+
105 {
+
106 result.append(1, hexCharacters[static_cast<size_t>(gen(dist))]);
+
107 }
+
108 result.append(1, '-');
+
109
+
110 result.append(1, hexCharacters[static_cast<size_t>(gen(dist2))]);
+
111
+
112 for (int i = 0; i < 3; i++)
+
113 {
+
114 result.append(1, hexCharacters[static_cast<size_t>(gen(dist))]);
+
115 }
+
116 result.append(1, '-');
+
117
+
118 for (int i = 0; i < 12; i++)
+
119 {
+
120 result.append(1, hexCharacters[static_cast<size_t>(gen(dist))]);
+
121 }
+
122
+
123 return result;
+
124 }
-
124
-
137 std::string sample(unsigned length = 10);
-
138
-
152 std::string sample(GuaranteeMap&& guarantee, unsigned length = 10);
-
153
-
167 std::string fromCharacters(const std::string& characters, unsigned length = 1);
-
168
-
183 std::string fromCharacters(GuaranteeMap&& guarantee, const std::string& characters, unsigned length = 1);
-
184
-
201 std::string alpha(unsigned length = 1, StringCasing casing = StringCasing::Mixed,
-
202 const std::string& excludeCharacters = "");
-
203
-
219 std::string alpha(GuaranteeMap&& guarantee, unsigned length = 1, StringCasing casing = StringCasing::Mixed);
-
220
-
237 std::string alphanumeric(unsigned length = 1, StringCasing casing = StringCasing::Mixed,
-
238 const std::string& excludeCharacters = "");
-
239
-
255 std::string alphanumeric(GuaranteeMap&& guarantee, unsigned length = 1,
- -
257
-
272 std::string numeric(unsigned length = 1, bool allowLeadingZeros = true);
-
273
-
289 std::string numeric(GuaranteeMap&& guarantee, unsigned length = 1, bool allowLeadingZeros = true);
-
290
-
307 std::string hexadecimal(unsigned length = 1, HexCasing casing = HexCasing::Lower,
-
308 HexPrefix prefix = HexPrefix::ZeroX);
-
309
-
323 std::string hexadecimal(std::optional<int> min = std::nullopt, std::optional<int> max = std::nullopt);
-
324
-
342 std::string hexadecimal(GuaranteeMap&& guarantee, unsigned length = 1, HexCasing casing = HexCasing::Lower,
-
343 HexPrefix prefix = HexPrefix::ZeroX);
-
344
-
356 std::string binary(unsigned length = 1);
-
357
-
370 std::string binary(GuaranteeMap&& guarantee, unsigned length = 1);
-
371
-
383 std::string octal(unsigned length = 1);
-
384
-
397 std::string octal(GuaranteeMap&& guarantee, unsigned length = 1);
-
398}
+
125
+
138 FAKER_CXX_EXPORT std::string sample(unsigned length = 10);
+
139
+
153 FAKER_CXX_EXPORT std::string sample(GuaranteeMap&& guarantee, unsigned length = 10);
+
154
+
168 FAKER_CXX_EXPORT std::string fromCharacters(const std::string& characters, unsigned length = 1);
+
169
+
184 FAKER_CXX_EXPORT std::string fromCharacters(GuaranteeMap&& guarantee, const std::string& characters, unsigned length = 1);
+
185
+
202 FAKER_CXX_EXPORT std::string alpha(unsigned length = 1, StringCasing casing = StringCasing::Mixed,
+
203 const std::string& excludeCharacters = "");
+
204
+
220 FAKER_CXX_EXPORT std::string alpha(GuaranteeMap&& guarantee, unsigned length = 1, StringCasing casing = StringCasing::Mixed);
+
221
+
238 FAKER_CXX_EXPORT std::string alphanumeric(unsigned length = 1, StringCasing casing = StringCasing::Mixed,
+
239 const std::string& excludeCharacters = "");
+
240
+
256 FAKER_CXX_EXPORT std::string alphanumeric(GuaranteeMap&& guarantee, unsigned length = 1,
+ +
258
+
273 FAKER_CXX_EXPORT std::string numeric(unsigned length = 1, bool allowLeadingZeros = true);
+
274
+
290 FAKER_CXX_EXPORT std::string numeric(GuaranteeMap&& guarantee, unsigned length = 1, bool allowLeadingZeros = true);
+
291
+
308 FAKER_CXX_EXPORT std::string hexadecimal(unsigned length = 1, HexCasing casing = HexCasing::Lower,
+
309 HexPrefix prefix = HexPrefix::ZeroX);
+
310
+
324 FAKER_CXX_EXPORT std::string hexadecimal(std::optional<int> min = std::nullopt, std::optional<int> max = std::nullopt);
+
325
+
343 FAKER_CXX_EXPORT std::string hexadecimal(GuaranteeMap&& guarantee, unsigned length = 1, HexCasing casing = HexCasing::Lower,
+
344 HexPrefix prefix = HexPrefix::ZeroX);
+
345
+
357 FAKER_CXX_EXPORT std::string binary(unsigned length = 1);
+
358
+
371 FAKER_CXX_EXPORT std::string binary(GuaranteeMap&& guarantee, unsigned length = 1);
+
372
+
384 FAKER_CXX_EXPORT std::string octal(unsigned length = 1);
+
385
+
398 FAKER_CXX_EXPORT std::string octal(GuaranteeMap&& guarantee, unsigned length = 1);
+
399}
Definition RandomGenerator.h:10
-
Definition String.h:14
-
std::string fromCharacters(const std::string &characters, unsigned length=1)
Generates a string consisting of given characters.
-
std::string generateAtLeastString(const GuaranteeMap &guarantee)
Generates the least required string for a given guarantee map.
-
std::string hexadecimal(unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)
Generates a hexadecimal string.
-
std::string uuid(RandomGenerator< T > gen=RandomGenerator< std::mt19937 >{})
Generates an Universally Unique Identifier with version 4.
Definition String.h:81
-
StringCasing
Definition String.h:16
+
Definition String.h:15
+
FAKER_CXX_EXPORT bool isValidGuarantee(GuaranteeMap &guarantee, std::set< char > &targetCharacters, unsigned int length)
Checks if the given guarantee map is valid for given targetCharacters and length.
+
std::string uuid(RandomGenerator< T > gen=RandomGenerator< std::mt19937 >{})
Generates an Universally Unique Identifier with version 4.
Definition String.h:82
+
FAKER_CXX_EXPORT std::string sample(unsigned length=10)
Returns a string containing UTF-16 chars between 33 and 125 (`!` to `}`).
+
FAKER_CXX_EXPORT std::string hexadecimal(unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)
Generates a hexadecimal string.
+
StringCasing
Definition String.h:17
-
std::string numeric(unsigned length=1, bool allowLeadingZeros=true)
Generates a given length string of digits.
-
bool isValidGuarantee(GuaranteeMap &guarantee, std::set< char > &targetCharacters, unsigned int length)
Checks if the given guarantee map is valid for given targetCharacters and length.
-
std::string octal(unsigned length=1)
Generates an octal string.
-
std::string binary(unsigned length=1)
Generates a binary string.
-
std::string sample(unsigned length=10)
Returns a string containing UTF-16 chars between 33 and 125 (`!` to `}`).
-
std::string alpha(unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")
Generates a string consisting of letters in the English alphabet.
-
std::string alphanumeric(unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")
Generates a string consisting of alpha characters and digits.
-
std::map< char, CharCount > GuaranteeMap
Definition String.h:31
-
Definition String.h:23
-
unsigned int atLeastCount
Definition String.h:24
-
unsigned int atMostCount
Definition String.h:25
+
FAKER_CXX_EXPORT std::string binary(unsigned length=1)
Generates a binary string.
+
FAKER_CXX_EXPORT std::string generateAtLeastString(const GuaranteeMap &guarantee)
Generates the least required string for a given guarantee map.
+
FAKER_CXX_EXPORT std::string numeric(unsigned length=1, bool allowLeadingZeros=true)
Generates a given length string of digits.
+
FAKER_CXX_EXPORT std::string alphanumeric(unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")
Generates a string consisting of alpha characters and digits.
+
FAKER_CXX_EXPORT std::string alpha(unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")
Generates a string consisting of letters in the English alphabet.
+
FAKER_CXX_EXPORT std::string fromCharacters(const std::string &characters, unsigned length=1)
Generates a string consisting of given characters.
+
std::map< char, CharCount > GuaranteeMap
Definition String.h:32
+
FAKER_CXX_EXPORT std::string octal(unsigned length=1)
Generates an octal string.
+
Definition String.h:24
diff --git a/System_8h.html b/System_8h.html index c9571cd81..e90ebf629 100644 --- a/System_8h.html +++ b/System_8h.html @@ -110,18 +110,21 @@
#include <optional>
#include <string>
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for System.h:
- + - + - + - + + +
@@ -158,30 +161,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string faker::system::fileName (const FileOptions &options={})
 Returns a random file name with extension.
 
std::string faker::system::fileExtension (const std::optional< FileType > &mimeType=std::nullopt)
 Returns a file extension.
 
std::string faker::system::commonFileName (const std::optional< std::string > &ext=std::nullopt)
 
std::string_view faker::system::commonFileExtension ()
 
std::string_view faker::system::mimeType ()
 
std::string_view faker::system::fileType ()
 
std::string_view faker::system::directoryPath ()
 
std::string faker::system::filePath ()
 
std::string faker::system::semver ()
 
std::string faker::system::networkInterface (const std::optional< NetworkInterfaceOptions > &options={})
 
std::string faker::system::cron (const CronOptions &options={})
 
FAKER_CXX_EXPORT std::string faker::system::fileName (const FileOptions &options={})
 Returns a random file name with extension.
 
FAKER_CXX_EXPORT std::string faker::system::fileExtension (const std::optional< FileType > &mimeType=std::nullopt)
 Returns a file extension.
 
FAKER_CXX_EXPORT std::string faker::system::commonFileName (const std::optional< std::string > &ext=std::nullopt)
 
FAKER_CXX_EXPORT std::string_view faker::system::commonFileExtension ()
 
FAKER_CXX_EXPORT std::string_view faker::system::mimeType ()
 
FAKER_CXX_EXPORT std::string_view faker::system::fileType ()
 
FAKER_CXX_EXPORT std::string_view faker::system::directoryPath ()
 
FAKER_CXX_EXPORT std::string faker::system::filePath ()
 
FAKER_CXX_EXPORT std::string faker::system::semver ()
 
FAKER_CXX_EXPORT std::string faker::system::networkInterface (const std::optional< NetworkInterfaceOptions > &options={})
 
FAKER_CXX_EXPORT std::string faker::system::cron (const CronOptions &options={})
 
diff --git a/System_8h.js b/System_8h.js index b912f5ba8..3f34650b7 100644 --- a/System_8h.js +++ b/System_8h.js @@ -10,15 +10,15 @@ var System_8h = [ "Text", "System_8h.html#aeeae0c993bee26944d1d31ad6c339a08a9dffbf69ffba8bc38bc4e01abf4b1675", null ], [ "Video", "System_8h.html#aeeae0c993bee26944d1d31ad6c339a08a34e2d1989a1dbf75cd631596133ee5ee", null ] ] ], - [ "commonFileExtension", "System_8h.html#a6b7e776e89f9d98a2445068de5ba7e00", null ], - [ "commonFileName", "System_8h.html#aad257e51aeaf64c852c2a4c437673bed", null ], - [ "cron", "System_8h.html#a38e41ca0dce57c758966a20ef0a809fc", null ], - [ "directoryPath", "System_8h.html#afdad863fa2df95c35576c5359873d2cc", null ], - [ "fileExtension", "System_8h.html#a726010cfcd6aaaab4b0054f45c72de74", null ], - [ "fileName", "System_8h.html#af230cb9d644c2e8db69f1ec2d1357c0a", null ], - [ "filePath", "System_8h.html#a0b6a342786f02463dfbf79e188179fd5", null ], - [ "fileType", "System_8h.html#a7b35e2fb4bfc7cff9670a800198f071c", null ], - [ "mimeType", "System_8h.html#a5b7c73d6bde98732d09c5c46118f5199", null ], - [ "networkInterface", "System_8h.html#a9a5f62f1cb1f26bb14cf2d4c3b13031a", null ], - [ "semver", "System_8h.html#a9736b08b0d753a6a227c1454efd9ada6", null ] + [ "commonFileExtension", "System_8h.html#a74d7b69a1a18ae8958c29271e1f230a2", null ], + [ "commonFileName", "System_8h.html#a309b2c94f384cc9d682640506aba1375", null ], + [ "cron", "System_8h.html#a9f8f6e022652e96f1bfa55dff4c8082a", null ], + [ "directoryPath", "System_8h.html#a853ea09c9fb8b8c03fda5c0ed1d29086", null ], + [ "fileExtension", "System_8h.html#ad4309983f04c3100cca8fc8e45968e3b", null ], + [ "fileName", "System_8h.html#a60b8848155700550735de7e9df912005", null ], + [ "filePath", "System_8h.html#a152dc7686f707ff769181cd6821aba7c", null ], + [ "fileType", "System_8h.html#aa7006eb2917cbeaf645afd4d9dc1c5bb", null ], + [ "mimeType", "System_8h.html#ad28ecf10cae675e76cbf0232611c700b", null ], + [ "networkInterface", "System_8h.html#a9f65bb388e66bc8cb04e07ecf5a8e4e9", null ], + [ "semver", "System_8h.html#a0f4b656749ffa2840fbef78d38d4c254", null ] ]; \ No newline at end of file diff --git a/System_8h__incl.map b/System_8h__incl.map index 2b6b18088..fec9221f4 100644 --- a/System_8h__incl.map +++ b/System_8h__incl.map @@ -1,9 +1,11 @@ - + - + - + - + + + diff --git a/System_8h__incl.md5 b/System_8h__incl.md5 index aba53cd34..0a98e5e10 100644 --- a/System_8h__incl.md5 +++ b/System_8h__incl.md5 @@ -1 +1 @@ -3c2d1179ae7c1604d55f1048d1159e4b \ No newline at end of file +0db34469e963000106a9c281a54b3340 \ No newline at end of file diff --git a/System_8h__incl.png b/System_8h__incl.png index 30dd905e3..3640ed80b 100644 Binary files a/System_8h__incl.png and b/System_8h__incl.png differ diff --git a/System_8h_source.html b/System_8h_source.html index 3de1bf5b1..c6325e9af 100644 --- a/System_8h_source.html +++ b/System_8h_source.html @@ -107,102 +107,97 @@
3#include <optional>
4#include <string>
5#include <string_view>
-
6
-
-
7namespace faker::system
-
8{
-
- -
10{
- -
12
-
13 struct
-
14 {
-
15 int min = 1;
-
16 int max = 1;
- -
18};
+
6#include "faker-cxx/Export.h"
+
7
+
+
8namespace faker::system
+
9{
+
+
10struct FAKER_CXX_EXPORT FileOptions
+
11{
+
12 int extensionCount = 1;
+
13
+
14 struct
+
15 {
+
16 int min = 1;
+
17 int max = 1;
+
18 } extensionRange;
+
19};
-
19
-
-
20enum class FileType
-
21{
- -
23 Audio,
-
24 Image,
-
25 Text,
-
26 Video,
-
27};
+
20
+
+
21enum class FileType
+
22{
+ +
24 Audio,
+
25 Image,
+
26 Text,
+
27 Video,
+
28};
-
28
-
- -
30{
-
31 bool includeYear = false;
-
32 bool includeNonStandard = false;
-
33};
+
29
+
+
30struct FAKER_CXX_EXPORT CronOptions
+
31{
+
32 bool includeYear = false;
+
33 bool includeNonStandard = false;
+
34};
-
34
-
- -
36{
-
37 std::optional<std::string> interfaceType;
-
38 std::optional<std::string> interfaceSchema;
-
39};
+
35
+
+
36struct FAKER_CXX_EXPORT NetworkInterfaceOptions
+
37{
+
38 std::optional<std::string> interfaceType;
+
39 std::optional<std::string> interfaceSchema;
+
40};
-
40
-
60std::string fileName(const FileOptions& options = {});
-
61
-
73std::string fileExtension(const std::optional<FileType>& mimeType = std::nullopt);
-
74
-
87std::string commonFileName(const std::optional<std::string>& ext = std::nullopt);
-
88
-
98std::string_view commonFileExtension();
-
99
-
109std::string_view mimeType();
-
110
-
120std::string_view fileType();
-
121
-
131std::string_view directoryPath();
-
132
-
142std::string filePath();
-
143
-
153std::string semver();
-
154
-
181std::string networkInterface(const std::optional<NetworkInterfaceOptions>& options = {});
-
182
-
213std::string cron(const CronOptions& options = {});
-
214}
+
41
+
61FAKER_CXX_EXPORT std::string fileName(const FileOptions& options = {});
+
62
+
74FAKER_CXX_EXPORT std::string fileExtension(const std::optional<FileType>& mimeType = std::nullopt);
+
75
+
88FAKER_CXX_EXPORT std::string commonFileName(const std::optional<std::string>& ext = std::nullopt);
+
89
+
99FAKER_CXX_EXPORT std::string_view commonFileExtension();
+
100
+
110FAKER_CXX_EXPORT std::string_view mimeType();
+
111
+
121FAKER_CXX_EXPORT std::string_view fileType();
+
122
+
132FAKER_CXX_EXPORT std::string_view directoryPath();
+
133
+
143FAKER_CXX_EXPORT std::string filePath();
+
144
+
154FAKER_CXX_EXPORT std::string semver();
+
155
+
182FAKER_CXX_EXPORT std::string networkInterface(const std::optional<NetworkInterfaceOptions>& options = {});
+
183
+
214FAKER_CXX_EXPORT std::string cron(const CronOptions& options = {});
+
215}
-
Definition System.h:8
-
std::string filePath()
-
std::string cron(const CronOptions &options={})
-
std::string_view mimeType()
-
std::string_view commonFileExtension()
-
std::string fileExtension(const std::optional< FileType > &mimeType=std::nullopt)
Returns a file extension.
-
std::string_view fileType()
-
std::string semver()
-
std::string networkInterface(const std::optional< NetworkInterfaceOptions > &options={})
-
std::string commonFileName(const std::optional< std::string > &ext=std::nullopt)
-
FileType
Definition System.h:21
+
Definition System.h:9
+
FAKER_CXX_EXPORT std::string semver()
+
FAKER_CXX_EXPORT std::string filePath()
+
FAKER_CXX_EXPORT std::string commonFileName(const std::optional< std::string > &ext=std::nullopt)
+
FAKER_CXX_EXPORT std::string fileName(const FileOptions &options={})
Returns a random file name with extension.
+
FAKER_CXX_EXPORT std::string_view commonFileExtension()
+
FAKER_CXX_EXPORT std::string_view directoryPath()
+
FAKER_CXX_EXPORT std::string networkInterface(const std::optional< NetworkInterfaceOptions > &options={})
+
FAKER_CXX_EXPORT std::string cron(const CronOptions &options={})
+
FAKER_CXX_EXPORT std::string_view fileType()
+
FAKER_CXX_EXPORT std::string_view mimeType()
+
FAKER_CXX_EXPORT std::string fileExtension(const std::optional< FileType > &mimeType=std::nullopt)
Returns a file extension.
+
FileType
Definition System.h:22
-
std::string fileName(const FileOptions &options={})
Returns a random file name with extension.
-
std::string_view directoryPath()
-
Definition System.h:30
-
bool includeNonStandard
Definition System.h:32
-
bool includeYear
Definition System.h:31
-
Definition System.h:10
-
int extensionCount
Definition System.h:11
-
struct faker::system::FileOptions::@0 extensionRange
-
int max
Definition System.h:16
-
int min
Definition System.h:15
- -
std::optional< std::string > interfaceType
Definition System.h:37
-
std::optional< std::string > interfaceSchema
Definition System.h:38
+
Definition System.h:31
+
Definition System.h:11
+ +
std::optional< std::string > interfaceType
Definition System.h:38
+
std::optional< std::string > interfaceSchema
Definition System.h:39
diff --git a/Vehicle_8h.html b/Vehicle_8h.html index 64f775763..932c71384 100644 --- a/Vehicle_8h.html +++ b/Vehicle_8h.html @@ -106,14 +106,17 @@
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for Vehicle.h:
- - - + + + + +
@@ -128,33 +131,33 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view faker::vehicle::bicycle ()
 Returns a random bicycle type.
 
std::string_view faker::vehicle::color ()
 Returns a random vehicle color.
 
std::string_view faker::vehicle::fuel ()
 Returns a random vehicle fuel.
 
std::string_view faker::vehicle::manufacturer ()
 Returns a random vehicle(car) manufacturer.
 
std::string_view faker::vehicle::model ()
 Returns a random vehicle(car) model.
 
std::string_view faker::vehicle::type ()
 Returns a random vehicle type.
 
std::string faker::vehicle::vehicleName ()
 Returns a random vehicle(car).
 
std::string faker::vehicle::vin ()
 Returns a vehicle identification number (VIN).
 
std::string faker::vehicle::vrm ()
 Returns a vehicle registration number (Vehicle Registration Mark - VRM).
 
FAKER_CXX_EXPORT std::string_view faker::vehicle::bicycle ()
 Returns a random bicycle type.
 
FAKER_CXX_EXPORT std::string_view faker::vehicle::color ()
 Returns a random vehicle color.
 
FAKER_CXX_EXPORT std::string_view faker::vehicle::fuel ()
 Returns a random vehicle fuel.
 
FAKER_CXX_EXPORT std::string_view faker::vehicle::manufacturer ()
 Returns a random vehicle(car) manufacturer.
 
FAKER_CXX_EXPORT std::string_view faker::vehicle::model ()
 Returns a random vehicle(car) model.
 
FAKER_CXX_EXPORT std::string_view faker::vehicle::type ()
 Returns a random vehicle type.
 
FAKER_CXX_EXPORT std::string faker::vehicle::vehicleName ()
 Returns a random vehicle(car).
 
FAKER_CXX_EXPORT std::string faker::vehicle::vin ()
 Returns a vehicle identification number (VIN).
 
FAKER_CXX_EXPORT std::string faker::vehicle::vrm ()
 Returns a vehicle registration number (Vehicle Registration Mark - VRM).
 
diff --git a/Vehicle_8h.js b/Vehicle_8h.js index 55467ffec..3d3e6b1e2 100644 --- a/Vehicle_8h.js +++ b/Vehicle_8h.js @@ -1,12 +1,12 @@ var Vehicle_8h = [ - [ "bicycle", "Vehicle_8h.html#ad4bd52438b6f43aa65b239b7b39e7c7a", null ], - [ "color", "Vehicle_8h.html#a24baca86e4f565c26b9ced672ad4ff1f", null ], - [ "fuel", "Vehicle_8h.html#a0667e110f6f701356e91b32081096e82", null ], - [ "manufacturer", "Vehicle_8h.html#a749e286df2b31b8e6bf93279649bd49f", null ], - [ "model", "Vehicle_8h.html#ac173717cf3836a8b86ae0731b141e541", null ], - [ "type", "Vehicle_8h.html#aeeb619009b55f379112bf359f932d950", null ], - [ "vehicleName", "Vehicle_8h.html#a4fb5122b7a02827bc7d6d61ae7b46a2b", null ], - [ "vin", "Vehicle_8h.html#a2043e5e5f52895f33dab0615947bd88c", null ], - [ "vrm", "Vehicle_8h.html#af8960c3e3c2b0be0039bed9aceb75e1f", null ] + [ "bicycle", "Vehicle_8h.html#abcd2613f6e47ac7650924209851ff05e", null ], + [ "color", "Vehicle_8h.html#a78783093e7083fa2e897f7ca2226da68", null ], + [ "fuel", "Vehicle_8h.html#a07ee147d6c81dfeb7bc70eb5378c0dbc", null ], + [ "manufacturer", "Vehicle_8h.html#a2d43c573f64ded598fe59c97668f756a", null ], + [ "model", "Vehicle_8h.html#af3cdcd00d15094190e9fcdec62b31e21", null ], + [ "type", "Vehicle_8h.html#abf36408d14fc12c02a8f6a5ba2773241", null ], + [ "vehicleName", "Vehicle_8h.html#ab20d989510dfb2ed421d378c1179ea8e", null ], + [ "vin", "Vehicle_8h.html#a2dacf1f3d0037cf58abf6322eee29ba3", null ], + [ "vrm", "Vehicle_8h.html#a3ab3c5b8357f4abe61a81c97e3df99b1", null ] ]; \ No newline at end of file diff --git a/Vehicle_8h__incl.map b/Vehicle_8h__incl.map index d52f01f53..415161c66 100644 --- a/Vehicle_8h__incl.map +++ b/Vehicle_8h__incl.map @@ -1,5 +1,7 @@ - - - + + + + + diff --git a/Vehicle_8h__incl.md5 b/Vehicle_8h__incl.md5 index 3c2097789..25063998b 100644 --- a/Vehicle_8h__incl.md5 +++ b/Vehicle_8h__incl.md5 @@ -1 +1 @@ -67d099ca7cea456f09d70a709613f588 \ No newline at end of file +5559f9cf2c6509c660cc4033ab7a7759 \ No newline at end of file diff --git a/Vehicle_8h__incl.png b/Vehicle_8h__incl.png index 028b31774..9b9f5ae5c 100644 Binary files a/Vehicle_8h__incl.png and b/Vehicle_8h__incl.png differ diff --git a/Vehicle_8h_source.html b/Vehicle_8h_source.html index 838cc97ff..92bbed6e9 100644 --- a/Vehicle_8h_source.html +++ b/Vehicle_8h_source.html @@ -105,39 +105,40 @@ Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
-
4
-
- -
6{
-
16 std::string_view bicycle();
-
17
-
27 std::string_view color();
-
28
-
38 std::string_view fuel();
-
39
-
49 std::string_view manufacturer();
-
50
-
60 std::string_view model();
-
61
-
71 std::string_view type();
-
72
-
82 std::string vehicleName();
-
83
-
93 std::string vin();
-
94
-
104 std::string vrm();
-
105}
+
4#include "faker-cxx/Export.h"
+
5
+
+ +
7{
+
17 FAKER_CXX_EXPORT std::string_view bicycle();
+
18
+
28 FAKER_CXX_EXPORT std::string_view color();
+
29
+
39 FAKER_CXX_EXPORT std::string_view fuel();
+
40
+
50 FAKER_CXX_EXPORT std::string_view manufacturer();
+
51
+
61 FAKER_CXX_EXPORT std::string_view model();
+
62
+
72 FAKER_CXX_EXPORT std::string_view type();
+
73
+
83 FAKER_CXX_EXPORT std::string vehicleName();
+
84
+
94 FAKER_CXX_EXPORT std::string vin();
+
95
+
105 FAKER_CXX_EXPORT std::string vrm();
+
106}
-
Definition Vehicle.h:6
-
std::string_view fuel()
Returns a random vehicle fuel.
-
std::string vin()
Returns a vehicle identification number (VIN).
-
std::string_view color()
Returns a random vehicle color.
-
std::string vehicleName()
Returns a random vehicle(car).
-
std::string_view manufacturer()
Returns a random vehicle(car) manufacturer.
-
std::string_view model()
Returns a random vehicle(car) model.
-
std::string_view bicycle()
Returns a random bicycle type.
-
std::string_view type()
Returns a random vehicle type.
-
std::string vrm()
Returns a vehicle registration number (Vehicle Registration Mark - VRM).
+
Definition Vehicle.h:7
+
FAKER_CXX_EXPORT std::string_view fuel()
Returns a random vehicle fuel.
+
FAKER_CXX_EXPORT std::string_view manufacturer()
Returns a random vehicle(car) manufacturer.
+
FAKER_CXX_EXPORT std::string vin()
Returns a vehicle identification number (VIN).
+
FAKER_CXX_EXPORT std::string vrm()
Returns a vehicle registration number (Vehicle Registration Mark - VRM).
+
FAKER_CXX_EXPORT std::string_view color()
Returns a random vehicle color.
+
FAKER_CXX_EXPORT std::string vehicleName()
Returns a random vehicle(car).
+
FAKER_CXX_EXPORT std::string_view bicycle()
Returns a random bicycle type.
+
FAKER_CXX_EXPORT std::string_view type()
Returns a random vehicle type.
+
FAKER_CXX_EXPORT std::string_view model()
Returns a random vehicle(car) model.
diff --git a/VideoGame_8h.html b/VideoGame_8h.html index 1fdf3241d..8f253ccab 100644 --- a/VideoGame_8h.html +++ b/VideoGame_8h.html @@ -106,14 +106,17 @@
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for VideoGame.h:
- - - + + + + +
@@ -128,18 +131,18 @@ - - - - - - - - - - - - + + + + + + + + + + + +

Functions

std::string_view faker::videogame::gameTitle ()
 Returns a random video game name.
 
std::string_view faker::videogame::genre ()
 Returns a random video game genre.
 
std::string_view faker::videogame::platform ()
 Returns a random video game platform.
 
std::string_view faker::videogame::studioName ()
 Returns a random video game studio name.
 
FAKER_CXX_EXPORT std::string_view faker::videogame::gameTitle ()
 Returns a random video game name.
 
FAKER_CXX_EXPORT std::string_view faker::videogame::genre ()
 Returns a random video game genre.
 
FAKER_CXX_EXPORT std::string_view faker::videogame::platform ()
 Returns a random video game platform.
 
FAKER_CXX_EXPORT std::string_view faker::videogame::studioName ()
 Returns a random video game studio name.
 
diff --git a/VideoGame_8h.js b/VideoGame_8h.js index 37e6b6ff3..0f90d58de 100644 --- a/VideoGame_8h.js +++ b/VideoGame_8h.js @@ -1,7 +1,7 @@ var VideoGame_8h = [ - [ "gameTitle", "VideoGame_8h.html#a4f51ce8271b4356736a05f5efb8fee58", null ], - [ "genre", "VideoGame_8h.html#a54a1c4e7ed9618e9f6b00956c5e1c996", null ], - [ "platform", "VideoGame_8h.html#adbf90f3e74f8f081b643f59ecf0ef7e4", null ], - [ "studioName", "VideoGame_8h.html#a2278603116988bb7a3a278bbf21abe4b", null ] + [ "gameTitle", "VideoGame_8h.html#ab36d80c15e07e2e266da6df41a40f222", null ], + [ "genre", "VideoGame_8h.html#ae5bdba1c888f8934eb817848a705983c", null ], + [ "platform", "VideoGame_8h.html#a4dd164bf14e461898d8a1408c6300127", null ], + [ "studioName", "VideoGame_8h.html#a31ebb893e24ebecdc8392f9f36363005", null ] ]; \ No newline at end of file diff --git a/VideoGame_8h__incl.map b/VideoGame_8h__incl.map index 09df8d15d..9e4c8c64c 100644 --- a/VideoGame_8h__incl.map +++ b/VideoGame_8h__incl.map @@ -1,5 +1,7 @@ - - - + + + + + diff --git a/VideoGame_8h__incl.md5 b/VideoGame_8h__incl.md5 index 4d5d1f138..5f7d6ec06 100644 --- a/VideoGame_8h__incl.md5 +++ b/VideoGame_8h__incl.md5 @@ -1 +1 @@ -6225602b2d64501e1030e0ff82907005 \ No newline at end of file +9fd38ebb2e754af479f3d4a1473e7adf \ No newline at end of file diff --git a/VideoGame_8h__incl.png b/VideoGame_8h__incl.png index 91c3bc33d..74bf3c05a 100644 Binary files a/VideoGame_8h__incl.png and b/VideoGame_8h__incl.png differ diff --git a/VideoGame_8h_source.html b/VideoGame_8h_source.html index 47ed228c6..b1052fdd7 100644 --- a/VideoGame_8h_source.html +++ b/VideoGame_8h_source.html @@ -105,24 +105,26 @@ Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
-
4
-
- -
6{
-
16 std::string_view gameTitle();
-
17
-
27 std::string_view genre();
-
28
-
38 std::string_view platform();
-
39
-
49 std::string_view studioName();
-
50}
+
4#include "faker-cxx/Export.h"
+
5
+
6
+
+ +
8{
+
18 FAKER_CXX_EXPORT std::string_view gameTitle();
+
19
+
29 FAKER_CXX_EXPORT std::string_view genre();
+
30
+
40 FAKER_CXX_EXPORT std::string_view platform();
+
41
+
51 FAKER_CXX_EXPORT std::string_view studioName();
+
52}
-
Definition VideoGame.h:6
-
std::string_view studioName()
Returns a random video game studio name.
-
std::string_view gameTitle()
Returns a random video game name.
-
std::string_view genre()
Returns a random video game genre.
-
std::string_view platform()
Returns a random video game platform.
+
Definition VideoGame.h:8
+
FAKER_CXX_EXPORT std::string_view studioName()
Returns a random video game studio name.
+
FAKER_CXX_EXPORT std::string_view platform()
Returns a random video game platform.
+
FAKER_CXX_EXPORT std::string_view gameTitle()
Returns a random video game name.
+
FAKER_CXX_EXPORT std::string_view genre()
Returns a random video game genre.
diff --git a/Weather_8h.html b/Weather_8h.html index 5faf7b894..3a5ad4439 100644 --- a/Weather_8h.html +++ b/Weather_8h.html @@ -106,14 +106,17 @@
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for Weather.h:
- - - + + + + +
@@ -128,9 +131,9 @@ - - - + + +

Functions

std::string_view faker::weather::weatherDescription ()
 Generated a random weather description.
 
FAKER_CXX_EXPORT std::string_view faker::weather::weatherDescription ()
 Generated a random weather description.
 
diff --git a/Weather_8h.js b/Weather_8h.js index a8992ce10..3c8792b5d 100644 --- a/Weather_8h.js +++ b/Weather_8h.js @@ -1,4 +1,4 @@ var Weather_8h = [ - [ "weatherDescription", "Weather_8h.html#a1a56fb25e24d32f05724d23dac952e5a", null ] + [ "weatherDescription", "Weather_8h.html#a029a4533396f1266c44ac7aaae7a681f", null ] ]; \ No newline at end of file diff --git a/Weather_8h__incl.map b/Weather_8h__incl.map index 4a89491dc..943746fcc 100644 --- a/Weather_8h__incl.map +++ b/Weather_8h__incl.map @@ -1,5 +1,7 @@ - - - + + + + + diff --git a/Weather_8h__incl.md5 b/Weather_8h__incl.md5 index 400171f71..16ac5b0bb 100644 --- a/Weather_8h__incl.md5 +++ b/Weather_8h__incl.md5 @@ -1 +1 @@ -87c001b7a21c1ec8be239d6931e5df55 \ No newline at end of file +df264322ee2bbf138009783c434b6755 \ No newline at end of file diff --git a/Weather_8h__incl.png b/Weather_8h__incl.png index 2d6aee581..62ff16cd3 100644 Binary files a/Weather_8h__incl.png and b/Weather_8h__incl.png differ diff --git a/Weather_8h_source.html b/Weather_8h_source.html index 168385ee1..c7506ca82 100644 --- a/Weather_8h_source.html +++ b/Weather_8h_source.html @@ -105,15 +105,16 @@ Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
-
4
-
- -
6{
-
16std::string_view weatherDescription();
-
17}
+
4#include "faker-cxx/Export.h"
+
5
+
+ +
7{
+
17FAKER_CXX_EXPORT std::string_view weatherDescription();
+
18}
-
Definition Weather.h:6
-
std::string_view weatherDescription()
Generated a random weather description.
+
Definition Weather.h:7
+
FAKER_CXX_EXPORT std::string_view weatherDescription()
Generated a random weather description.
diff --git a/Word_8h.html b/Word_8h.html index 77de9298b..8fd5f181d 100644 --- a/Word_8h.html +++ b/Word_8h.html @@ -108,18 +108,21 @@
#include <optional>
#include <string>
#include <string_view>
+#include "faker-cxx/Export.h"
Include dependency graph for Word.h:
- + - + - + - + + +
@@ -134,33 +137,33 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view faker::word::sample (std::optional< unsigned > length=std::nullopt)
 Returns a random .
 
std::string faker::word::words (unsigned numberOfWords=1)
 Returns a string containing a number of space separated random words.
 
std::string_view faker::word::adjective (std::optional< unsigned > length=std::nullopt)
 Returns a random adjective.
 
std::string_view faker::word::adverb (std::optional< unsigned > length=std::nullopt)
 Returns a random adverb.
 
std::string_view faker::word::conjunction (std::optional< unsigned > length=std::nullopt)
 Returns a random conjunction.
 
std::string_view faker::word::interjection (std::optional< unsigned > length=std::nullopt)
 Returns a random interjection.
 
std::string_view faker::word::noun (std::optional< unsigned > length=std::nullopt)
 Returns a random noun.
 
std::string_view faker::word::preposition (std::optional< unsigned > length=std::nullopt)
 Returns a random preposition.
 
std::string_view faker::word::verb (std::optional< unsigned > length=std::nullopt)
 Returns a random verb.
 
FAKER_CXX_EXPORT std::string_view faker::word::sample (std::optional< unsigned > length=std::nullopt)
 Returns a random .
 
FAKER_CXX_EXPORT std::string faker::word::words (unsigned numberOfWords=1)
 Returns a string containing a number of space separated random words.
 
FAKER_CXX_EXPORT std::string_view faker::word::adjective (std::optional< unsigned > length=std::nullopt)
 Returns a random adjective.
 
FAKER_CXX_EXPORT std::string_view faker::word::adverb (std::optional< unsigned > length=std::nullopt)
 Returns a random adverb.
 
FAKER_CXX_EXPORT std::string_view faker::word::conjunction (std::optional< unsigned > length=std::nullopt)
 Returns a random conjunction.
 
FAKER_CXX_EXPORT std::string_view faker::word::interjection (std::optional< unsigned > length=std::nullopt)
 Returns a random interjection.
 
FAKER_CXX_EXPORT std::string_view faker::word::noun (std::optional< unsigned > length=std::nullopt)
 Returns a random noun.
 
FAKER_CXX_EXPORT std::string_view faker::word::preposition (std::optional< unsigned > length=std::nullopt)
 Returns a random preposition.
 
FAKER_CXX_EXPORT std::string_view faker::word::verb (std::optional< unsigned > length=std::nullopt)
 Returns a random verb.
 
diff --git a/Word_8h.js b/Word_8h.js index 623dee7a6..7f27008f7 100644 --- a/Word_8h.js +++ b/Word_8h.js @@ -1,12 +1,12 @@ var Word_8h = [ - [ "adjective", "Word_8h.html#aac796dde65ebca48c2c8f13c573e8f2f", null ], - [ "adverb", "Word_8h.html#af1aa6d42bad487947ee2f689ba408fc0", null ], - [ "conjunction", "Word_8h.html#abc098fdfbc3aafc972845777809eb804", null ], - [ "interjection", "Word_8h.html#a8e0958090d99910a02a9207eb195ac72", null ], - [ "noun", "Word_8h.html#aa9fba0899d670e8b41578ce7ca6f0649", null ], - [ "preposition", "Word_8h.html#a6dc3f2b0ec7c85a289ae817c8f5fbd82", null ], - [ "sample", "Word_8h.html#a43c692f60960fbf94b050bfe4b8e8e22", null ], - [ "verb", "Word_8h.html#aafc560af719f8bb54443106ccc5ce097", null ], - [ "words", "Word_8h.html#aa25f46ff1050df3e7d8fbaf9c1e43e61", null ] + [ "adjective", "Word_8h.html#af0f10fe34e975d361fd1d286d5073cc2", null ], + [ "adverb", "Word_8h.html#a0d9897ef2f1a2c30d8c375db2a8da628", null ], + [ "conjunction", "Word_8h.html#a6e7e5f4576246ac2b1f086a0ecc2c62f", null ], + [ "interjection", "Word_8h.html#a82ec1a575f056e5c79d2e7bc4e89335d", null ], + [ "noun", "Word_8h.html#aa380bf2a6c8cd76db8fe13d20ff6ccf9", null ], + [ "preposition", "Word_8h.html#ad55c7c834bad43272cfcf0f6bce0aa7b", null ], + [ "sample", "Word_8h.html#a756eef88511091fc80942ab0a1502aaa", null ], + [ "verb", "Word_8h.html#a03ac408bfcf1e583e0e94830bd7e54e8", null ], + [ "words", "Word_8h.html#a3300afd6043c0f11af23e3bd0b9f1782", null ] ]; \ No newline at end of file diff --git a/Word_8h__incl.map b/Word_8h__incl.map index 0b3940c59..f0970d9a6 100644 --- a/Word_8h__incl.map +++ b/Word_8h__incl.map @@ -1,9 +1,11 @@ - + - + - + - + + + diff --git a/Word_8h__incl.md5 b/Word_8h__incl.md5 index 59ef033fc..1afa9505d 100644 --- a/Word_8h__incl.md5 +++ b/Word_8h__incl.md5 @@ -1 +1 @@ -909fa0794d29fbbbcf760483b1418230 \ No newline at end of file +c63d73b08b868778bf333a04bc938342 \ No newline at end of file diff --git a/Word_8h__incl.png b/Word_8h__incl.png index 1dd5f31e8..70b0ff4d7 100644 Binary files a/Word_8h__incl.png and b/Word_8h__incl.png differ diff --git a/Word_8h_source.html b/Word_8h_source.html index 1933faf7b..3c27b46de 100644 --- a/Word_8h_source.html +++ b/Word_8h_source.html @@ -107,39 +107,40 @@
3#include <optional>
4#include <string>
5#include <string_view>
-
6
-
-
7namespace faker::word
-
8{
-
22std::string_view sample(std::optional<unsigned> length = std::nullopt);
-
23
-
36std::string words(unsigned numberOfWords = 1);
-
37
-
51std::string_view adjective(std::optional<unsigned> length = std::nullopt);
-
52
-
66std::string_view adverb(std::optional<unsigned> length = std::nullopt);
-
67
-
81std::string_view conjunction(std::optional<unsigned> length = std::nullopt);
-
82
-
96std::string_view interjection(std::optional<unsigned> length = std::nullopt);
-
97
-
111std::string_view noun(std::optional<unsigned> length = std::nullopt);
-
112
-
126std::string_view preposition(std::optional<unsigned> length = std::nullopt);
-
127
-
141std::string_view verb(std::optional<unsigned> length = std::nullopt);
-
142}
+
6#include "faker-cxx/Export.h"
+
7
+
+
8namespace faker::word
+
9{
+
23FAKER_CXX_EXPORT std::string_view sample(std::optional<unsigned> length = std::nullopt);
+
24
+
37FAKER_CXX_EXPORT std::string words(unsigned numberOfWords = 1);
+
38
+
52FAKER_CXX_EXPORT std::string_view adjective(std::optional<unsigned> length = std::nullopt);
+
53
+
67FAKER_CXX_EXPORT std::string_view adverb(std::optional<unsigned> length = std::nullopt);
+
68
+
82FAKER_CXX_EXPORT std::string_view conjunction(std::optional<unsigned> length = std::nullopt);
+
83
+
97FAKER_CXX_EXPORT std::string_view interjection(std::optional<unsigned> length = std::nullopt);
+
98
+
112FAKER_CXX_EXPORT std::string_view noun(std::optional<unsigned> length = std::nullopt);
+
113
+
127FAKER_CXX_EXPORT std::string_view preposition(std::optional<unsigned> length = std::nullopt);
+
128
+
142FAKER_CXX_EXPORT std::string_view verb(std::optional<unsigned> length = std::nullopt);
+
143}
-
Definition Word.h:8
-
std::string_view sample(std::optional< unsigned > length=std::nullopt)
Returns a random .
-
std::string_view preposition(std::optional< unsigned > length=std::nullopt)
Returns a random preposition.
-
std::string_view interjection(std::optional< unsigned > length=std::nullopt)
Returns a random interjection.
-
std::string words(unsigned numberOfWords=1)
Returns a string containing a number of space separated random words.
-
std::string_view noun(std::optional< unsigned > length=std::nullopt)
Returns a random noun.
-
std::string_view adjective(std::optional< unsigned > length=std::nullopt)
Returns a random adjective.
-
std::string_view verb(std::optional< unsigned > length=std::nullopt)
Returns a random verb.
-
std::string_view conjunction(std::optional< unsigned > length=std::nullopt)
Returns a random conjunction.
-
std::string_view adverb(std::optional< unsigned > length=std::nullopt)
Returns a random adverb.
+
Definition Word.h:9
+
FAKER_CXX_EXPORT std::string_view verb(std::optional< unsigned > length=std::nullopt)
Returns a random verb.
+
FAKER_CXX_EXPORT std::string_view adverb(std::optional< unsigned > length=std::nullopt)
Returns a random adverb.
+
FAKER_CXX_EXPORT std::string words(unsigned numberOfWords=1)
Returns a string containing a number of space separated random words.
+
FAKER_CXX_EXPORT std::string_view conjunction(std::optional< unsigned > length=std::nullopt)
Returns a random conjunction.
+
FAKER_CXX_EXPORT std::string_view sample(std::optional< unsigned > length=std::nullopt)
Returns a random .
+
FAKER_CXX_EXPORT std::string_view interjection(std::optional< unsigned > length=std::nullopt)
Returns a random interjection.
+
FAKER_CXX_EXPORT std::string_view noun(std::optional< unsigned > length=std::nullopt)
Returns a random noun.
+
FAKER_CXX_EXPORT std::string_view preposition(std::optional< unsigned > length=std::nullopt)
Returns a random preposition.
+
FAKER_CXX_EXPORT std::string_view adjective(std::optional< unsigned > length=std::nullopt)
Returns a random adjective.
diff --git a/doxygen_crawl.html b/doxygen_crawl.html index f29a456ad..331fc2e4d 100644 --- a/doxygen_crawl.html +++ b/doxygen_crawl.html @@ -245,141 +245,140 @@ - - - - - + + + + - - - + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - + + - - - - - + + + + + - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + @@ -391,15 +390,16 @@ - + + + + - - - + @@ -428,78 +428,80 @@ - - - + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + + - - - - - - + + + + + + - + - + + - - + + - - - + + - - - - - - - - - - - + + + + + + + + + + + + + @@ -511,31 +513,29 @@ + - - - - - - - - + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -553,38 +553,38 @@ - - - - - - - + + + + + + + - - - + + + - - - - - - + + + + + + - - - + + + - - - - - - - - + + + + + + + + @@ -620,20 +620,22 @@ - + + + + + + + - - - - + - @@ -643,20 +645,18 @@ - - - - - + + + - - - - - - - - + + + + + + + + @@ -889,100 +889,100 @@ - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - + + + + + - - - - - + + + + - + + - - - - - - - - - - - - + + + + + + + + + + + - + + - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + - - - - + + + + - + - - - - - - - - - + + + + + + + + + @@ -1002,140 +1002,139 @@ - - - - - + + + + - - - + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - + + - - - - - + + + + + - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + @@ -1147,15 +1146,16 @@ - + + + + - - - + @@ -1184,77 +1184,79 @@ - - - + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + + - - - - - - + + + + + + - + - + + - - + + - - - + + - - - - - - - - - - - + + + + + + + + + + + + + @@ -1266,31 +1268,29 @@ + - - - - - - - - + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -1308,37 +1308,37 @@ - - - - - - - + + + + + + + - - - + + + - - - - - - + + + + + + - - - + + + - - - - - - - - + + + + + + + + @@ -1374,20 +1374,22 @@ - + + + + + + + - - - - + - @@ -1397,20 +1399,18 @@ - - - - - + + + - - - - - - - - + + + + + + + + @@ -1643,99 +1643,99 @@ - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - + + + + + - - - - - + + + + - + + - - - - - - - - - - - - + + + + + + + + + + + - + + - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + - - - - + + + + - + - - - - - - - - - + + + + + + + + + diff --git a/namespacefaker.js b/namespacefaker.js index 75e116041..eabf7130d 100644 --- a/namespacefaker.js +++ b/namespacefaker.js @@ -2,151 +2,151 @@ var namespacefaker = [ [ "airline", "namespacefaker_1_1airline.html", "namespacefaker_1_1airline" ], [ "animal", "namespacefaker_1_1animal.html", [ - [ "bear", "namespacefaker_1_1animal.html#ad5a021941b3217ad85b9bb6468c64afa", null ], - [ "bird", "namespacefaker_1_1animal.html#a659735cbc4de972ba3f35f63ec0d27fe", null ], - [ "cat", "namespacefaker_1_1animal.html#aa1894f1a60279ce88fd47715468317ed", null ], - [ "cetacean", "namespacefaker_1_1animal.html#afc0e7f6df112ea944eb28f7e8869b9ba", null ], - [ "cow", "namespacefaker_1_1animal.html#a92590354ef84eee387f11e3d2bcfddb0", null ], - [ "crocodile", "namespacefaker_1_1animal.html#aeb60e91e3ae3b4e5f19cee1de63fd932", null ], - [ "dog", "namespacefaker_1_1animal.html#ab60c2887a217aab604aa5cf101f2111e", null ], - [ "fish", "namespacefaker_1_1animal.html#ac6d69638f497ee4a4f5bfc8736d77a7a", null ], - [ "horse", "namespacefaker_1_1animal.html#ad84c7f5ba8970e062cec1cf582d93cb8", null ], - [ "insect", "namespacefaker_1_1animal.html#a441d3ba5a0f83f0d9a0ddd65f404ddcd", null ], - [ "lion", "namespacefaker_1_1animal.html#a0b33cb7ee5223c144bb3a1830cebf2c7", null ], - [ "rabbit", "namespacefaker_1_1animal.html#aab77f3014ecba0275f7174123241341a", null ], - [ "rodent", "namespacefaker_1_1animal.html#aa465b0c3ad1aff430a1186bb0e70148f", null ], - [ "snake", "namespacefaker_1_1animal.html#a36ed9fa5bb3848c736f5f8b90feda27c", null ], - [ "type", "namespacefaker_1_1animal.html#a0a1db024b1b8739ed5f1958ef8b6a7d9", null ] + [ "bear", "namespacefaker_1_1animal.html#a1ef73aba70cae19b9c641358f98aa95e", null ], + [ "bird", "namespacefaker_1_1animal.html#a08d156573d0833f51a1801eb304b17e7", null ], + [ "cat", "namespacefaker_1_1animal.html#a4ae8c4c6f1f5bb5e752123bbd4a703bc", null ], + [ "cetacean", "namespacefaker_1_1animal.html#a80fac2d14544020b80c868a20c64b449", null ], + [ "cow", "namespacefaker_1_1animal.html#a19537578e35dd0b29c0795b6f15a229a", null ], + [ "crocodile", "namespacefaker_1_1animal.html#afded126e2aec909fd65966de87a55b66", null ], + [ "dog", "namespacefaker_1_1animal.html#ac9fadd9047d359167a80c26a072d3c83", null ], + [ "fish", "namespacefaker_1_1animal.html#acb99c0a7f282644bcf634def0242d64d", null ], + [ "horse", "namespacefaker_1_1animal.html#a8afb736853a9d86a7bd677c7d3efcb6d", null ], + [ "insect", "namespacefaker_1_1animal.html#a8c4897c2f0595d2dfc7078eb69162467", null ], + [ "lion", "namespacefaker_1_1animal.html#adfd4d918152dc948148116834c308bcf", null ], + [ "rabbit", "namespacefaker_1_1animal.html#a9d703f755381a685727eb7fb8647432a", null ], + [ "rodent", "namespacefaker_1_1animal.html#a28047a3b51fe323aced748c28d803260", null ], + [ "snake", "namespacefaker_1_1animal.html#a2ccedc3f16ba5fb6c4f5eeb2c6c054db", null ], + [ "type", "namespacefaker_1_1animal.html#af243dbc79d1b5d6b5a0d4cd629e23800", null ] ] ], [ "book", "namespacefaker_1_1book.html", [ - [ "author", "namespacefaker_1_1book.html#a9d0b2419884e08a03abcaf3eab1404f8", null ], - [ "format", "namespacefaker_1_1book.html#a2cc4b90b4520f1c6270b75c04bb6d9e9", null ], - [ "genre", "namespacefaker_1_1book.html#a386ea74bfcbe29d2ee6d548b84d22913", null ], - [ "publisher", "namespacefaker_1_1book.html#af7a880b84f03ecde0682f5f6902cce36", null ], - [ "series", "namespacefaker_1_1book.html#ade2c418d498da58f35ef8d2598695bac", null ], - [ "title", "namespacefaker_1_1book.html#ae4056294f2921db836fcbfc6ab7a989a", null ] + [ "author", "namespacefaker_1_1book.html#a79b26014c07fdacac3e0577c0c42deb4", null ], + [ "format", "namespacefaker_1_1book.html#a82befa5a03d3cbaf833aae155d6aa59d", null ], + [ "genre", "namespacefaker_1_1book.html#a54abd69be2c8c7cc922be0e96ba3a4e4", null ], + [ "publisher", "namespacefaker_1_1book.html#a1fa4a557140820ec75d9411d082950f6", null ], + [ "series", "namespacefaker_1_1book.html#a3ed50eb1ee042cf87f5cddc940578e20", null ], + [ "title", "namespacefaker_1_1book.html#af6280d543f49b04263f1efd7b3399bd5", null ] ] ], [ "color", "namespacefaker_1_1color.html", [ - [ "cmyk", "namespacefaker_1_1color.html#af9489b47125df91562d9dfe74baa48d6", null ], - [ "hex", "namespacefaker_1_1color.html#a6898fd424937d70c224b2e865ee95c36", null ], - [ "hsb", "namespacefaker_1_1color.html#a2a9fbb291d06dac5bbf080df7f071029", null ], - [ "hsl", "namespacefaker_1_1color.html#acfeb67e5d7107fb3458dd1f85f92cca0", null ], - [ "hsv", "namespacefaker_1_1color.html#a211a94576870c858386db5f385e431c9", null ], - [ "lab", "namespacefaker_1_1color.html#aa663b09a8bbd624fda6d1be5e3bfdc9e", null ], - [ "lch", "namespacefaker_1_1color.html#a816a0c0be275b89b64c35ecf2cc4f28a", null ], - [ "name", "namespacefaker_1_1color.html#a2a16d64d3382baf7f172b4202339d0cd", null ], - [ "rgb", "namespacefaker_1_1color.html#a7cb3694851af1b3ff9d8749a79a8edbc", null ], - [ "yuv", "namespacefaker_1_1color.html#aa19e81ff75573b59f41c95efc2b72f21", null ] + [ "cmyk", "namespacefaker_1_1color.html#a029e95b2d93b04c1b07ecf8e1942f690", null ], + [ "hex", "namespacefaker_1_1color.html#ad77b26473e833e142dbcf4b7eb40151d", null ], + [ "hsb", "namespacefaker_1_1color.html#a95505c20701451ee42aba82bc5209264", null ], + [ "hsl", "namespacefaker_1_1color.html#a036bd0fa934a250f82eeb08c6a74bfcd", null ], + [ "hsv", "namespacefaker_1_1color.html#a125a5d22271e5883e4b4c939324eabcf", null ], + [ "lab", "namespacefaker_1_1color.html#afd8333f4cc9596e3819ad009f6080528", null ], + [ "lch", "namespacefaker_1_1color.html#a7c586ab6590f34db1170dbd586bf18b1", null ], + [ "name", "namespacefaker_1_1color.html#a293bb321a832653d0436df1fcdccacbf", null ], + [ "rgb", "namespacefaker_1_1color.html#af6a5bd8e9feb97f01ef3a41621cec14a", null ], + [ "yuv", "namespacefaker_1_1color.html#a8e30cdd5e0f2d52ca7a21c37a5843d3f", null ] ] ], [ "commerce", "namespacefaker_1_1commerce.html", [ - [ "department", "namespacefaker_1_1commerce.html#ad82d35d974f7c505ea154b563fed6e30", null ], - [ "discountType", "namespacefaker_1_1commerce.html#ad09a0936789345df3fab4e73032147d5", null ], - [ "EAN13", "namespacefaker_1_1commerce.html#a6838409b7aefcb1c2d5e9f15baec5652", null ], - [ "EAN8", "namespacefaker_1_1commerce.html#ac9821a0d4e9cee4261d9018e73ae2c63", null ], - [ "ISBN10", "namespacefaker_1_1commerce.html#a2912ccbb9ff253974228ad4ba91cf143", null ], - [ "ISBN13", "namespacefaker_1_1commerce.html#adeaebda5734246f7a724728201b1defe", null ], - [ "orderStatus", "namespacefaker_1_1commerce.html#aafc87028ca92f0d8b3eaad0cb363d667", null ], - [ "paymentProvider", "namespacefaker_1_1commerce.html#ae6c4f540f2ed5a7c831ff3bade441073", null ], - [ "paymentType", "namespacefaker_1_1commerce.html#a3838977c5ae5445441d48b56964213c7", null ], - [ "productAdjective", "namespacefaker_1_1commerce.html#affe41436fe6e1ebc5eb09befcb6f53e6", null ], - [ "productCategory", "namespacefaker_1_1commerce.html#a0320bc93f754b7eb9eeed858c7344248", null ], - [ "productDescription", "namespacefaker_1_1commerce.html#abc27276e3d8e93ad18a501f73ec99fbe", null ], - [ "productFullName", "namespacefaker_1_1commerce.html#a921e1417a9fe438394af78ec4b8e4c8d", null ], - [ "productMaterial", "namespacefaker_1_1commerce.html#acebbf2cef45c94ac4f39b311d25e8223", null ], - [ "productName", "namespacefaker_1_1commerce.html#ad48fbf50a107c6de20d6540c0b00cba1", null ], - [ "productReview", "namespacefaker_1_1commerce.html#ac84968174c317bd952598cd1281dec37", null ], - [ "shippingCarrier", "namespacefaker_1_1commerce.html#a344044b0da3517b9d968ccf5c8610a80", null ], - [ "sku", "namespacefaker_1_1commerce.html#a9413d659f705402cba84ece0c5ec879c", null ] + [ "department", "namespacefaker_1_1commerce.html#aa827bdcf2a4e231ef3cbc4acf919f3d7", null ], + [ "discountType", "namespacefaker_1_1commerce.html#a3963d6ad53009787e4c657207c8c02aa", null ], + [ "EAN13", "namespacefaker_1_1commerce.html#ae29ab09dde346d41b789676f98b8acde", null ], + [ "EAN8", "namespacefaker_1_1commerce.html#a9542b2c498314999484d775dedcad584", null ], + [ "ISBN10", "namespacefaker_1_1commerce.html#ab0f57fa4c4048bf1f650a9c01260a1dd", null ], + [ "ISBN13", "namespacefaker_1_1commerce.html#ad139ddf45f996ffb8bb46300b5c45d2a", null ], + [ "orderStatus", "namespacefaker_1_1commerce.html#a13a93e336f165d20d12b8ec87f0474d3", null ], + [ "paymentProvider", "namespacefaker_1_1commerce.html#aaee3e8a8ac13ef1bca94ea4a2ae64bbb", null ], + [ "paymentType", "namespacefaker_1_1commerce.html#a4c926b19d1b601b79a969156b45eae9d", null ], + [ "productAdjective", "namespacefaker_1_1commerce.html#a0767f0edbfc021d21149d2583476b3b3", null ], + [ "productCategory", "namespacefaker_1_1commerce.html#a7f2067928a50de564287aa5e0753445a", null ], + [ "productDescription", "namespacefaker_1_1commerce.html#a0e9144b0cacc99897b9588054e7144e4", null ], + [ "productFullName", "namespacefaker_1_1commerce.html#aabfaaadc046e4e018c27ed9c57337d00", null ], + [ "productMaterial", "namespacefaker_1_1commerce.html#a5018e5e2b10219564480dfef0296e8d1", null ], + [ "productName", "namespacefaker_1_1commerce.html#ad124314928b407f6d0a8ac49e73202e3", null ], + [ "productReview", "namespacefaker_1_1commerce.html#a20b4871d2883313f9dbbf4705c27fba9", null ], + [ "shippingCarrier", "namespacefaker_1_1commerce.html#a4cccf9c8c2dc76301d318ffd6a9f871f", null ], + [ "sku", "namespacefaker_1_1commerce.html#a0918e8976829a3294edab1bece0dd282", null ] ] ], [ "company", "namespacefaker_1_1company.html", [ - [ "buzzAdjective", "namespacefaker_1_1company.html#aaf120e7adb5e24d8d94f479576a9e8c7", null ], - [ "buzzNoun", "namespacefaker_1_1company.html#a50624bd179518d6d5166255f0264dab9", null ], - [ "buzzPhrase", "namespacefaker_1_1company.html#ad422fd122239ff98caf2f6a45f35283c", null ], - [ "buzzVerb", "namespacefaker_1_1company.html#a21797f2223123548175f7d5dd2c45f6f", null ], - [ "catchPhrase", "namespacefaker_1_1company.html#a608ea4e643a21838e4795171f26da534", null ], - [ "catchPhraseAdjective", "namespacefaker_1_1company.html#ae291000bf7d9a9c05df42d81e8636d1b", null ], - [ "catchPhraseDescriptor", "namespacefaker_1_1company.html#a9195068e45b08b5a63eab35e7aed8ed2", null ], - [ "catchPhraseNoun", "namespacefaker_1_1company.html#a24534f4c4a1de600425e21b6735119c7", null ], - [ "industry", "namespacefaker_1_1company.html#aa030fd86bdd5c05c7b0b4dac879bb195", null ], - [ "name", "namespacefaker_1_1company.html#aedaea9cbddd9eaee8057bae2b5d00881", null ], - [ "type", "namespacefaker_1_1company.html#a185d71b9899abe7d59ab03e428a6c001", null ] + [ "buzzAdjective", "namespacefaker_1_1company.html#a02b67ebf0ef4b30a7a48776b158e105a", null ], + [ "buzzNoun", "namespacefaker_1_1company.html#a1099f8aca6deb4fc3c00c3df3e04bc80", null ], + [ "buzzPhrase", "namespacefaker_1_1company.html#a1e590c592a3cdbf5583383ee859f74d7", null ], + [ "buzzVerb", "namespacefaker_1_1company.html#a94c98fe534829a1d8a017ceea772d07a", null ], + [ "catchPhrase", "namespacefaker_1_1company.html#a04a7737b2377799810caba6a6b0311ee", null ], + [ "catchPhraseAdjective", "namespacefaker_1_1company.html#a8a13dd8359d3aa09f1e2d191b2e22b67", null ], + [ "catchPhraseDescriptor", "namespacefaker_1_1company.html#a2d7397f6a1cbbae0bc3b3337094ac407", null ], + [ "catchPhraseNoun", "namespacefaker_1_1company.html#a0136b25088ae46b23aefdd19eaebcc64", null ], + [ "industry", "namespacefaker_1_1company.html#ae40143ae16868dff4073b9b1c8aff922", null ], + [ "name", "namespacefaker_1_1company.html#a7694dca1bd7ccd65e4303695231a561b", null ], + [ "type", "namespacefaker_1_1company.html#a4d010c731f63c97b86e98c5a885982bb", null ] ] ], [ "computer", "namespacefaker_1_1computer.html", [ - [ "cpuManufacture", "namespacefaker_1_1computer.html#ac272f6f7e228c77cec54bdefd58b7a41", null ], - [ "cpuModel", "namespacefaker_1_1computer.html#a1a8018745b4f746c85ada0d00c428302", null ], - [ "cpuType", "namespacefaker_1_1computer.html#a1445ef66e34b2f2811dbde13905744e8", null ], - [ "gpuManufacture", "namespacefaker_1_1computer.html#a4d2198f1c433983669b98d2d5ad1e0c0", null ], - [ "gpuModel", "namespacefaker_1_1computer.html#a4b2afda0343805a317cbbef153f95070", null ], - [ "gpuType", "namespacefaker_1_1computer.html#a129044c205970b896af574040c811309", null ], - [ "manufacture", "namespacefaker_1_1computer.html#a2e1e0d1b5be6cd870d435c28e14afab5", null ], - [ "model", "namespacefaker_1_1computer.html#a22dba3b61b9d661ef45a85935dba673a", null ], - [ "type", "namespacefaker_1_1computer.html#ac8ed21325d22c8f1c9683ac4a25235eb", null ] + [ "cpuManufacture", "namespacefaker_1_1computer.html#a26788ac0f00d882230486c044744ac7f", null ], + [ "cpuModel", "namespacefaker_1_1computer.html#a093f50dbdf26d934988407db4ddb8e16", null ], + [ "cpuType", "namespacefaker_1_1computer.html#a075c7fa201d569f296840ed267aa4216", null ], + [ "gpuManufacture", "namespacefaker_1_1computer.html#a8dfa6197c1a88cb563fc58cbf3b882d7", null ], + [ "gpuModel", "namespacefaker_1_1computer.html#a6b12fd59524206a1f64c4bac4c29ef13", null ], + [ "gpuType", "namespacefaker_1_1computer.html#a3f1a6271d6f0032ff69d76db28a22fd7", null ], + [ "manufacture", "namespacefaker_1_1computer.html#afa3d83aaa0399142a21970d2bc329edc", null ], + [ "model", "namespacefaker_1_1computer.html#a712bfacd76cd87d0ce5e8a2d93273d1c", null ], + [ "type", "namespacefaker_1_1computer.html#a24a49de08b310a9df270659df74f0cc2", null ] ] ], [ "crypto", "namespacefaker_1_1crypto.html", [ - [ "md5", "namespacefaker_1_1crypto.html#aca6b050a572d5b0d1b32aae6b0605fbe", null ], - [ "sha256", "namespacefaker_1_1crypto.html#ac680a4d48103e883fe3186ba9e9e5452", null ] + [ "md5", "namespacefaker_1_1crypto.html#a5e9c5db10e82dd4afad22511819ef820", null ], + [ "sha256", "namespacefaker_1_1crypto.html#a06acc630cf1abe98fd1066949da9d016", null ] ] ], [ "database", "namespacefaker_1_1database.html", [ - [ "collation", "namespacefaker_1_1database.html#a5fdb711ada0fdfa1de5a63b14b02039e", null ], - [ "columnName", "namespacefaker_1_1database.html#afd03a8acb1afe9736aadf87f90633ecd", null ], - [ "columnType", "namespacefaker_1_1database.html#a906ea40d11272610e628c66aa49c4850", null ], - [ "engine", "namespacefaker_1_1database.html#a5cab35a30ce9cbd4993f53b50b9c493a", null ], - [ "mongoDbObjectId", "namespacefaker_1_1database.html#a06d4531d8ebee723a64d5e605720f81b", null ] + [ "collation", "namespacefaker_1_1database.html#ae1ebadd76d9acf879550afa079a7d85e", null ], + [ "columnName", "namespacefaker_1_1database.html#ac0c09a15dcf68e481cbeed982afec8e8", null ], + [ "columnType", "namespacefaker_1_1database.html#a7f177a373a20b623abf49161985d4eb6", null ], + [ "engine", "namespacefaker_1_1database.html#a39ae277261458288680c1a71301b187a", null ], + [ "mongoDbObjectId", "namespacefaker_1_1database.html#a2823b233f41e9820d5d205e515394b73", null ] ] ], [ "datatype", "namespacefaker_1_1datatype.html", [ - [ "boolean", "namespacefaker_1_1datatype.html#a034365c43eb802729f01cce05d0088e1", null ], - [ "boolean", "namespacefaker_1_1datatype.html#a35179e705e5cfcfcb9596b0da1a1242c", null ] + [ "boolean", "namespacefaker_1_1datatype.html#a6e8fea28b1cf18124cb1c854496b35c2", null ], + [ "boolean", "namespacefaker_1_1datatype.html#a3f0613615165573f77dba5349bb00241", null ] ] ], [ "date", "namespacefaker_1_1date.html", [ [ "DateFormat", "namespacefaker_1_1date.html#a0a1ec9647c68eb08f4f47d162a424c5a", [ [ "ISO", "namespacefaker_1_1date.html#a0a1ec9647c68eb08f4f47d162a424c5aa5b512ee8a59deb284ad0a6a035ba10b1", null ], [ "Timestamp", "namespacefaker_1_1date.html#a0a1ec9647c68eb08f4f47d162a424c5aaa3d5de3eac8bb00ae86fd1a1005f1500", null ] ] ], - [ "birthdateByAge", "namespacefaker_1_1date.html#a0f2c5e2430ef4e3f863fde934e9f9a72", null ], - [ "birthdateByYear", "namespacefaker_1_1date.html#ad362334610ede9252c38809c19b691fa", null ], - [ "dayOfMonth", "namespacefaker_1_1date.html#a40731b59bf9f968161e5e8a40b6da285", null ], - [ "dayOfWeek", "namespacefaker_1_1date.html#a80007e39c28b549d82bf8c46ea34edb9", null ], - [ "futureDate", "namespacefaker_1_1date.html#a71d54b26dfde4f3bbbb405ef4038e2df", null ], - [ "hour", "namespacefaker_1_1date.html#a708cc29034e0f39032c3e5777c2bac3a", null ], - [ "minute", "namespacefaker_1_1date.html#a3e4a11917f02c74982a19c041a778248", null ], - [ "month", "namespacefaker_1_1date.html#a290ee5d52b8e9ba3e2900903013f6563", null ], - [ "monthAbbreviatedName", "namespacefaker_1_1date.html#a6389d9132d8e5737bd9a8349c3b0e7c4", null ], - [ "monthName", "namespacefaker_1_1date.html#aa0791554490056b7a93bd0bc5e2c6f7f", null ], - [ "pastDate", "namespacefaker_1_1date.html#a3e1ddbf5cf8fdd4455e5cae8da3cc350", null ], - [ "recentDate", "namespacefaker_1_1date.html#a3a426b7a147f5b2ab7d513a35a339bc6", null ], - [ "second", "namespacefaker_1_1date.html#a6c1918f3fe9464f2936ece5a2da0a610", null ], - [ "soonDate", "namespacefaker_1_1date.html#ae0f18676171909188918c0b2f120e038", null ], - [ "time", "namespacefaker_1_1date.html#a69af6c0dbea8355b8b03005d2a37c6ac", null ], - [ "timezoneRandom", "namespacefaker_1_1date.html#a1d428d0b411754e97e1c69fb5f9040c8", null ], - [ "weekdayAbbreviatedName", "namespacefaker_1_1date.html#ac23d976039ae3ccc90dbd91555c364dc", null ], - [ "weekdayName", "namespacefaker_1_1date.html#a0bbd9e5c72ba004e80cee50d507419c3", null ], - [ "year", "namespacefaker_1_1date.html#ad9fc8589a8b780696d661b00884df7a0", null ] + [ "birthdateByAge", "namespacefaker_1_1date.html#a9de04d3e50ab9057ab7a92ed858a744a", null ], + [ "birthdateByYear", "namespacefaker_1_1date.html#a46e98c27b1c6f313b918cb64d99a5d30", null ], + [ "dayOfMonth", "namespacefaker_1_1date.html#a2f69901ef0b2b4882da4b46a971218cc", null ], + [ "dayOfWeek", "namespacefaker_1_1date.html#a845e23281b58f0068e14c225cb90afd9", null ], + [ "futureDate", "namespacefaker_1_1date.html#a3dba0cb591adb200b75a1db57785054d", null ], + [ "hour", "namespacefaker_1_1date.html#a0c4ce65b05670d9bca85c5ed06c2a80e", null ], + [ "minute", "namespacefaker_1_1date.html#a49644833493f4599027c7d332e04e26d", null ], + [ "month", "namespacefaker_1_1date.html#aebfe1d2284e37ee6b434694b976bf120", null ], + [ "monthAbbreviatedName", "namespacefaker_1_1date.html#af25ba3f294ef24501adb2fbf5bf60ace", null ], + [ "monthName", "namespacefaker_1_1date.html#a2aa60eea8e85d6a742d00b57069ac82a", null ], + [ "pastDate", "namespacefaker_1_1date.html#a9b296cf77ba7fc42a060cd0aac3d3962", null ], + [ "recentDate", "namespacefaker_1_1date.html#a304545ffe96dbde52e3a36d1d5a0044c", null ], + [ "second", "namespacefaker_1_1date.html#aea16f01309c7b8134454035b8bf88617", null ], + [ "soonDate", "namespacefaker_1_1date.html#a66bb0c111599b5ac0162cc36bffe9519", null ], + [ "time", "namespacefaker_1_1date.html#a10f6e0dcbe0cb97b26f1f0df9adf5a4c", null ], + [ "timezoneRandom", "namespacefaker_1_1date.html#a3b64cd681a80d13f373ae79958c72113", null ], + [ "weekdayAbbreviatedName", "namespacefaker_1_1date.html#aedf7f0dce5432f069ff57acaed0aa7e0", null ], + [ "weekdayName", "namespacefaker_1_1date.html#aac708c24548f17807e72646e385f298c", null ], + [ "year", "namespacefaker_1_1date.html#a768e70b0a52f6ccd31ba84b33167b975", null ] ] ], [ "finance", "namespacefaker_1_1finance.html", "namespacefaker_1_1finance" ], [ "food", "namespacefaker_1_1food.html", [ - [ "alcoholicBeverage", "namespacefaker_1_1food.html#aefba0c47fe6e5467a9ddddce257adcd2", null ], - [ "dishName", "namespacefaker_1_1food.html#ad126c3e3da96b38d777cf20cb10bdd78", null ], - [ "foodCategory", "namespacefaker_1_1food.html#a0d867a40e079d6ac464007642c60f221", null ], - [ "fruit", "namespacefaker_1_1food.html#a6404af0445ed5723b97ef9171132d75b", null ], - [ "grain", "namespacefaker_1_1food.html#a5479ec88ff85aadfbad730b33af548cc", null ], - [ "meat", "namespacefaker_1_1food.html#ae03809d8d07ae2c4eb8818d0e6655a66", null ], - [ "milkProduct", "namespacefaker_1_1food.html#afc951542f8a95521402ab87cbdeb71f2", null ], - [ "nonalcoholicBeverage", "namespacefaker_1_1food.html#a8c93736673dbce43e6014943f7e75e8a", null ], - [ "nut", "namespacefaker_1_1food.html#ad5f3d82bec0d75c1c2181c2f48c5a8bd", null ], - [ "oil", "namespacefaker_1_1food.html#ac8bcd44c8ebf005d77cf4c64b1cf4311", null ], - [ "seafood", "namespacefaker_1_1food.html#aa2586db301f6a26b8f9ccfdb333fd293", null ], - [ "seed", "namespacefaker_1_1food.html#ae54dacb21cbc5f95841e93fd26a1dc0d", null ], - [ "sugarProduct", "namespacefaker_1_1food.html#ae7eaeb0123298f884a750f1c6355cacd", null ], - [ "vegetable", "namespacefaker_1_1food.html#adc32e2b1001e920bdf8ab07208a4836b", null ] + [ "alcoholicBeverage", "namespacefaker_1_1food.html#a242b623a082b6729ddc0ca5b06e08a37", null ], + [ "dishName", "namespacefaker_1_1food.html#a342e20d575c9e53b2fff85f9c9744e57", null ], + [ "foodCategory", "namespacefaker_1_1food.html#ade6002cb3bafb7bced418d2d1c256f72", null ], + [ "fruit", "namespacefaker_1_1food.html#a6e3f30c718598e29f6c5db9b42374033", null ], + [ "grain", "namespacefaker_1_1food.html#a524958b3f779590a3e7d781bdeb58f22", null ], + [ "meat", "namespacefaker_1_1food.html#adfa2995adb916eff7d864e830bc05b92", null ], + [ "milkProduct", "namespacefaker_1_1food.html#acea2316e65fbcaa8958179a1a1e688a8", null ], + [ "nonalcoholicBeverage", "namespacefaker_1_1food.html#ab60ef0fff7acc273fd2317c469f9bd2a", null ], + [ "nut", "namespacefaker_1_1food.html#abac00f1ce6f9b49dff1548efa5a2d017", null ], + [ "oil", "namespacefaker_1_1food.html#adb306cd2fc489aac94d9c03ad6013116", null ], + [ "seafood", "namespacefaker_1_1food.html#a1afd0c7bce41f172f409956650b80401", null ], + [ "seed", "namespacefaker_1_1food.html#a5f50d39d0da2d04f87d1fada468c2682", null ], + [ "sugarProduct", "namespacefaker_1_1food.html#a3b58938e421e79f85126d4ef3b6e4280", null ], + [ "vegetable", "namespacefaker_1_1food.html#a7ab3916e74c59914e97c64334821e5c7", null ] ] ], [ "git", "namespacefaker_1_1git.html", "namespacefaker_1_1git" ], [ "hacker", "namespacefaker_1_1hacker.html", [ - [ "abbreviation", "namespacefaker_1_1hacker.html#acd6a81ea49b6b20fa8611419512ee10f", null ], - [ "adjective", "namespacefaker_1_1hacker.html#ad20638e4e69212401bdd7cd718966be6", null ], - [ "ingverb", "namespacefaker_1_1hacker.html#a219461f5eefdaaf572b263562fe2e025", null ], - [ "noun", "namespacefaker_1_1hacker.html#a48cf993e09f6ac0160250bc5452df5b9", null ], - [ "phrase", "namespacefaker_1_1hacker.html#a1f5e5a7c6d0d4e1e1cbf7760cc6c73fe", null ], - [ "verb", "namespacefaker_1_1hacker.html#a613dfcf29afe110dfc1cb85337da5d9b", null ] + [ "abbreviation", "namespacefaker_1_1hacker.html#acda247954f20cfd70336242b02bcdd1d", null ], + [ "adjective", "namespacefaker_1_1hacker.html#ab145eeeb1541c504518051e74bb1d6c0", null ], + [ "ingverb", "namespacefaker_1_1hacker.html#a88bf4b9f6a06f804c206f51d36e3831d", null ], + [ "noun", "namespacefaker_1_1hacker.html#af4138bc944b402d9563120e50750aa26", null ], + [ "phrase", "namespacefaker_1_1hacker.html#ab8e34e7b1172882cf567b0106779214c", null ], + [ "verb", "namespacefaker_1_1hacker.html#a31cdbd8f27c40864c4cc622de9ac4a14", null ] ] ], [ "helper", "namespacefaker_1_1helper.html", "namespacefaker_1_1helper" ], [ "internet", "namespacefaker_1_1internet.html", "namespacefaker_1_1internet" ], @@ -168,46 +168,46 @@ var namespacefaker = [ "Ukraine", "namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030af01fc92b23faa973f3492a23d5a705c5", null ], [ "Usa", "namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030a867f8282a36dd6525c3d40744a92fcf8", null ] ] ], - [ "buildingNumber", "namespacefaker_1_1location.html#a09b8498a7d2d89f02e0002e494b4c41c", null ], - [ "city", "namespacefaker_1_1location.html#a067df038502723c706785d79bc18f4cf", null ], - [ "country", "namespacefaker_1_1location.html#a31317ea37043cb3b0f2cdc85c121424b", null ], - [ "countryCode", "namespacefaker_1_1location.html#a0b8614d8dd7e662d30d204a17eb5b7fe", null ], - [ "direction", "namespacefaker_1_1location.html#a3143e2d38681d13edc6750d6d8b5184a", null ], - [ "latitude", "namespacefaker_1_1location.html#a52b5a116bca1c7a1a98b45bdad013ba8", null ], - [ "longitude", "namespacefaker_1_1location.html#aa0bacdc2268c1cbffb1d5eb74373d041", null ], - [ "secondaryAddress", "namespacefaker_1_1location.html#a4b96853a96e548cff475f1170b286b10", null ], - [ "state", "namespacefaker_1_1location.html#af3882d9587e1ce076387b07a692fb5f6", null ], - [ "street", "namespacefaker_1_1location.html#a06463ed236a1f2dbe60f2a84f9ce0743", null ], - [ "streetAddress", "namespacefaker_1_1location.html#a633a99e95359a5ad5d8e9bbae1faeb77", null ], - [ "timeZone", "namespacefaker_1_1location.html#a014218ed9be5b10bda09800d51831e23", null ], - [ "zipCode", "namespacefaker_1_1location.html#a49e27bccb036eb542fea02a4e6eaaaa6", null ] + [ "buildingNumber", "namespacefaker_1_1location.html#acfcae308deae2a89a99a9c2d7721d4d7", null ], + [ "city", "namespacefaker_1_1location.html#a5e0b6b68297b82fe7cbabd6b2b644905", null ], + [ "country", "namespacefaker_1_1location.html#abf141f8017e0b97eafedb1c0e2c1037a", null ], + [ "countryCode", "namespacefaker_1_1location.html#a828be7aebeeed04b9afc5019c0b54344", null ], + [ "direction", "namespacefaker_1_1location.html#ad7add8bde67bede1c36d3834cb7fc463", null ], + [ "latitude", "namespacefaker_1_1location.html#a6f11c5eeb8a4a61c0bb36cc98fe93e06", null ], + [ "longitude", "namespacefaker_1_1location.html#a516e1c44a2c518d20eac0f95b664b04c", null ], + [ "secondaryAddress", "namespacefaker_1_1location.html#acdabffd579118713312582c082c33489", null ], + [ "state", "namespacefaker_1_1location.html#a4d00638b4a23f205beca9030a93aa1d6", null ], + [ "street", "namespacefaker_1_1location.html#a310ef73ae962c41f0fb793e932683881", null ], + [ "streetAddress", "namespacefaker_1_1location.html#ae61de04e37a0c3ef796c2e2606accfeb", null ], + [ "timeZone", "namespacefaker_1_1location.html#a6ed54826ac93e3184024ab276321ca3b", null ], + [ "zipCode", "namespacefaker_1_1location.html#a670448b0a8109a4b14b899231fa5da2d", null ] ] ], [ "lorem", "namespacefaker_1_1lorem.html", [ - [ "paragraph", "namespacefaker_1_1lorem.html#a8111a758a08e8c5e1b3bb39388e5abca", null ], - [ "paragraphs", "namespacefaker_1_1lorem.html#aea97ee6a86fb23528a0c8a6672b94bb7", null ], - [ "sentence", "namespacefaker_1_1lorem.html#a92ea31975ddf38f5d5559812f3bd1e10", null ], - [ "sentences", "namespacefaker_1_1lorem.html#aa7cdcb18cb5ab2787431d89336338b2c", null ], - [ "slug", "namespacefaker_1_1lorem.html#a1a74d4c996ca52d1ae14417285610baf", null ], - [ "word", "namespacefaker_1_1lorem.html#ae1d59e6c9dd75a6dd9eddfcf5ccdf418", null ], - [ "words", "namespacefaker_1_1lorem.html#ab8f07baea1dc086f1dd7813468cd93f3", null ] + [ "paragraph", "namespacefaker_1_1lorem.html#ac247a6d5e1427f53953ac3fd699e831f", null ], + [ "paragraphs", "namespacefaker_1_1lorem.html#a2f5442a6de26bf6bd51ffbf1586cdbe3", null ], + [ "sentence", "namespacefaker_1_1lorem.html#a474701bf19dcc2b62a199d540deb96fc", null ], + [ "sentences", "namespacefaker_1_1lorem.html#a375063dbea7caebda30aec4a3fd83775", null ], + [ "slug", "namespacefaker_1_1lorem.html#a083881e3fc0adfc974bfdb6d09bf8970", null ], + [ "word", "namespacefaker_1_1lorem.html#acfe2ea3b024c37b6ab92571404cd6ce4", null ], + [ "words", "namespacefaker_1_1lorem.html#ac8ac32eec75e6335ffdd9e7ba42c88e8", null ] ] ], [ "medicine", "namespacefaker_1_1medicine.html", [ - [ "condition", "namespacefaker_1_1medicine.html#a7130243ac62bdbbd51adff48d57954ca", null ], - [ "medicalTest", "namespacefaker_1_1medicine.html#a75ec9409935c2fb14d7bac089993e790", null ], - [ "specialty", "namespacefaker_1_1medicine.html#a7ba6b45627d6db8d9984a5724860d16b", null ] + [ "condition", "namespacefaker_1_1medicine.html#add3e653f246cc4dc44639728f84260f4", null ], + [ "medicalTest", "namespacefaker_1_1medicine.html#a20de78bbbd9859d1be5a025d1aa67df0", null ], + [ "specialty", "namespacefaker_1_1medicine.html#ae3051b9186cd322160e6f6986c70d49d", null ] ] ], [ "movie", "namespacefaker_1_1movie.html", [ - [ "actor", "namespacefaker_1_1movie.html#abef12d0afe55cb3bb07d75feb3e1842a", null ], - [ "actress", "namespacefaker_1_1movie.html#a158659364c7b687d6d9512027f4633fc", null ], - [ "director", "namespacefaker_1_1movie.html#a1a018a467c4b66a23f841ac419db8484", null ], - [ "genre", "namespacefaker_1_1movie.html#abe69d9192cd7239fa5d42354bf76fda3", null ], - [ "movieTitle", "namespacefaker_1_1movie.html#a201680680355673361e2377359631d7d", null ], - [ "tvShow", "namespacefaker_1_1movie.html#a409df328746370db427ae3033fd284b8", null ] + [ "actor", "namespacefaker_1_1movie.html#a24eac3e1378c496af717f5b78d1f631a", null ], + [ "actress", "namespacefaker_1_1movie.html#a874a0bb72718925b1aa7f9c49a248f76", null ], + [ "director", "namespacefaker_1_1movie.html#ade9b515fd1f418beaae0de18c6b5f5d0", null ], + [ "genre", "namespacefaker_1_1movie.html#a55bae5cf4dbcdd3b785b340f28226128", null ], + [ "movieTitle", "namespacefaker_1_1movie.html#a28cfcb8925096c8bd2a0ce7dd7772645", null ], + [ "tvShow", "namespacefaker_1_1movie.html#a92eaad86bc0027001c6c909c21027e93", null ] ] ], [ "music", "namespacefaker_1_1music.html", [ - [ "artist", "namespacefaker_1_1music.html#af57f6c0d3857f3d34eb480a015607c54", null ], - [ "genre", "namespacefaker_1_1music.html#aa4026ee2d3f948b16016326756f268d8", null ], - [ "songName", "namespacefaker_1_1music.html#a687409148ce6bee425c496cee757e77b", null ] + [ "artist", "namespacefaker_1_1music.html#a8f960c10557e8c9b8d98414ec99f46e1", null ], + [ "genre", "namespacefaker_1_1music.html#a420b05ddc4e92ab9f581d93907e23042", null ], + [ "songName", "namespacefaker_1_1music.html#a74c35da84e2a60a833245fb8bffd6c48", null ] ] ], [ "person", "namespacefaker_1_1person.html", [ [ "Language", "namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8", [ @@ -266,25 +266,25 @@ var namespacefaker = [ "Spain", "namespacefaker_1_1person.html#ad6599d35e7da66fbcb9b17af862bab90a907eba32d950bfab68227fd7ea22999b", null ], [ "Usa", "namespacefaker_1_1person.html#ad6599d35e7da66fbcb9b17af862bab90a867f8282a36dd6525c3d40744a92fcf8", null ] ] ], - [ "bio", "namespacefaker_1_1person.html#aca57908ce15927f2bef9df1f4ae1cbed", null ], - [ "chineseZodiac", "namespacefaker_1_1person.html#afd542c047eace709bda4d319447708e0", null ], - [ "firstName", "namespacefaker_1_1person.html#ac6b17922541a379a7b88b9a57b6236cd", null ], - [ "fullName", "namespacefaker_1_1person.html#af44c8680454b8f887a9c9cb49413e3f3", null ], - [ "gender", "namespacefaker_1_1person.html#a2f305d70964018e54bd8dcc0d7a0a5d8", null ], - [ "hobby", "namespacefaker_1_1person.html#a143e5c964c8722e54be3c98647644d90", null ], - [ "jobArea", "namespacefaker_1_1person.html#adf6ab8d0ff301c771d822212824b0e33", null ], - [ "jobDescriptor", "namespacefaker_1_1person.html#aa6935843e6cf19bd3b7921d3469dc3bd", null ], - [ "jobTitle", "namespacefaker_1_1person.html#a25dcaa216bd77ba92e08440af7f08944", null ], - [ "jobType", "namespacefaker_1_1person.html#abd243904a4ea4169ac26d6ee297d7d47", null ], - [ "language", "namespacefaker_1_1person.html#a3ce909c7c7b35530c159c7d36b830017", null ], - [ "lastName", "namespacefaker_1_1person.html#a1bafad36c99490aa8993ee7612823fa4", null ], - [ "nationality", "namespacefaker_1_1person.html#af7806a8a3d1ff6964a7d9cc9a61f64e9", null ], - [ "passport", "namespacefaker_1_1person.html#a51ebe30495fe27d33d38f2149e7ccce4", null ], - [ "prefix", "namespacefaker_1_1person.html#a0c48db01584c3b6c44ecf5a1d955bbb3", null ], - [ "sex", "namespacefaker_1_1person.html#ae8323c33660ad6f2a3112e346ff54fff", null ], - [ "ssn", "namespacefaker_1_1person.html#ac40d08f2660ee8644d51b4450da2c3df", null ], - [ "suffix", "namespacefaker_1_1person.html#a46af5a9dda2aaffb4e6e51e881aafcd6", null ], - [ "westernZodiac", "namespacefaker_1_1person.html#ac496e9c24ca856167a49a416e4ef9a19", null ] + [ "bio", "namespacefaker_1_1person.html#a41deabbecbf923fd045031c7456df21d", null ], + [ "chineseZodiac", "namespacefaker_1_1person.html#a4b696b7118429e5550b9664e6eb4c4a8", null ], + [ "firstName", "namespacefaker_1_1person.html#aa2d31df51f9e07afaba964b7864e729d", null ], + [ "fullName", "namespacefaker_1_1person.html#a275161f9c0bd16a7fa5d6b1003aa612a", null ], + [ "gender", "namespacefaker_1_1person.html#aa4f5882c87c74e0167bf51f297c69993", null ], + [ "hobby", "namespacefaker_1_1person.html#ab728ebbf9c6a7b830ff989943fc34330", null ], + [ "jobArea", "namespacefaker_1_1person.html#aa58e33aa6e056a200de1d94f7af80e31", null ], + [ "jobDescriptor", "namespacefaker_1_1person.html#a4076a7788b7715cdd889f1fe23b66c17", null ], + [ "jobTitle", "namespacefaker_1_1person.html#aed588e01226bc0ba073dbf0e1e6cf96f", null ], + [ "jobType", "namespacefaker_1_1person.html#a12dbe0569b391994f9f3fd1207f688fc", null ], + [ "language", "namespacefaker_1_1person.html#a996e5552ac035f4c8eca3538343bfd1e", null ], + [ "lastName", "namespacefaker_1_1person.html#a09e7f2c9db689e06a6f057e852fe32e8", null ], + [ "nationality", "namespacefaker_1_1person.html#adb390e221234be2ed111463db5eb681e", null ], + [ "passport", "namespacefaker_1_1person.html#ae53e51b39112140ebb7f0df60afacebb", null ], + [ "prefix", "namespacefaker_1_1person.html#ac6415f4c79132e8f0a4d5901f24e1164", null ], + [ "sex", "namespacefaker_1_1person.html#a6f9626afb67c43e013958f64f5a58419", null ], + [ "ssn", "namespacefaker_1_1person.html#a5f206e2cdd72189e665d0ab25c2da077", null ], + [ "suffix", "namespacefaker_1_1person.html#a4b1a52c1aaba6acee97fe5326af38cce", null ], + [ "westernZodiac", "namespacefaker_1_1person.html#a8a744df8b8f7dc01d21047350493be3c", null ] ] ], [ "phone", "namespacefaker_1_1phone.html", [ [ "PhoneNumberCountryFormat", "namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0a", [ @@ -519,65 +519,65 @@ var namespacefaker = [ "Zambia", "namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aab0aa0804e676a38255af4fd70236af7c", null ], [ "Zimbabwe", "namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa9d5116a2451bc98c2b46b93acbc1b4f0", null ] ] ], - [ "areaCode", "namespacefaker_1_1phone.html#a7b8f2bedf28f69e05d5301a262aafc84", null ], - [ "createPhoneNumberFormatMap", "namespacefaker_1_1phone.html#a0570c9e1cbaf4029dce8391e8ee82136", null ], - [ "imei", "namespacefaker_1_1phone.html#a65067f7798859dde47329dcbf394309c", null ], - [ "manufacturer", "namespacefaker_1_1phone.html#a7dd39c75af5a1c92b0bdc8fb5af411bc", null ], - [ "modelName", "namespacefaker_1_1phone.html#a254899020ff9e9f170df6192ed1cdc9d", null ], - [ "number", "namespacefaker_1_1phone.html#acec68af85bab18de03132a7ba7aaf717", null ], - [ "number", "namespacefaker_1_1phone.html#ab87e1563eb6ca035e8eb1ff4f4ddedbc", null ], - [ "platform", "namespacefaker_1_1phone.html#a60d31aa54f8880e3780b05aaefbd1e25", null ] + [ "areaCode", "namespacefaker_1_1phone.html#af0ac28a1180f714704a2098afe61cceb", null ], + [ "createPhoneNumberFormatMap", "namespacefaker_1_1phone.html#ad22489de493fbdfb3f849f35f6657c18", null ], + [ "imei", "namespacefaker_1_1phone.html#a610e92717aef3b4c7ae68d3982248807", null ], + [ "manufacturer", "namespacefaker_1_1phone.html#a6c9fc68316c71b3fed6bbb2e8196114d", null ], + [ "modelName", "namespacefaker_1_1phone.html#a9f75c5ff84cca943b1dad4fd8ac9c37d", null ], + [ "number", "namespacefaker_1_1phone.html#a8eaab573a6fc096915ccbf9b4e64d097", null ], + [ "number", "namespacefaker_1_1phone.html#a3650beedfaf4ee151d36ad97334a5c28", null ], + [ "platform", "namespacefaker_1_1phone.html#a4428423b163c879f3b829e22dd9599e9", null ] ] ], [ "plant", "namespacefaker_1_1plant.html", [ - [ "fern", "namespacefaker_1_1plant.html#a65152361a985672f3dbc42c7fefc9833", null ], - [ "flower", "namespacefaker_1_1plant.html#a353d64e4e2e1400e0dd96d078c5131ab", null ], - [ "grass", "namespacefaker_1_1plant.html#a90eb1289cbc58fbc048e55a80a177ec1", null ], - [ "plantType", "namespacefaker_1_1plant.html#a1bdcb19c1a6569bf8cff00d7505d2808", null ], - [ "shrub", "namespacefaker_1_1plant.html#ae9c4affc23f27b11b72fb4ae0f3c55c4", null ], - [ "succulent", "namespacefaker_1_1plant.html#ab93a578f701b1a317fb25833585eeaca", null ], - [ "tree", "namespacefaker_1_1plant.html#a99790494e0d645a14b68649d34566cf2", null ], - [ "vine", "namespacefaker_1_1plant.html#ae386023b5c5962552335b76a443385a4", null ] + [ "fern", "namespacefaker_1_1plant.html#a2db3a292b5d1ac189c6d71b062aeef0d", null ], + [ "flower", "namespacefaker_1_1plant.html#a5329b6a391ffdfb799d8ad17f1739de1", null ], + [ "grass", "namespacefaker_1_1plant.html#ae7883287f9db68b65ac0a6cdf05e12bd", null ], + [ "plantType", "namespacefaker_1_1plant.html#a742bdeecafc315f57971e024cb9203a8", null ], + [ "shrub", "namespacefaker_1_1plant.html#a86bfd2dc95c27ba02e8aa5786d56f3ed", null ], + [ "succulent", "namespacefaker_1_1plant.html#ab21548af4b288b15d53ca1bfd37749a9", null ], + [ "tree", "namespacefaker_1_1plant.html#a717a7a9a82dc1c97f98ac1c9c41eca3e", null ], + [ "vine", "namespacefaker_1_1plant.html#ad1d202ee597bf050ccbccd0c93c92c4e", null ] ] ], [ "science", "namespacefaker_1_1science.html", "namespacefaker_1_1science" ], [ "sport", "namespacefaker_1_1sport.html", [ - [ "femaleAthlete", "namespacefaker_1_1sport.html#a0841d643bbf375bce242c584bdd1d2c4", null ], - [ "maleAthlete", "namespacefaker_1_1sport.html#aae593416f8c7647b4e70cea58a98a970", null ], - [ "soccerTeam", "namespacefaker_1_1sport.html#a6774deb366b24afb914f0967ad280ed5", null ], - [ "sportEvent", "namespacefaker_1_1sport.html#a1c376b54dc15e2f14f217ae67c5e9ebd", null ], - [ "sportName", "namespacefaker_1_1sport.html#aac2a6bde48faae8ad676cc6722ee6181", null ] + [ "femaleAthlete", "namespacefaker_1_1sport.html#ab01ea8697643964befb319962765dfc2", null ], + [ "maleAthlete", "namespacefaker_1_1sport.html#ae688d8f907acd3ad106667091a20ee01", null ], + [ "soccerTeam", "namespacefaker_1_1sport.html#aa90d1438ac4295f1625b351b0c93afe4", null ], + [ "sportEvent", "namespacefaker_1_1sport.html#ae9662b27668406faaf6aadbad0866384", null ], + [ "sportName", "namespacefaker_1_1sport.html#ac83c75a907ea7c58bcec87698d259201", null ] ] ], [ "string", "namespacefaker_1_1string.html", "namespacefaker_1_1string" ], [ "system", "namespacefaker_1_1system.html", "namespacefaker_1_1system" ], [ "vehicle", "namespacefaker_1_1vehicle.html", [ - [ "bicycle", "namespacefaker_1_1vehicle.html#ad4bd52438b6f43aa65b239b7b39e7c7a", null ], - [ "color", "namespacefaker_1_1vehicle.html#a24baca86e4f565c26b9ced672ad4ff1f", null ], - [ "fuel", "namespacefaker_1_1vehicle.html#a0667e110f6f701356e91b32081096e82", null ], - [ "manufacturer", "namespacefaker_1_1vehicle.html#a749e286df2b31b8e6bf93279649bd49f", null ], - [ "model", "namespacefaker_1_1vehicle.html#ac173717cf3836a8b86ae0731b141e541", null ], - [ "type", "namespacefaker_1_1vehicle.html#aeeb619009b55f379112bf359f932d950", null ], - [ "vehicleName", "namespacefaker_1_1vehicle.html#a4fb5122b7a02827bc7d6d61ae7b46a2b", null ], - [ "vin", "namespacefaker_1_1vehicle.html#a2043e5e5f52895f33dab0615947bd88c", null ], - [ "vrm", "namespacefaker_1_1vehicle.html#af8960c3e3c2b0be0039bed9aceb75e1f", null ] + [ "bicycle", "namespacefaker_1_1vehicle.html#abcd2613f6e47ac7650924209851ff05e", null ], + [ "color", "namespacefaker_1_1vehicle.html#a78783093e7083fa2e897f7ca2226da68", null ], + [ "fuel", "namespacefaker_1_1vehicle.html#a07ee147d6c81dfeb7bc70eb5378c0dbc", null ], + [ "manufacturer", "namespacefaker_1_1vehicle.html#a2d43c573f64ded598fe59c97668f756a", null ], + [ "model", "namespacefaker_1_1vehicle.html#af3cdcd00d15094190e9fcdec62b31e21", null ], + [ "type", "namespacefaker_1_1vehicle.html#abf36408d14fc12c02a8f6a5ba2773241", null ], + [ "vehicleName", "namespacefaker_1_1vehicle.html#ab20d989510dfb2ed421d378c1179ea8e", null ], + [ "vin", "namespacefaker_1_1vehicle.html#a2dacf1f3d0037cf58abf6322eee29ba3", null ], + [ "vrm", "namespacefaker_1_1vehicle.html#a3ab3c5b8357f4abe61a81c97e3df99b1", null ] ] ], [ "videogame", "namespacefaker_1_1videogame.html", [ - [ "gameTitle", "namespacefaker_1_1videogame.html#a4f51ce8271b4356736a05f5efb8fee58", null ], - [ "genre", "namespacefaker_1_1videogame.html#a54a1c4e7ed9618e9f6b00956c5e1c996", null ], - [ "platform", "namespacefaker_1_1videogame.html#adbf90f3e74f8f081b643f59ecf0ef7e4", null ], - [ "studioName", "namespacefaker_1_1videogame.html#a2278603116988bb7a3a278bbf21abe4b", null ] + [ "gameTitle", "namespacefaker_1_1videogame.html#ab36d80c15e07e2e266da6df41a40f222", null ], + [ "genre", "namespacefaker_1_1videogame.html#ae5bdba1c888f8934eb817848a705983c", null ], + [ "platform", "namespacefaker_1_1videogame.html#a4dd164bf14e461898d8a1408c6300127", null ], + [ "studioName", "namespacefaker_1_1videogame.html#a31ebb893e24ebecdc8392f9f36363005", null ] ] ], [ "weather", "namespacefaker_1_1weather.html", [ - [ "weatherDescription", "namespacefaker_1_1weather.html#a1a56fb25e24d32f05724d23dac952e5a", null ] + [ "weatherDescription", "namespacefaker_1_1weather.html#a029a4533396f1266c44ac7aaae7a681f", null ] ] ], [ "word", "namespacefaker_1_1word.html", [ - [ "adjective", "namespacefaker_1_1word.html#aac796dde65ebca48c2c8f13c573e8f2f", null ], - [ "adverb", "namespacefaker_1_1word.html#af1aa6d42bad487947ee2f689ba408fc0", null ], - [ "conjunction", "namespacefaker_1_1word.html#abc098fdfbc3aafc972845777809eb804", null ], - [ "interjection", "namespacefaker_1_1word.html#a8e0958090d99910a02a9207eb195ac72", null ], - [ "noun", "namespacefaker_1_1word.html#aa9fba0899d670e8b41578ce7ca6f0649", null ], - [ "preposition", "namespacefaker_1_1word.html#a6dc3f2b0ec7c85a289ae817c8f5fbd82", null ], - [ "sample", "namespacefaker_1_1word.html#a43c692f60960fbf94b050bfe4b8e8e22", null ], - [ "verb", "namespacefaker_1_1word.html#aafc560af719f8bb54443106ccc5ce097", null ], - [ "words", "namespacefaker_1_1word.html#aa25f46ff1050df3e7d8fbaf9c1e43e61", null ] + [ "adjective", "namespacefaker_1_1word.html#af0f10fe34e975d361fd1d286d5073cc2", null ], + [ "adverb", "namespacefaker_1_1word.html#a0d9897ef2f1a2c30d8c375db2a8da628", null ], + [ "conjunction", "namespacefaker_1_1word.html#a6e7e5f4576246ac2b1f086a0ecc2c62f", null ], + [ "interjection", "namespacefaker_1_1word.html#a82ec1a575f056e5c79d2e7bc4e89335d", null ], + [ "noun", "namespacefaker_1_1word.html#aa380bf2a6c8cd76db8fe13d20ff6ccf9", null ], + [ "preposition", "namespacefaker_1_1word.html#ad55c7c834bad43272cfcf0f6bce0aa7b", null ], + [ "sample", "namespacefaker_1_1word.html#a756eef88511091fc80942ab0a1502aaa", null ], + [ "verb", "namespacefaker_1_1word.html#a03ac408bfcf1e583e0e94830bd7e54e8", null ], + [ "words", "namespacefaker_1_1word.html#a3300afd6043c0f11af23e3bd0b9f1782", null ] ] ], [ "RandomGenerator", "classfaker_1_1RandomGenerator.html", "classfaker_1_1RandomGenerator" ] ]; \ No newline at end of file diff --git a/namespacefaker_1_1airline.html b/namespacefaker_1_1airline.html index 7ffcd6a48..5037c079e 100644 --- a/namespacefaker_1_1airline.html +++ b/namespacefaker_1_1airline.html @@ -128,30 +128,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view aircraftType ()
 Get a random aircraft type.
 
Airplane airplane ()
 Get a random airplane.
 
AirlineInfo airline ()
 Get a random airline.
 
Airport airport ()
 Get a random airport.
 
std::string seat (AircraftType aircraftType)
 Get a random seat by aircraft type.
 
std::string recordLocator (bool allowNumerics=false)
 Get a random record location.
 
std::string flightNumber (bool addLeadingZeros=false, unsigned int length=4)
 Get a random flight number from given length.
 
std::string flightNumberByRange (bool addLeadingZeros=false, Range length={1, 4})
 Get a random flight number from given length.
 
FAKER_CXX_EXPORT std::string_view aircraftType ()
 Get a random aircraft type.
 
FAKER_CXX_EXPORT Airplane airplane ()
 Get a random airplane.
 
FAKER_CXX_EXPORT AirlineInfo airline ()
 Get a random airline.
 
FAKER_CXX_EXPORT Airport airport ()
 Get a random airport.
 
FAKER_CXX_EXPORT std::string seat (AircraftType aircraftType)
 Get a random seat by aircraft type.
 
FAKER_CXX_EXPORT std::string recordLocator (bool allowNumerics=false)
 Get a random record location.
 
FAKER_CXX_EXPORT std::string flightNumber (bool addLeadingZeros=false, unsigned int length=4)
 Get a random flight number from given length.
 
FAKER_CXX_EXPORT std::string flightNumberByRange (bool addLeadingZeros=false, Range length={1, 4})
 Get a random flight number from given length.
 

Enumeration Type Documentation

@@ -182,14 +182,14 @@

Function Documentation

- -

◆ aircraftType()

+ +

◆ aircraftType()

- + @@ -199,19 +199,19 @@

Returns
a random aircraft type
-
-
std::string_view aircraftType()
Get a random aircraft type.
+
+
FAKER_CXX_EXPORT std::string_view aircraftType()
Get a random aircraft type.
- -

◆ airline()

+ +

◆ airline()

std::string_view faker::airline::aircraftType FAKER_CXX_EXPORT std::string_view faker::airline::aircraftType ( )
- + @@ -221,19 +221,19 @@

Returns
a random airline and its iataCode
-
faker::airline::airline() // {"Air Canada", "AC"}
-
AirlineInfo airline()
Get a random airline.
+
faker::airline::airline() // {"Air Canada", "AC"}
+
FAKER_CXX_EXPORT AirlineInfo airline()
Get a random airline.
- -

◆ airplane()

+ +

◆ airplane()

AirlineInfo faker::airline::airline FAKER_CXX_EXPORT AirlineInfo faker::airline::airline ( )
- + @@ -243,19 +243,19 @@

Returns
a random airplane and its iataTypeCode
-
faker::airline::airplane() // {"Boeing 737-800", "738"}
-
Airplane airplane()
Get a random airplane.
+
faker::airline::airplane() // {"Boeing 737-800", "738"}
+
FAKER_CXX_EXPORT Airplane airplane()
Get a random airplane.
- -

◆ airport()

+ +

◆ airport()

Airplane faker::airline::airplane FAKER_CXX_EXPORT Airplane faker::airline::airplane ( )
- + @@ -265,19 +265,19 @@

Returns
a random airport and its iataCode
-
faker::airline::airport() // {"Toronto Pearson International Airport", "YYZ"}
-
Airport airport()
Get a random airport.
+
faker::airline::airport() // {"Toronto Pearson International Airport", "YYZ"}
+
FAKER_CXX_EXPORT Airport airport()
Get a random airport.
- -

◆ flightNumber()

+ +

◆ flightNumber()

Airport faker::airline::airport FAKER_CXX_EXPORT Airport faker::airline::airport ( )
- + @@ -298,22 +298,22 @@

Returns
a random flight number
-
-
faker::airline::flightNumber(true) // "0123"
-
faker::airline::flightNumber(false, 3) // "234"
-
std::string flightNumber(bool addLeadingZeros=false, unsigned int length=4)
Get a random flight number from given length.
-
Definition Airline.h:6
+
+
faker::airline::flightNumber(true) // "0123"
+
faker::airline::flightNumber(false, 3) // "234"
+
FAKER_CXX_EXPORT std::string flightNumber(bool addLeadingZeros=false, unsigned int length=4)
Get a random flight number from given length.
+
Definition Airline.h:7
- -

◆ flightNumberByRange()

+ +

◆ flightNumberByRange()

std::string faker::airline::flightNumber FAKER_CXX_EXPORT std::string faker::airline::flightNumber ( bool addLeadingZeros = false,
- + @@ -334,20 +334,20 @@

Returns
a random flight number
-
-
faker::airline::flightNumber(true) // "0123"
-
faker::airline::flightNumber(false, {1, 4}) // "234" // "12" // "1234"
+
+
faker::airline::flightNumber(true) // "0123"
+
faker::airline::flightNumber(false, {1, 4}) // "234" // "12" // "1234"
- -

◆ recordLocator()

+ +

◆ recordLocator()

std::string faker::airline::flightNumberByRange FAKER_CXX_EXPORT std::string faker::airline::flightNumberByRange ( bool addLeadingZeros = false,
- + @@ -357,20 +357,20 @@

Returns
a random record location
-
-
faker::airline::recordLocator(true) // "ABC123"
-
std::string recordLocator(bool allowNumerics=false)
Get a random record location.
+
+
faker::airline::recordLocator(true) // "ABC123"
+
FAKER_CXX_EXPORT std::string recordLocator(bool allowNumerics=false)
Get a random record location.
- -

◆ seat()

+ +

◆ seat()

std::string faker::airline::recordLocator FAKER_CXX_EXPORT std::string faker::airline::recordLocator ( bool allowNumerics = false)
- + @@ -386,9 +386,9 @@

Returns
a random seat
-
+
-
std::string seat(AircraftType aircraftType)
Get a random seat by aircraft type.
+
FAKER_CXX_EXPORT std::string seat(AircraftType aircraftType)
Get a random seat by aircraft type.
diff --git a/namespacefaker_1_1airline.js b/namespacefaker_1_1airline.js index 4e19ac308..380f8aac5 100644 --- a/namespacefaker_1_1airline.js +++ b/namespacefaker_1_1airline.js @@ -9,12 +9,12 @@ var namespacefaker_1_1airline = [ "Narrowbody", "namespacefaker_1_1airline.html#aa0f30eb26e69720c80bc6ec9184247b7a05b24a6d4237848d917e06244f7e1736", null ], [ "Widebody", "namespacefaker_1_1airline.html#aa0f30eb26e69720c80bc6ec9184247b7a1023529b16fb0241300737d43d83dd43", null ] ] ], - [ "aircraftType", "namespacefaker_1_1airline.html#a7bbffc434f39726fc3fa8e269e3a6153", null ], - [ "airline", "namespacefaker_1_1airline.html#a2d77cd49e5a018ff59bd3b4af15ad61f", null ], - [ "airplane", "namespacefaker_1_1airline.html#a532d10901dace2ab28b0960f180d7167", null ], - [ "airport", "namespacefaker_1_1airline.html#ac601e607e9255c2b2adfdc7f1164fff5", null ], - [ "flightNumber", "namespacefaker_1_1airline.html#aa56913f27a3e446347815040005a5ad6", null ], - [ "flightNumberByRange", "namespacefaker_1_1airline.html#a05f13ae28d39d5dbcb5b936e4497dd87", null ], - [ "recordLocator", "namespacefaker_1_1airline.html#a37f9fc7a55a48c6b1b751abf672c6b8c", null ], - [ "seat", "namespacefaker_1_1airline.html#ad4616c2354c2f4ed5cb609d5cfe3c6ae", null ] + [ "aircraftType", "namespacefaker_1_1airline.html#a727a0d70eabe9b705561b7a37a329dcd", null ], + [ "airline", "namespacefaker_1_1airline.html#ae206a7cb56b3047e258315df5f7161a9", null ], + [ "airplane", "namespacefaker_1_1airline.html#a088e61d005ef3d6b2e5f31a1b1a879af", null ], + [ "airport", "namespacefaker_1_1airline.html#a92371b24b6158571a8a57abb904ab4e2", null ], + [ "flightNumber", "namespacefaker_1_1airline.html#af528ab7cf1d1a4578ccf79f903337b08", null ], + [ "flightNumberByRange", "namespacefaker_1_1airline.html#aa8b0b5cbbe6eebbd8869fdac9fc5ddc1", null ], + [ "recordLocator", "namespacefaker_1_1airline.html#a9d4a31bb5a16f63ad962a51bfb5ff10a", null ], + [ "seat", "namespacefaker_1_1airline.html#abd4ed31284f90116d7d449776ad57055", null ] ]; \ No newline at end of file diff --git a/namespacefaker_1_1animal.html b/namespacefaker_1_1animal.html index 866518fae..b978077ad 100644 --- a/namespacefaker_1_1animal.html +++ b/namespacefaker_1_1animal.html @@ -107,61 +107,61 @@

std::string faker::airline::seat FAKER_CXX_EXPORT std::string faker::airline::seat ( AircraftType aircraftType)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view bear ()
 Returns a random species of bear.
 
std::string_view bird ()
 Returns a random species of bird.
 
std::string_view cat ()
 Returns a random species of cat.
 
std::string_view cetacean ()
 Returns a random species of cetacean.
 
std::string_view cow ()
 Returns a random species of cow.
 
std::string_view crocodile ()
 Returns a random species of crocodilia.
 
std::string_view dog ()
 Returns a random species of dog.
 
std::string_view fish ()
 Returns a random species of fish.
 
std::string_view horse ()
 Returns a random species of horse.
 
std::string_view insect ()
 Returns a random species of insect.
 
std::string_view lion ()
 Returns a random species of lion.
 
std::string_view rabbit ()
 Returns a random species of rabbit.
 
std::string_view rodent ()
 Returns a random species of rodent.
 
std::string_view snake ()
 Returns a random species of snake.
 
std::string_view type ()
 Returns a random type of animal.
 
FAKER_CXX_EXPORT std::string_view bear ()
 Returns a random species of bear.
 
FAKER_CXX_EXPORT std::string_view bird ()
 Returns a random species of bird.
 
FAKER_CXX_EXPORT std::string_view cat ()
 Returns a random species of cat.
 
FAKER_CXX_EXPORT std::string_view cetacean ()
 Returns a random species of cetacean.
 
FAKER_CXX_EXPORT std::string_view cow ()
 Returns a random species of cow.
 
FAKER_CXX_EXPORT std::string_view crocodile ()
 Returns a random species of crocodilia.
 
FAKER_CXX_EXPORT std::string_view dog ()
 Returns a random species of dog.
 
FAKER_CXX_EXPORT std::string_view fish ()
 Returns a random species of fish.
 
FAKER_CXX_EXPORT std::string_view horse ()
 Returns a random species of horse.
 
FAKER_CXX_EXPORT std::string_view insect ()
 Returns a random species of insect.
 
FAKER_CXX_EXPORT std::string_view lion ()
 Returns a random species of lion.
 
FAKER_CXX_EXPORT std::string_view rabbit ()
 Returns a random species of rabbit.
 
FAKER_CXX_EXPORT std::string_view rodent ()
 Returns a random species of rodent.
 
FAKER_CXX_EXPORT std::string_view snake ()
 Returns a random species of snake.
 
FAKER_CXX_EXPORT std::string_view type ()
 Returns a random type of animal.
 

Function Documentation

- -

◆ bear()

+ +

◆ bear()

- + @@ -171,19 +171,19 @@

Returns
Species of bear.
-
faker::animal::bear() // "Polar bear"
-
std::string_view bear()
Returns a random species of bear.
+
faker::animal::bear() // "Polar bear"
+
FAKER_CXX_EXPORT std::string_view bear()
Returns a random species of bear.
- -

◆ bird()

+ +

◆ bird()

std::string_view faker::animal::bear FAKER_CXX_EXPORT std::string_view faker::animal::bear ( )
- + @@ -193,19 +193,19 @@

Returns
Species of bird.
-
faker::animal::bird() // "Black-bellied Whistling-Duck"
-
std::string_view bird()
Returns a random species of bird.
+
faker::animal::bird() // "Black-bellied Whistling-Duck"
+
FAKER_CXX_EXPORT std::string_view bird()
Returns a random species of bird.
- -

◆ cat()

+ +

◆ cat()

std::string_view faker::animal::bird FAKER_CXX_EXPORT std::string_view faker::animal::bird ( )
- + @@ -215,19 +215,19 @@

Returns
Species of cat.
-
faker::animal::cat() // "Chartreux"
-
std::string_view cat()
Returns a random species of cat.
+
faker::animal::cat() // "Chartreux"
+
FAKER_CXX_EXPORT std::string_view cat()
Returns a random species of cat.
- -

◆ cetacean()

+ +

◆ cetacean()

std::string_view faker::animal::cat FAKER_CXX_EXPORT std::string_view faker::animal::cat ( )
- + @@ -237,19 +237,19 @@

Returns
Species of cetacean.
-
faker::animal::cetacean() // "Blue Whale"
-
std::string_view cetacean()
Returns a random species of cetacean.
+
faker::animal::cetacean() // "Blue Whale"
+
FAKER_CXX_EXPORT std::string_view cetacean()
Returns a random species of cetacean.
- -

◆ cow()

+ +

◆ cow()

std::string_view faker::animal::cetacean FAKER_CXX_EXPORT std::string_view faker::animal::cetacean ( )
- + @@ -259,19 +259,19 @@

Returns
Species of cow.
-
faker::animal::cow() // "American Angus"
-
std::string_view cow()
Returns a random species of cow.
+
faker::animal::cow() // "American Angus"
+
FAKER_CXX_EXPORT std::string_view cow()
Returns a random species of cow.
- -

◆ crocodile()

+ +

◆ crocodile()

std::string_view faker::animal::cow FAKER_CXX_EXPORT std::string_view faker::animal::cow ( )
- + @@ -281,19 +281,19 @@

Returns
Species of crocodilia.
-
faker::animal::crocodile() // "Dwarf Crocodile"
-
std::string_view crocodile()
Returns a random species of crocodilia.
+
faker::animal::crocodile() // "Dwarf Crocodile"
+
FAKER_CXX_EXPORT std::string_view crocodile()
Returns a random species of crocodilia.
- -

◆ dog()

+ +

◆ dog()

std::string_view faker::animal::crocodile FAKER_CXX_EXPORT std::string_view faker::animal::crocodile ( )
- + @@ -303,19 +303,19 @@

Returns
Species of dog.
-
faker::animal::dog() // "Shiba Inu"
-
std::string_view dog()
Returns a random species of dog.
+
faker::animal::dog() // "Shiba Inu"
+
FAKER_CXX_EXPORT std::string_view dog()
Returns a random species of dog.
- -

◆ fish()

+ +

◆ fish()

std::string_view faker::animal::dog FAKER_CXX_EXPORT std::string_view faker::animal::dog ( )
- + @@ -325,19 +325,19 @@

Returns
Species of fish.
-
faker::animal::fish() // "Silver carp"
-
std::string_view fish()
Returns a random species of fish.
+
faker::animal::fish() // "Silver carp"
+
FAKER_CXX_EXPORT std::string_view fish()
Returns a random species of fish.
- -

◆ horse()

+ +

◆ horse()

std::string_view faker::animal::fish FAKER_CXX_EXPORT std::string_view faker::animal::fish ( )
- + @@ -347,19 +347,19 @@

Returns
Species of horse.
-
faker::animal::horse() // "Fjord Horse"
-
std::string_view horse()
Returns a random species of horse.
+
faker::animal::horse() // "Fjord Horse"
+
FAKER_CXX_EXPORT std::string_view horse()
Returns a random species of horse.
- -

◆ insect()

+ +

◆ insect()

std::string_view faker::animal::horse FAKER_CXX_EXPORT std::string_view faker::animal::horse ( )
- + @@ -369,19 +369,19 @@

Returns
Species of insect.
-
-
std::string_view insect()
Returns a random species of insect.
+
+
FAKER_CXX_EXPORT std::string_view insect()
Returns a random species of insect.
- -

◆ lion()

+ +

◆ lion()

std::string_view faker::animal::insect FAKER_CXX_EXPORT std::string_view faker::animal::insect ( )
- + @@ -391,19 +391,19 @@

Returns
Species of lion.
-
faker::animal::lion() // "West African Lion"
-
std::string_view lion()
Returns a random species of lion.
+
faker::animal::lion() // "West African Lion"
+
FAKER_CXX_EXPORT std::string_view lion()
Returns a random species of lion.
- -

◆ rabbit()

+ +

◆ rabbit()

std::string_view faker::animal::lion FAKER_CXX_EXPORT std::string_view faker::animal::lion ( )
- + @@ -413,19 +413,19 @@

Returns
Species of rabbit.
-
faker::animal::rabbit() // "Californian"
-
std::string_view rabbit()
Returns a random species of rabbit.
+
faker::animal::rabbit() // "Californian"
+
FAKER_CXX_EXPORT std::string_view rabbit()
Returns a random species of rabbit.
- -

◆ rodent()

+ +

◆ rodent()

std::string_view faker::animal::rabbit FAKER_CXX_EXPORT std::string_view faker::animal::rabbit ( )
- + @@ -435,19 +435,19 @@

Returns
Species of rodent.
-
faker::animal::rodent() // "Chinchilla"
-
std::string_view rodent()
Returns a random species of rodent.
+
faker::animal::rodent() // "Chinchilla"
+
FAKER_CXX_EXPORT std::string_view rodent()
Returns a random species of rodent.
- -

◆ snake()

+ +

◆ snake()

std::string_view faker::animal::rodent FAKER_CXX_EXPORT std::string_view faker::animal::rodent ( )
- + @@ -457,19 +457,19 @@

Returns
Species of snake.
-
faker::animal::snake() // "Boa constrictor"
-
std::string_view snake()
Returns a random species of snake.
+
faker::animal::snake() // "Boa constrictor"
+
FAKER_CXX_EXPORT std::string_view snake()
Returns a random species of snake.
- -

◆ type()

+ +

◆ type()

std::string_view faker::animal::snake FAKER_CXX_EXPORT std::string_view faker::animal::snake ( )
- + @@ -479,8 +479,8 @@

Returns
Type of animal.
-
-
std::string_view type()
Returns a random type of animal.
+
+
FAKER_CXX_EXPORT std::string_view type()
Returns a random type of animal.
diff --git a/namespacefaker_1_1book.html b/namespacefaker_1_1book.html index 3cf2dcba8..64976ea55 100644 --- a/namespacefaker_1_1book.html +++ b/namespacefaker_1_1book.html @@ -107,34 +107,34 @@

std::string_view faker::animal::type FAKER_CXX_EXPORT std::string_view faker::animal::type ( )
- - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +

Functions

std::string_view title ()
 Returns a random book title.
 
std::string_view genre ()
 Returns a random book genre.
 
std::string_view author ()
 Returns a random book author.
 
std::string_view publisher ()
 Returns a random book publisher.
 
std::string_view format ()
 Returns format of book.
 
std::string_view series ()
 returns a random book series
 
FAKER_CXX_EXPORT std::string_view title ()
 Returns a random book title.
 
FAKER_CXX_EXPORT std::string_view genre ()
 Returns a random book genre.
 
FAKER_CXX_EXPORT std::string_view author ()
 Returns a random book author.
 
FAKER_CXX_EXPORT std::string_view publisher ()
 Returns a random book publisher.
 
FAKER_CXX_EXPORT std::string_view format ()
 Returns format of book.
 
FAKER_CXX_EXPORT std::string_view series ()
 returns a random book series
 

Function Documentation

- -

◆ author()

+ +

◆ author()

- + @@ -144,19 +144,19 @@

Returns
Book author.
-
faker::book::author() // "William Shakespeare"
-
std::string_view author()
Returns a random book author.
+
faker::book::author() // "William Shakespeare"
+
FAKER_CXX_EXPORT std::string_view author()
Returns a random book author.
- -

◆ format()

+ +

◆ format()

std::string_view faker::book::author FAKER_CXX_EXPORT std::string_view faker::book::author ( )
- + @@ -166,19 +166,19 @@

Returns
BookFormat format of book
-
faker::book::format() // "Paperback"
-
std::string_view format()
Returns format of book.
+
faker::book::format() // "Paperback"
+
FAKER_CXX_EXPORT std::string_view format()
Returns format of book.
- -

◆ genre()

+ +

◆ genre()

std::string_view faker::book::format FAKER_CXX_EXPORT std::string_view faker::book::format ( )
- + @@ -188,19 +188,19 @@

Returns
Book genre.
-
faker::book::genre() // "Fantasy"
-
std::string_view genre()
Returns a random book genre.
+
faker::book::genre() // "Fantasy"
+
FAKER_CXX_EXPORT std::string_view genre()
Returns a random book genre.
- -

◆ publisher()

+ +

◆ publisher()

std::string_view faker::book::genre FAKER_CXX_EXPORT std::string_view faker::book::genre ( )
- + @@ -210,19 +210,19 @@

Returns
Book publisher.
-
faker::book::publisher() // "Addison-Wesley"
-
std::string_view publisher()
Returns a random book publisher.
+
faker::book::publisher() // "Addison-Wesley"
+
FAKER_CXX_EXPORT std::string_view publisher()
Returns a random book publisher.
- -

◆ series()

+ +

◆ series()

std::string_view faker::book::publisher FAKER_CXX_EXPORT std::string_view faker::book::publisher ( )
- + @@ -232,19 +232,19 @@

Returns
std::string_view book series
-
faker::book::series() // "Harry Potter"
-
std::string_view series()
returns a random book series
+
faker::book::series() // "Harry Potter"
+
FAKER_CXX_EXPORT std::string_view series()
returns a random book series
- -

◆ title()

+ +

◆ title()

std::string_view faker::book::series FAKER_CXX_EXPORT std::string_view faker::book::series ( )
- + @@ -254,8 +254,8 @@

Returns
Book title.
-
faker::book::title() // "Romeo and Juliet"
-
std::string_view title()
Returns a random book title.
+
faker::book::title() // "Romeo and Juliet"
+
FAKER_CXX_EXPORT std::string_view title()
Returns a random book title.
diff --git a/namespacefaker_1_1color.html b/namespacefaker_1_1color.html index 49e2ce583..d25fbcbc0 100644 --- a/namespacefaker_1_1color.html +++ b/namespacefaker_1_1color.html @@ -107,46 +107,46 @@

std::string_view faker::book::title FAKER_CXX_EXPORT std::string_view faker::book::title ( )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view name ()
 Returns a random color.
 
std::string rgb (bool includeAlpha=false)
 Returns an RGB color.
 
std::string hex (HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::Hash, bool includeAlpha=false)
 Returns a hex color.
 
std::string hsl (bool includeAlpha=false)
 Returns an HSL color.
 
std::string lch (bool includeAlpha=false)
 Returns an LCH color.
 
std::string cmyk ()
 Return a CMYK color.
 
std::string lab ()
 Return a LAB color.
 
std::string hsb ()
 Return a HSB color.
 
std::string hsv ()
 Return a HSV color.
 
std::string yuv ()
 Return a YUV color.
 
FAKER_CXX_EXPORT std::string_view name ()
 Returns a random color.
 
FAKER_CXX_EXPORT std::string rgb (bool includeAlpha=false)
 Returns an RGB color.
 
FAKER_CXX_EXPORT std::string hex (HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::Hash, bool includeAlpha=false)
 Returns a hex color.
 
FAKER_CXX_EXPORT std::string hsl (bool includeAlpha=false)
 Returns an HSL color.
 
FAKER_CXX_EXPORT std::string lch (bool includeAlpha=false)
 Returns an LCH color.
 
FAKER_CXX_EXPORT std::string cmyk ()
 Return a CMYK color.
 
FAKER_CXX_EXPORT std::string lab ()
 Return a LAB color.
 
FAKER_CXX_EXPORT std::string hsb ()
 Return a HSB color.
 
FAKER_CXX_EXPORT std::string hsv ()
 Return a HSV color.
 
FAKER_CXX_EXPORT std::string yuv ()
 Return a YUV color.
 

Function Documentation

- -

◆ cmyk()

+ +

◆ cmyk()

- + @@ -155,20 +155,20 @@

Return a CMYK color.

-
Returns
CMYK color formatted with cmyk(X,X,X,X)
faker::color::cmyk() // "cmyk(0.72, 0.88, 0.00, 0.06)"
-
std::string cmyk()
Return a CMYK color.
+
Returns
CMYK color formatted with cmyk(X,X,X,X)
faker::color::cmyk() // "cmyk(0.72, 0.88, 0.00, 0.06)"
+
FAKER_CXX_EXPORT std::string cmyk()
Return a CMYK color.
- -

◆ hex()

+ +

◆ hex()

std::string faker::color::cmyk FAKER_CXX_EXPORT std::string faker::color::cmyk ( )
- + @@ -195,21 +195,21 @@

Returns
Hex color formatted that starts with `0x` or `#`.
-
faker::color::hex() // "#e3f380"
-
faker::color::hex(HexCasing::Upper, HexPrefix::ZeroX, true) // "0xE3F3801A"
-
std::string hex(HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::Hash, bool includeAlpha=false)
Returns a hex color.
-
Definition Airline.h:6
+
faker::color::hex() // "#e3f380"
+
faker::color::hex(HexCasing::Upper, HexPrefix::ZeroX, true) // "0xE3F3801A"
+
FAKER_CXX_EXPORT std::string hex(HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::Hash, bool includeAlpha=false)
Returns a hex color.
+
Definition Airline.h:7
- -

◆ hsb()

+ +

◆ hsb()

std::string faker::color::hex FAKER_CXX_EXPORT std::string faker::color::hex ( HexCasing casing = HexCasing::Lower,
- + @@ -218,20 +218,20 @@

Return a HSB color.

-
Returns
HSB color formatted with hsb(X,X,X)
faker::color::hsb() // "hsb(37, 82, 50)"
-
std::string hsb()
Return a HSB color.
+
Returns
HSB color formatted with hsb(X,X,X)
faker::color::hsb() // "hsb(37, 82, 50)"
+
FAKER_CXX_EXPORT std::string hsb()
Return a HSB color.
- -

◆ hsl()

+ +

◆ hsl()

std::string faker::color::hsb FAKER_CXX_EXPORT std::string faker::color::hsb ( )
- + @@ -246,21 +246,21 @@

Returns
HSL color formatted with hsl(X,X,X) or hsla(X,X,X,X).
faker::color::hsl() // "hsl(0, 20, 100)"
-
faker::color::hsl(true) // "hsla(0, 0, 100, 0.50)"
-
std::string hsl(bool includeAlpha=false)
Returns an HSL color.
+
Returns
HSL color formatted with hsl(X,X,X) or hsla(X,X,X,X).
faker::color::hsl() // "hsl(0, 20, 100)"
+
faker::color::hsl(true) // "hsla(0, 0, 100, 0.50)"
+
FAKER_CXX_EXPORT std::string hsl(bool includeAlpha=false)
Returns an HSL color.
- -

◆ hsv()

+ +

◆ hsv()

std::string faker::color::hsl FAKER_CXX_EXPORT std::string faker::color::hsl ( bool includeAlpha = false)
- + @@ -269,20 +269,20 @@

Return a HSV color.

-
Returns
HSV color formatted with hsv(X,X,X)
faker::color::hsv() // "hsv(21, 67, 39)"
-
std::string hsv()
Return a HSV color.
+
Returns
HSV color formatted with hsv(X,X,X)
faker::color::hsv() // "hsv(21, 67, 39)"
+
FAKER_CXX_EXPORT std::string hsv()
Return a HSV color.
- -

◆ lab()

+ +

◆ lab()

std::string faker::color::hsv FAKER_CXX_EXPORT std::string faker::color::hsv ( )
- + @@ -291,20 +291,20 @@

Return a LAB color.

-
Returns
LAB color formatted with lab(X,X,X)
faker::color::lab() // "lab(98.74, 2.18, -2.35)"
-
std::string lab()
Return a LAB color.
+
Returns
LAB color formatted with lab(X,X,X)
faker::color::lab() // "lab(98.74, 2.18, -2.35)"
+
FAKER_CXX_EXPORT std::string lab()
Return a LAB color.
- -

◆ lch()

+ +

◆ lch()

std::string faker::color::lab FAKER_CXX_EXPORT std::string faker::color::lab ( )
- + @@ -319,21 +319,21 @@

Returns
LCH color formatted with lch(X,X,X) or lcha(X,X,X,X).
faker::color::lch() // "lch(0, 20, 100)"
-
faker::color::lch(true) // "lcha(0, 0, 100, 0.50)"
-
std::string lch(bool includeAlpha=false)
Returns an LCH color.
+
Returns
LCH color formatted with lch(X,X,X) or lcha(X,X,X,X).
faker::color::lch() // "lch(0, 20, 100)"
+
faker::color::lch(true) // "lcha(0, 0, 100, 0.50)"
+
FAKER_CXX_EXPORT std::string lch(bool includeAlpha=false)
Returns an LCH color.
- -

◆ name()

+ +

◆ name()

std::string faker::color::lch FAKER_CXX_EXPORT std::string faker::color::lch ( bool includeAlpha = false)
- + @@ -343,19 +343,19 @@

Returns
Human readable color name.
-
faker::color::name() // "Blue"
-
std::string_view name()
Returns a random color.
+
faker::color::name() // "Blue"
+
FAKER_CXX_EXPORT std::string_view name()
Returns a random color.
- -

◆ rgb()

+ +

◆ rgb()

std::string_view faker::color::name FAKER_CXX_EXPORT std::string_view faker::color::name ( )
- + @@ -371,20 +371,20 @@

Returns
RGB color formatted with rgb(X,X,X) or rgba(X,X,X,X).
-
faker::color::rgb() // "rgb(67, 28, 240)"
-
faker::color::rgb(true) // "rgba(220, 28, 79, 0.50)"
-
std::string rgb(bool includeAlpha=false)
Returns an RGB color.
+
faker::color::rgb() // "rgb(67, 28, 240)"
+
faker::color::rgb(true) // "rgba(220, 28, 79, 0.50)"
+
FAKER_CXX_EXPORT std::string rgb(bool includeAlpha=false)
Returns an RGB color.
- -

◆ yuv()

+ +

◆ yuv()

std::string faker::color::rgb FAKER_CXX_EXPORT std::string faker::color::rgb ( bool includeAlpha = false)
- + @@ -393,8 +393,8 @@

Return a YUV color.

-
Returns
YUV color formatted with yuv(X,X,X)
faker::color::yuv() // "yuv(42, 234, 109)"
-
std::string yuv()
Return a YUV color.
+
Returns
YUV color formatted with yuv(X,X,X)
faker::color::yuv() // "yuv(42, 234, 109)"
+
FAKER_CXX_EXPORT std::string yuv()
Return a YUV color.
diff --git a/namespacefaker_1_1commerce.html b/namespacefaker_1_1commerce.html index 6dc222a25..124fb6fd8 100644 --- a/namespacefaker_1_1commerce.html +++ b/namespacefaker_1_1commerce.html @@ -107,70 +107,70 @@

std::string faker::color::yuv FAKER_CXX_EXPORT std::string faker::color::yuv ( )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view department ()
 Returns a random commerce department.
 
std::string sku (unsigned length=4)
 Generates a random sku by default only with digits.
 
std::string_view productAdjective ()
 Returns a random product adjective.
 
std::string_view productMaterial ()
 Returns a random product material.
 
std::string_view productName ()
 Returns a random product short name.
 
std::string productFullName ()
 Returns a random product full name.
 
std::string EAN13 ()
 Returns a random valid ean13 code.
 
std::string EAN8 ()
 Returns a random valid ean8 code.
 
std::string ISBN13 ()
 Returns a random valid isbn13 code.
 
std::string ISBN10 ()
 Returns a random valid ISBN10 code.
 
std::string_view paymentType ()
 Returns a random payment type.
 
std::string_view paymentProvider ()
 Returns a random payment provider.
 
std::string_view productDescription ()
 Returns a random product description.
 
std::string_view productCategory ()
 Returns a random product category.
 
std::string_view productReview ()
 Returns a random product review.
 
std::string_view discountType ()
 Returns a random discount type.
 
std::string_view orderStatus ()
 Returns a random order status.
 
std::string_view shippingCarrier ()
 Returns a random shipping carrier.
 
FAKER_CXX_EXPORT std::string_view department ()
 Returns a random commerce department.
 
FAKER_CXX_EXPORT std::string sku (unsigned length=4)
 Generates a random sku by default only with digits.
 
FAKER_CXX_EXPORT std::string_view productAdjective ()
 Returns a random product adjective.
 
FAKER_CXX_EXPORT std::string_view productMaterial ()
 Returns a random product material.
 
FAKER_CXX_EXPORT std::string_view productName ()
 Returns a random product short name.
 
FAKER_CXX_EXPORT std::string productFullName ()
 Returns a random product full name.
 
FAKER_CXX_EXPORT std::string EAN13 ()
 Returns a random valid ean13 code.
 
FAKER_CXX_EXPORT std::string EAN8 ()
 Returns a random valid ean8 code.
 
FAKER_CXX_EXPORT std::string ISBN13 ()
 Returns a random valid isbn13 code.
 
FAKER_CXX_EXPORT std::string ISBN10 ()
 Returns a random valid ISBN10 code.
 
FAKER_CXX_EXPORT std::string_view paymentType ()
 Returns a random payment type.
 
FAKER_CXX_EXPORT std::string_view paymentProvider ()
 Returns a random payment provider.
 
FAKER_CXX_EXPORT std::string_view productDescription ()
 Returns a random product description.
 
FAKER_CXX_EXPORT std::string_view productCategory ()
 Returns a random product category.
 
FAKER_CXX_EXPORT std::string_view productReview ()
 Returns a random product review.
 
FAKER_CXX_EXPORT std::string_view discountType ()
 Returns a random discount type.
 
FAKER_CXX_EXPORT std::string_view orderStatus ()
 Returns a random order status.
 
FAKER_CXX_EXPORT std::string_view shippingCarrier ()
 Returns a random shipping carrier.
 

Function Documentation

- -

◆ department()

+ +

◆ department()

- + @@ -180,19 +180,19 @@

Returns
Commerce department name.
-
-
std::string_view department()
Returns a random commerce department.
+
+
FAKER_CXX_EXPORT std::string_view department()
Returns a random commerce department.
- -

◆ discountType()

+ +

◆ discountType()

std::string_view faker::commerce::department FAKER_CXX_EXPORT std::string_view faker::commerce::department ( )
- + @@ -202,19 +202,19 @@

Returns
discountType.
-
-
std::string_view discountType()
Returns a random discount type.
+
+
FAKER_CXX_EXPORT std::string_view discountType()
Returns a random discount type.
- -

◆ EAN13()

+ +

◆ EAN13()

std::string_view faker::commerce::discountType FAKER_CXX_EXPORT std::string_view faker::commerce::discountType ( )
- + @@ -224,19 +224,19 @@

Returns
Ean13 code.
-
faker::commerce::EAN13() // "1234567890128"
-
std::string EAN13()
Returns a random valid ean13 code.
+
faker::commerce::EAN13() // "1234567890128"
+
FAKER_CXX_EXPORT std::string EAN13()
Returns a random valid ean13 code.
- -

◆ EAN8()

+ +

◆ EAN8()

std::string faker::commerce::EAN13 FAKER_CXX_EXPORT std::string faker::commerce::EAN13 ( )
- + @@ -246,19 +246,19 @@

Returns
Ean8 code.
-
faker::commerce::EAN8() // "90311017"
-
std::string EAN8()
Returns a random valid ean8 code.
+
faker::commerce::EAN8() // "90311017"
+
FAKER_CXX_EXPORT std::string EAN8()
Returns a random valid ean8 code.
- -

◆ ISBN10()

+ +

◆ ISBN10()

std::string faker::commerce::EAN8 FAKER_CXX_EXPORT std::string faker::commerce::EAN8 ( )
- + @@ -268,19 +268,19 @@

Returns
Isbn10 code.
-
faker::commerce::ISBN10() // "0200716018"
-
std::string ISBN10()
Returns a random valid ISBN10 code.
+
faker::commerce::ISBN10() // "0200716018"
+
FAKER_CXX_EXPORT std::string ISBN10()
Returns a random valid ISBN10 code.
- -

◆ ISBN13()

+ +

◆ ISBN13()

std::string faker::commerce::ISBN10 FAKER_CXX_EXPORT std::string faker::commerce::ISBN10 ( )
- + @@ -290,19 +290,19 @@

Returns
Isbn13 code.
-
faker::commerce::ISBN13() // "9781234567897"
-
std::string ISBN13()
Returns a random valid isbn13 code.
+
faker::commerce::ISBN13() // "9781234567897"
+
FAKER_CXX_EXPORT std::string ISBN13()
Returns a random valid isbn13 code.
- -

◆ orderStatus()

+ +

◆ orderStatus()

std::string faker::commerce::ISBN13 FAKER_CXX_EXPORT std::string faker::commerce::ISBN13 ( )
- + @@ -312,19 +312,19 @@

Returns
orderStatus.
-
-
std::string_view orderStatus()
Returns a random order status.
+
+
FAKER_CXX_EXPORT std::string_view orderStatus()
Returns a random order status.
- -

◆ paymentProvider()

+ +

◆ paymentProvider()

std::string_view faker::commerce::orderStatus FAKER_CXX_EXPORT std::string_view faker::commerce::orderStatus ( )
- + @@ -334,19 +334,19 @@

Returns
paymentProvider.
-
-
std::string_view paymentProvider()
Returns a random payment provider.
+
+
FAKER_CXX_EXPORT std::string_view paymentProvider()
Returns a random payment provider.
- -

◆ paymentType()

+ +

◆ paymentType()

std::string_view faker::commerce::paymentProvider FAKER_CXX_EXPORT std::string_view faker::commerce::paymentProvider ( )
- + @@ -356,19 +356,19 @@

Returns
paymentType.
-
faker::commerce::paymentType() // "Credit Card"
-
std::string_view paymentType()
Returns a random payment type.
+
faker::commerce::paymentType() // "Credit Card"
+
FAKER_CXX_EXPORT std::string_view paymentType()
Returns a random payment type.
- -

◆ productAdjective()

+ +

◆ productAdjective()

std::string_view faker::commerce::paymentType FAKER_CXX_EXPORT std::string_view faker::commerce::paymentType ( )
- + @@ -378,19 +378,19 @@

Returns
Product adjective.
-
-
std::string_view productAdjective()
Returns a random product adjective.
+
+
FAKER_CXX_EXPORT std::string_view productAdjective()
Returns a random product adjective.
- -

◆ productCategory()

+ +

◆ productCategory()

std::string_view faker::commerce::productAdjective FAKER_CXX_EXPORT std::string_view faker::commerce::productAdjective ( )
- + @@ -400,19 +400,19 @@

Returns
productCategory.
-
-
std::string_view productCategory()
Returns a random product category.
+
+
FAKER_CXX_EXPORT std::string_view productCategory()
Returns a random product category.
- -

◆ productDescription()

+ +

◆ productDescription()

std::string_view faker::commerce::productCategory FAKER_CXX_EXPORT std::string_view faker::commerce::productCategory ( )
- + @@ -422,19 +422,19 @@

Returns
productDescription.
-
faker::commerce::productDescription() // "Elevate your lifestyle with premium quality product."
-
std::string_view productDescription()
Returns a random product description.
+
faker::commerce::productDescription() // "Elevate your lifestyle with premium quality product."
+
FAKER_CXX_EXPORT std::string_view productDescription()
Returns a random product description.
- -

◆ productFullName()

+ +

◆ productFullName()

std::string_view faker::commerce::productDescription FAKER_CXX_EXPORT std::string_view faker::commerce::productDescription ( )
- + @@ -444,19 +444,19 @@

Returns
Product full name.
-
faker::commerce::productFullName() // "Incredible Soft Gloves"
-
std::string productFullName()
Returns a random product full name.
+
faker::commerce::productFullName() // "Incredible Soft Gloves"
+
FAKER_CXX_EXPORT std::string productFullName()
Returns a random product full name.
- -

◆ productMaterial()

+ +

◆ productMaterial()

std::string faker::commerce::productFullName FAKER_CXX_EXPORT std::string faker::commerce::productFullName ( )
- + @@ -466,19 +466,19 @@

Returns
Product material.
-
-
std::string_view productMaterial()
Returns a random product material.
+
+
FAKER_CXX_EXPORT std::string_view productMaterial()
Returns a random product material.
- -

◆ productName()

+ +

◆ productName()

std::string_view faker::commerce::productMaterial FAKER_CXX_EXPORT std::string_view faker::commerce::productMaterial ( )
- + @@ -488,19 +488,19 @@

Returns
Product short name.
-
-
std::string_view productName()
Returns a random product short name.
+
+
FAKER_CXX_EXPORT std::string_view productName()
Returns a random product short name.
- -

◆ productReview()

+ +

◆ productReview()

std::string_view faker::commerce::productName FAKER_CXX_EXPORT std::string_view faker::commerce::productName ( )
- + @@ -510,19 +510,19 @@

Returns
productReview.
-
faker::commerce::productReview() // "Unfortunately, it broke shortly after I started using it."
-
std::string_view productReview()
Returns a random product review.
+
faker::commerce::productReview() // "Unfortunately, it broke shortly after I started using it."
+
FAKER_CXX_EXPORT std::string_view productReview()
Returns a random product review.
- -

◆ shippingCarrier()

+ +

◆ shippingCarrier()

std::string_view faker::commerce::productReview FAKER_CXX_EXPORT std::string_view faker::commerce::productReview ( )
- + @@ -536,14 +536,14 @@

-

◆ sku()

+ +

◆ sku()

std::string_view faker::commerce::shippingCarrier FAKER_CXX_EXPORT std::string_view faker::commerce::shippingCarrier ( )
- + @@ -558,10 +558,10 @@

-
faker::commerce::sku(8) // "10512056"
-
std::string sku(unsigned length=4)
Generates a random sku by default only with digits.
-
Definition Airline.h:6
+
+
faker::commerce::sku(8) // "10512056"
+
FAKER_CXX_EXPORT std::string sku(unsigned length=4)
Generates a random sku by default only with digits.
+
Definition Airline.h:7
diff --git a/namespacefaker_1_1company.html b/namespacefaker_1_1company.html index f98350275..665c0dfa5 100644 --- a/namespacefaker_1_1company.html +++ b/namespacefaker_1_1company.html @@ -107,49 +107,49 @@

std::string faker::commerce::sku FAKER_CXX_EXPORT std::string faker::commerce::sku ( unsigned length = 4)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string name ()
 Returns a random company name.
 
std::string_view type ()
 Returns a random company type.
 
std::string_view industry ()
 Returns a random company industry.
 
std::string buzzPhrase ()
 Returns a random buzz phrase.
 
std::string_view buzzAdjective ()
 Returns a random buzz adjective.
 
std::string_view buzzNoun ()
 Returns a random buzz noun.
 
std::string_view buzzVerb ()
 Returns a random buzz verb.
 
std::string catchPhrase ()
 Returns a random catch phrase.
 
std::string_view catchPhraseAdjective ()
 Returns a random catch phrase adjective.
 
std::string_view catchPhraseDescriptor ()
 Returns a random catch phrase descriptor.
 
std::string_view catchPhraseNoun ()
 Returns a random catch phrase noun.
 
FAKER_CXX_EXPORT std::string name ()
 Returns a random company name.
 
FAKER_CXX_EXPORT std::string_view type ()
 Returns a random company type.
 
FAKER_CXX_EXPORT std::string_view industry ()
 Returns a random company industry.
 
FAKER_CXX_EXPORT std::string buzzPhrase ()
 Returns a random buzz phrase.
 
FAKER_CXX_EXPORT std::string_view buzzAdjective ()
 Returns a random buzz adjective.
 
FAKER_CXX_EXPORT std::string_view buzzNoun ()
 Returns a random buzz noun.
 
FAKER_CXX_EXPORT std::string_view buzzVerb ()
 Returns a random buzz verb.
 
FAKER_CXX_EXPORT std::string catchPhrase ()
 Returns a random catch phrase.
 
FAKER_CXX_EXPORT std::string_view catchPhraseAdjective ()
 Returns a random catch phrase adjective.
 
FAKER_CXX_EXPORT std::string_view catchPhraseDescriptor ()
 Returns a random catch phrase descriptor.
 
FAKER_CXX_EXPORT std::string_view catchPhraseNoun ()
 Returns a random catch phrase noun.
 

Function Documentation

- -

◆ buzzAdjective()

+ +

◆ buzzAdjective()

- + @@ -159,19 +159,19 @@

Returns
Buzz adjective.
-
-
std::string_view buzzAdjective()
Returns a random buzz adjective.
+
+
FAKER_CXX_EXPORT std::string_view buzzAdjective()
Returns a random buzz adjective.
- -

◆ buzzNoun()

+ +

◆ buzzNoun()

std::string_view faker::company::buzzAdjective FAKER_CXX_EXPORT std::string_view faker::company::buzzAdjective ( )
- + @@ -181,19 +181,19 @@

Returns
Buzz noun.
-
faker::company::buzzNoun() // "paradigms"
-
std::string_view buzzNoun()
Returns a random buzz noun.
+
faker::company::buzzNoun() // "paradigms"
+
FAKER_CXX_EXPORT std::string_view buzzNoun()
Returns a random buzz noun.
- -

◆ buzzPhrase()

+ +

◆ buzzPhrase()

std::string_view faker::company::buzzNoun FAKER_CXX_EXPORT std::string_view faker::company::buzzNoun ( )
- + @@ -203,19 +203,19 @@

Returns
Buzz phrase.
-
faker::company::buzzPhrase() // "cultivate synergistic e-market"
-
std::string buzzPhrase()
Returns a random buzz phrase.
+
faker::company::buzzPhrase() // "cultivate synergistic e-market"
+
FAKER_CXX_EXPORT std::string buzzPhrase()
Returns a random buzz phrase.
- -

◆ buzzVerb()

+ +

◆ buzzVerb()

std::string faker::company::buzzPhrase FAKER_CXX_EXPORT std::string faker::company::buzzPhrase ( )
- + @@ -225,19 +225,19 @@

Returns
Buzz verb.
-
-
std::string_view buzzVerb()
Returns a random buzz verb.
+
+
FAKER_CXX_EXPORT std::string_view buzzVerb()
Returns a random buzz verb.
- -

◆ catchPhrase()

+ +

◆ catchPhrase()

std::string_view faker::company::buzzVerb FAKER_CXX_EXPORT std::string_view faker::company::buzzVerb ( )
- + @@ -247,19 +247,19 @@

Returns
Catch phrase.
-
faker::company::catchPhrase() // "Upgradable systematic flexibility"
-
std::string catchPhrase()
Returns a random catch phrase.
+
faker::company::catchPhrase() // "Upgradable systematic flexibility"
+
FAKER_CXX_EXPORT std::string catchPhrase()
Returns a random catch phrase.
- -

◆ catchPhraseAdjective()

+ +

◆ catchPhraseAdjective()

std::string faker::company::catchPhrase FAKER_CXX_EXPORT std::string faker::company::catchPhrase ( )
- + @@ -269,19 +269,19 @@

Returns
Catch phrase adjective.
-
-
std::string_view catchPhraseAdjective()
Returns a random catch phrase adjective.
+
+
FAKER_CXX_EXPORT std::string_view catchPhraseAdjective()
Returns a random catch phrase adjective.
- -

◆ catchPhraseDescriptor()

+ +

◆ catchPhraseDescriptor()

std::string_view faker::company::catchPhraseAdjective FAKER_CXX_EXPORT std::string_view faker::company::catchPhraseAdjective ( )
- + @@ -291,19 +291,19 @@

Returns
Catch phrase descriptor.
-
-
std::string_view catchPhraseDescriptor()
Returns a random catch phrase descriptor.
+
+
FAKER_CXX_EXPORT std::string_view catchPhraseDescriptor()
Returns a random catch phrase descriptor.
- -

◆ catchPhraseNoun()

+ +

◆ catchPhraseNoun()

std::string_view faker::company::catchPhraseDescriptor FAKER_CXX_EXPORT std::string_view faker::company::catchPhraseDescriptor ( )
- + @@ -313,19 +313,19 @@

Returns
Catch phrase noun.
-
-
std::string_view catchPhraseNoun()
Returns a random catch phrase noun.
+
+
FAKER_CXX_EXPORT std::string_view catchPhraseNoun()
Returns a random catch phrase noun.
- -

◆ industry()

+ +

◆ industry()

std::string_view faker::company::catchPhraseNoun FAKER_CXX_EXPORT std::string_view faker::company::catchPhraseNoun ( )
- + @@ -335,19 +335,19 @@

Returns
Company industry.
-
faker::company::industry() // "Biotechnology"
-
std::string_view industry()
Returns a random company industry.
+
faker::company::industry() // "Biotechnology"
+
FAKER_CXX_EXPORT std::string_view industry()
Returns a random company industry.
- -

◆ name()

+ +

◆ name()

std::string_view faker::company::industry FAKER_CXX_EXPORT std::string_view faker::company::industry ( )
- + @@ -357,19 +357,19 @@

Returns
Company name.
-
faker::company::name() // "Adams Inc"
-
std::string name()
Returns a random company name.
+
faker::company::name() // "Adams Inc"
+
FAKER_CXX_EXPORT std::string name()
Returns a random company name.
- -

◆ type()

+ +

◆ type()

std::string faker::company::name FAKER_CXX_EXPORT std::string faker::company::name ( )
- + @@ -379,8 +379,8 @@

Returns
Company type.
-
faker::company::type() // "Nonprofit"
-
std::string_view type()
Returns a random company type.
+
faker::company::type() // "Nonprofit"
+
FAKER_CXX_EXPORT std::string_view type()
Returns a random company type.
diff --git a/namespacefaker_1_1computer.html b/namespacefaker_1_1computer.html index ce7621322..418df8961 100644 --- a/namespacefaker_1_1computer.html +++ b/namespacefaker_1_1computer.html @@ -107,43 +107,43 @@

std::string_view faker::company::type FAKER_CXX_EXPORT std::string_view faker::company::type ( )
- - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view type ()
 Returns a random computer type.
 
std::string_view manufacture ()
 Returns a random computer manufacture name.
 
std::string_view model ()
 Returns a random computer model.
 
std::string_view cpuManufacture ()
 Returns a random CPU manufacture name.
 
std::string_view cpuType ()
 Returns a random CPU type.
 
std::string_view cpuModel ()
 Returns a random CPU model.
 
std::string_view gpuManufacture ()
 Returns a random GPU manufacture name.
 
std::string_view gpuType ()
 Returns a random GPU type.
 
std::string_view gpuModel ()
 Returns a random GPU model.
 
FAKER_CXX_EXPORT std::string_view type ()
 Returns a random computer type.
 
FAKER_CXX_EXPORT std::string_view manufacture ()
 Returns a random computer manufacture name.
 
FAKER_CXX_EXPORT std::string_view model ()
 Returns a random computer model.
 
FAKER_CXX_EXPORT std::string_view cpuManufacture ()
 Returns a random CPU manufacture name.
 
FAKER_CXX_EXPORT std::string_view cpuType ()
 Returns a random CPU type.
 
FAKER_CXX_EXPORT std::string_view cpuModel ()
 Returns a random CPU model.
 
FAKER_CXX_EXPORT std::string_view gpuManufacture ()
 Returns a random GPU manufacture name.
 
FAKER_CXX_EXPORT std::string_view gpuType ()
 Returns a random GPU type.
 
FAKER_CXX_EXPORT std::string_view gpuModel ()
 Returns a random GPU model.
 

Function Documentation

- -

◆ cpuManufacture()

+ +

◆ cpuManufacture()

- + @@ -153,19 +153,19 @@

Returns
CPU manufacture name
-
-
std::string_view cpuManufacture()
Returns a random CPU manufacture name.
+
+
FAKER_CXX_EXPORT std::string_view cpuManufacture()
Returns a random CPU manufacture name.
- -

◆ cpuModel()

+ +

◆ cpuModel()

std::string_view faker::computer::cpuManufacture FAKER_CXX_EXPORT std::string_view faker::computer::cpuManufacture ( )
- + @@ -175,19 +175,19 @@

Returns
computer CPU model
-
faker::computer::cpuModel() // Core i9-11900k
-
std::string_view cpuModel()
Returns a random CPU model.
+
faker::computer::cpuModel() // Core i9-11900k
+
FAKER_CXX_EXPORT std::string_view cpuModel()
Returns a random CPU model.
- -

◆ cpuType()

+ +

◆ cpuType()

std::string_view faker::computer::cpuModel FAKER_CXX_EXPORT std::string_view faker::computer::cpuModel ( )
- + @@ -197,19 +197,19 @@

Returns
CPU type
-
-
std::string_view cpuType()
Returns a random CPU type.
+
+
FAKER_CXX_EXPORT std::string_view cpuType()
Returns a random CPU type.
- -

◆ gpuManufacture()

+ +

◆ gpuManufacture()

std::string_view faker::computer::cpuType FAKER_CXX_EXPORT std::string_view faker::computer::cpuType ( )
- + @@ -219,19 +219,19 @@

Returns
GPU manufacture name
-
-
std::string_view gpuManufacture()
Returns a random GPU manufacture name.
+
+
FAKER_CXX_EXPORT std::string_view gpuManufacture()
Returns a random GPU manufacture name.
- -

◆ gpuModel()

+ +

◆ gpuModel()

std::string_view faker::computer::gpuManufacture FAKER_CXX_EXPORT std::string_view faker::computer::gpuManufacture ( )
- + @@ -241,19 +241,19 @@

Returns
computer GPU model
-
faker::computer::gpuModel() // NVIDIA GeForce RTX 3080
-
std::string_view gpuModel()
Returns a random GPU model.
+
faker::computer::gpuModel() // NVIDIA GeForce RTX 3080
+
FAKER_CXX_EXPORT std::string_view gpuModel()
Returns a random GPU model.
- -

◆ gpuType()

+ +

◆ gpuType()

std::string_view faker::computer::gpuModel FAKER_CXX_EXPORT std::string_view faker::computer::gpuModel ( )
- + @@ -263,19 +263,19 @@

Returns
GPU type
-
faker::computer::gpuType() // Integrated
-
std::string_view gpuType()
Returns a random GPU type.
+
faker::computer::gpuType() // Integrated
+
FAKER_CXX_EXPORT std::string_view gpuType()
Returns a random GPU type.
- -

◆ manufacture()

+ +

◆ manufacture()

std::string_view faker::computer::gpuType FAKER_CXX_EXPORT std::string_view faker::computer::gpuType ( )
- + @@ -285,19 +285,19 @@

Returns
manufacture name
-
-
std::string_view manufacture()
Returns a random computer manufacture name.
+
+
FAKER_CXX_EXPORT std::string_view manufacture()
Returns a random computer manufacture name.
- -

◆ model()

+ +

◆ model()

std::string_view faker::computer::manufacture FAKER_CXX_EXPORT std::string_view faker::computer::manufacture ( )
- + @@ -307,19 +307,19 @@

Returns
computer model
-
faker::computer::model() // MacBook Air
-
std::string_view model()
Returns a random computer model.
+
faker::computer::model() // MacBook Air
+
FAKER_CXX_EXPORT std::string_view model()
Returns a random computer model.
- -

◆ type()

+ +

◆ type()

std::string_view faker::computer::model FAKER_CXX_EXPORT std::string_view faker::computer::model ( )
- + @@ -329,8 +329,8 @@

Returns
computer type
-
-
std::string_view type()
Returns a random computer type.
+
+
FAKER_CXX_EXPORT std::string_view type()
Returns a random computer type.
diff --git a/namespacefaker_1_1crypto.html b/namespacefaker_1_1crypto.html index 1a22208a1..0dcf96796 100644 --- a/namespacefaker_1_1crypto.html +++ b/namespacefaker_1_1crypto.html @@ -107,22 +107,22 @@

std::string_view faker::computer::type FAKER_CXX_EXPORT std::string_view faker::computer::type ( )
- - - - - - + + + + + +

Functions

std::string sha256 (std::optional< std::string >=std::nullopt)
 Returns a random SHA256 hash or hash of provided data.
 
std::string md5 (std::optional< std::string >=std::nullopt)
 Returns a random MD5 hash or hash of provided data.
 
FAKER_CXX_EXPORT std::string sha256 (std::optional< std::string >=std::nullopt)
 Returns a random SHA256 hash or hash of provided data.
 
FAKER_CXX_EXPORT std::string md5 (std::optional< std::string >=std::nullopt)
 Returns a random MD5 hash or hash of provided data.
 

Function Documentation

- -

◆ md5()

+ +

◆ md5()

- + @@ -132,21 +132,21 @@

Returns
MD5 hash string.
-
faker::crypto::md5("hello world") // "5eb63bbbe01eeed093cb22bb8f5acdc3"
-
faker::crypto::md5() // Random hash of random word
-
std::string md5(std::optional< std::string >=std::nullopt)
Returns a random MD5 hash or hash of provided data.
-
Definition Airline.h:6
+
faker::crypto::md5("hello world") // "5eb63bbbe01eeed093cb22bb8f5acdc3"
+
faker::crypto::md5() // Random hash of random word
+
FAKER_CXX_EXPORT std::string md5(std::optional< std::string >=std::nullopt)
Returns a random MD5 hash or hash of provided data.
+
Definition Airline.h:7
- -

◆ sha256()

+ +

◆ sha256()

std::string faker::crypto::md5 FAKER_CXX_EXPORT std::string faker::crypto::md5 ( std::optional< std::string > = std::nullopt)
- + @@ -156,9 +156,9 @@

Returns
SHA256 hash string.
-
faker::crypto::sha256("hello world") // "b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9"
-
faker::crypto::sha256() // Random hash of random
-
std::string sha256(std::optional< std::string >=std::nullopt)
Returns a random SHA256 hash or hash of provided data.
+
faker::crypto::sha256("hello world") // "b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9"
+
faker::crypto::sha256() // Random hash of random
+
FAKER_CXX_EXPORT std::string sha256(std::optional< std::string >=std::nullopt)
Returns a random SHA256 hash or hash of provided data.
diff --git a/namespacefaker_1_1database.html b/namespacefaker_1_1database.html index 7c5f46819..3ce591b24 100644 --- a/namespacefaker_1_1database.html +++ b/namespacefaker_1_1database.html @@ -107,31 +107,31 @@

std::string faker::crypto::sha256 FAKER_CXX_EXPORT std::string faker::crypto::sha256 ( std::optional< std::string > = std::nullopt)
- - - - - - - - - - - - - - - + + + + + + + + + + + + + + +

Functions

std::string_view columnName ()
 Returns a random database column name.
 
std::string_view columnType ()
 Returns a random database column type.
 
std::string_view collation ()
 Returns a random database collation.
 
std::string_view engine ()
 Returns a random database engine.
 
std::string mongoDbObjectId ()
 Returns a MongoDB Object Id.
 
FAKER_CXX_EXPORT std::string_view columnName ()
 Returns a random database column name.
 
FAKER_CXX_EXPORT std::string_view columnType ()
 Returns a random database column type.
 
FAKER_CXX_EXPORT std::string_view collation ()
 Returns a random database collation.
 
FAKER_CXX_EXPORT std::string_view engine ()
 Returns a random database engine.
 
FAKER_CXX_EXPORT std::string mongoDbObjectId ()
 Returns a MongoDB Object Id.
 

Function Documentation

- -

◆ collation()

+ +

◆ collation()

- + @@ -141,19 +141,19 @@

Returns
Database collation.
-
faker::database::collation() // "utf8_unicode_ci"
-
std::string_view collation()
Returns a random database collation.
+
faker::database::collation() // "utf8_unicode_ci"
+
FAKER_CXX_EXPORT std::string_view collation()
Returns a random database collation.
- -

◆ columnName()

+ +

◆ columnName()

std::string_view faker::database::collation FAKER_CXX_EXPORT std::string_view faker::database::collation ( )
- + @@ -163,19 +163,19 @@

Returns
Database column name.
-
faker::database::columnName() // "created_at"
-
std::string_view columnName()
Returns a random database column name.
+
faker::database::columnName() // "created_at"
+
FAKER_CXX_EXPORT std::string_view columnName()
Returns a random database column name.
- -

◆ columnType()

+ +

◆ columnType()

std::string_view faker::database::columnName FAKER_CXX_EXPORT std::string_view faker::database::columnName ( )
- + @@ -185,19 +185,19 @@

Returns
Database column type.
-
-
std::string_view columnType()
Returns a random database column type.
+
+
FAKER_CXX_EXPORT std::string_view columnType()
Returns a random database column type.
- -

◆ engine()

+ +

◆ engine()

std::string_view faker::database::columnType FAKER_CXX_EXPORT std::string_view faker::database::columnType ( )
- + @@ -207,19 +207,19 @@

Returns
Database engine.
-
-
std::string_view engine()
Returns a random database engine.
+
+
FAKER_CXX_EXPORT std::string_view engine()
Returns a random database engine.
- -

◆ mongoDbObjectId()

+ +

◆ mongoDbObjectId()

std::string_view faker::database::engine FAKER_CXX_EXPORT std::string_view faker::database::engine ( )
- + @@ -229,8 +229,8 @@

Returns
MongoDB Object Id.
-
faker::database::mongoDbObjectId() // "e175cac316a79afdd0ad3afb"
-
std::string mongoDbObjectId()
Returns a MongoDB Object Id.
+
faker::database::mongoDbObjectId() // "e175cac316a79afdd0ad3afb"
+
FAKER_CXX_EXPORT std::string mongoDbObjectId()
Returns a MongoDB Object Id.
diff --git a/namespacefaker_1_1datatype.html b/namespacefaker_1_1datatype.html index d13a63f6e..6fbd816be 100644 --- a/namespacefaker_1_1datatype.html +++ b/namespacefaker_1_1datatype.html @@ -107,22 +107,22 @@

std::string faker::database::mongoDbObjectId FAKER_CXX_EXPORT std::string faker::database::mongoDbObjectId ( )
- - - - - - + + + + + +

Functions

bool boolean ()
 Returns a random boolean.
 
bool boolean (double probability)
 Returns a random boolean. **Note:** A probability of `0.75` results in `true` being returned `75%` of the calls; likewise `0.3` => `30%`. If the probability is `<= 0.0`, it will always return `false`. If the probability is `>= 1.0`, it will always return `true`. The probability is limited to two decimal places.
 
FAKER_CXX_EXPORT bool boolean ()
 Returns a random boolean.
 
FAKER_CXX_EXPORT bool boolean (double probability)
 Returns a random boolean. **Note:** A probability of `0.75` results in `true` being returned `75%` of the calls; likewise `0.3` => `30%`. If the probability is `<= 0.0`, it will always return `false`. If the probability is `>= 1.0`, it will always return `true`. The probability is limited to two decimal places.
 

Function Documentation

- -

◆ boolean() [1/2]

+ +

◆ boolean() [1/2]

- + @@ -132,19 +132,19 @@

Returns
Boolean.
-
-
bool boolean()
Returns a random boolean.
+
+
FAKER_CXX_EXPORT bool boolean()
Returns a random boolean.
- -

◆ boolean() [2/2]

+ +

◆ boolean() [2/2]

bool faker::datatype::boolean FAKER_CXX_EXPORT bool faker::datatype::boolean ( )
- + @@ -160,10 +160,10 @@

Returns
Boolean.
-
+
faker::datatype::boolean(0.9) // "true"
faker::datatype::boolean(0.1) // "false"
-
Definition Airline.h:6
+
Definition Airline.h:7
diff --git a/namespacefaker_1_1date.html b/namespacefaker_1_1date.html index 9d19b9d8f..c89df6b06 100644 --- a/namespacefaker_1_1date.html +++ b/namespacefaker_1_1date.html @@ -115,63 +115,63 @@

bool faker::datatype::boolean FAKER_CXX_EXPORT bool faker::datatype::boolean ( double probability)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string pastDate (int years=1, DateFormat dateFormat=DateFormat::ISO)
 Generates a random date in the past.
 
std::string futureDate (int years=1, DateFormat dateFormat=DateFormat::ISO)
 Generates a random date in the future.
 
std::string recentDate (int days=3, DateFormat dateFormat=DateFormat::ISO)
 Generates a random date in the recent past.
 
std::string soonDate (int days=3, DateFormat dateFormat=DateFormat::ISO)
 Generates a random date in the soon future.
 
std::string birthdateByAge (int minAge=18, int maxAge=80, DateFormat dateFormat=DateFormat::ISO)
 Generates a random birthdate by age.
 
std::string birthdateByYear (int minYear=1920, int maxYear=2000, DateFormat dateFormat=DateFormat::ISO)
 Generates a random birthdate by year.
 
std::string_view weekdayName ()
 Returns a name of random day of the week.
 
std::string_view weekdayAbbreviatedName ()
 Returns an abbreviated name of random day of the week.
 
std::string_view monthName ()
 Returns a random name of a month.
 
std::string_view monthAbbreviatedName ()
 Returns an abbreviated name of random month.
 
unsigned year ()
 Returns random year.
 
unsigned month ()
 Returns random month.
 
unsigned hour ()
 Returns random hour.
 
unsigned minute ()
 Returns random minute.
 
unsigned second ()
 Returns random second.
 
std::string time ()
 Returns random time string.
 
unsigned dayOfMonth ()
 Returns random day of month.
 
unsigned dayOfWeek ()
 Returns random day of week.
 
std::string_view timezoneRandom ()
 Returns random timezone.
 
FAKER_CXX_EXPORT std::string pastDate (int years=1, DateFormat dateFormat=DateFormat::ISO)
 Generates a random date in the past.
 
FAKER_CXX_EXPORT std::string futureDate (int years=1, DateFormat dateFormat=DateFormat::ISO)
 Generates a random date in the future.
 
FAKER_CXX_EXPORT std::string recentDate (int days=3, DateFormat dateFormat=DateFormat::ISO)
 Generates a random date in the recent past.
 
FAKER_CXX_EXPORT std::string soonDate (int days=3, DateFormat dateFormat=DateFormat::ISO)
 Generates a random date in the soon future.
 
FAKER_CXX_EXPORT std::string birthdateByAge (int minAge=18, int maxAge=80, DateFormat dateFormat=DateFormat::ISO)
 Generates a random birthdate by age.
 
FAKER_CXX_EXPORT std::string birthdateByYear (int minYear=1920, int maxYear=2000, DateFormat dateFormat=DateFormat::ISO)
 Generates a random birthdate by year.
 
FAKER_CXX_EXPORT std::string_view weekdayName ()
 Returns a name of random day of the week.
 
FAKER_CXX_EXPORT std::string_view weekdayAbbreviatedName ()
 Returns an abbreviated name of random day of the week.
 
FAKER_CXX_EXPORT std::string_view monthName ()
 Returns a random name of a month.
 
FAKER_CXX_EXPORT std::string_view monthAbbreviatedName ()
 Returns an abbreviated name of random month.
 
FAKER_CXX_EXPORT unsigned year ()
 Returns random year.
 
FAKER_CXX_EXPORT unsigned month ()
 Returns random month.
 
FAKER_CXX_EXPORT unsigned hour ()
 Returns random hour.
 
FAKER_CXX_EXPORT unsigned minute ()
 Returns random minute.
 
FAKER_CXX_EXPORT unsigned second ()
 Returns random second.
 
FAKER_CXX_EXPORT std::string time ()
 Returns random time string.
 
FAKER_CXX_EXPORT unsigned dayOfMonth ()
 Returns random day of month.
 
FAKER_CXX_EXPORT unsigned dayOfWeek ()
 Returns random day of week.
 
FAKER_CXX_EXPORT std::string_view timezoneRandom ()
 Returns random timezone.
 

Enumeration Type Documentation

@@ -201,14 +201,14 @@

Function Documentation

- -

◆ birthdateByAge()

+ +

◆ birthdateByAge()

- + @@ -234,26 +234,26 @@

Returns
ISO formatted string.
-
faker::date::birthdateByAge() // "2002-12-07T23:20:12Z"
-
faker::date::birthdateByAge(20, 30) // "1996-11-14T11:27:09Z"
-
faker::date::birthdateByAge(20, 30, DateFormat::ISO) // "1996-11-14T11:27:09Z"
-
faker::date::birthdateByAge(20, 30, DateFormat::Timestamp) // "1718229989"
-
DateFormat
Definition Date.h:8
+
faker::date::birthdateByAge() // "2002-12-07T23:20:12Z"
+
faker::date::birthdateByAge(20, 30) // "1996-11-14T11:27:09Z"
+
faker::date::birthdateByAge(20, 30, DateFormat::ISO) // "1996-11-14T11:27:09Z"
+
faker::date::birthdateByAge(20, 30, DateFormat::Timestamp) // "1718229989"
+
DateFormat
Definition Date.h:9
-
std::string birthdateByAge(int minAge=18, int maxAge=80, DateFormat dateFormat=DateFormat::ISO)
Generates a random birthdate by age.
-
Definition Airline.h:6
+
FAKER_CXX_EXPORT std::string birthdateByAge(int minAge=18, int maxAge=80, DateFormat dateFormat=DateFormat::ISO)
Generates a random birthdate by age.
+
Definition Airline.h:7
- -

◆ birthdateByYear()

+ +

◆ birthdateByYear()

std::string faker::date::birthdateByAge FAKER_CXX_EXPORT std::string faker::date::birthdateByAge ( int minAge = 18,
- + @@ -279,22 +279,22 @@

Returns
ISO formatted string.
-
faker::date::birthdateByYear() // "1965-02-19T02:19:47Z"
-
faker::date::birthdateByYear(1996, 1996) // "1996-05-19T12:00:23Z"
-
faker::date::birthdateByYear(1996, 1996, DateFormat::ISO) // "1996-05-19T12:00:23Z"
-
faker::date::birthdateByYear(1996, 1996, DateFormat::Timestamp) // "1718229989"
-
std::string birthdateByYear(int minYear=1920, int maxYear=2000, DateFormat dateFormat=DateFormat::ISO)
Generates a random birthdate by year.
+
faker::date::birthdateByYear() // "1965-02-19T02:19:47Z"
+
faker::date::birthdateByYear(1996, 1996) // "1996-05-19T12:00:23Z"
+
faker::date::birthdateByYear(1996, 1996, DateFormat::ISO) // "1996-05-19T12:00:23Z"
+
faker::date::birthdateByYear(1996, 1996, DateFormat::Timestamp) // "1718229989"
+
FAKER_CXX_EXPORT std::string birthdateByYear(int minYear=1920, int maxYear=2000, DateFormat dateFormat=DateFormat::ISO)
Generates a random birthdate by year.
- -

◆ dayOfMonth()

+ +

◆ dayOfMonth()

std::string faker::date::birthdateByYear FAKER_CXX_EXPORT std::string faker::date::birthdateByYear ( int minYear = 1920,
- + @@ -304,19 +304,19 @@

Returns
A random day of month
-
-
unsigned dayOfMonth()
Returns random day of month.
+
+
FAKER_CXX_EXPORT unsigned dayOfMonth()
Returns random day of month.
- -

◆ dayOfWeek()

+ +

◆ dayOfWeek()

unsigned faker::date::dayOfMonth FAKER_CXX_EXPORT unsigned faker::date::dayOfMonth ( )
- + @@ -326,19 +326,19 @@

Returns
A random day of week
-
-
unsigned dayOfWeek()
Returns random day of week.
+
+
FAKER_CXX_EXPORT unsigned dayOfWeek()
Returns random day of week.
- -

◆ futureDate()

+ +

◆ futureDate()

unsigned faker::date::dayOfWeek FAKER_CXX_EXPORT unsigned faker::date::dayOfWeek ( )
- + @@ -358,22 +358,22 @@

Returns
ISO formatted string.
-
faker::date::futureDate() // "2023-09-27T09:47:46Z"
-
faker::date::futureDate(5) // "2024-06-11T19:46:29Z"
-
faker::date::futureDate(5, DateFormat::ISO) // "2024-06-11T19:46:29Z"
-
faker::date::futureDate(5, DateFormat::Timestamp) // "1718229989"
-
std::string futureDate(int years=1, DateFormat dateFormat=DateFormat::ISO)
Generates a random date in the future.
+
faker::date::futureDate() // "2023-09-27T09:47:46Z"
+
faker::date::futureDate(5) // "2024-06-11T19:46:29Z"
+
faker::date::futureDate(5, DateFormat::ISO) // "2024-06-11T19:46:29Z"
+
faker::date::futureDate(5, DateFormat::Timestamp) // "1718229989"
+
FAKER_CXX_EXPORT std::string futureDate(int years=1, DateFormat dateFormat=DateFormat::ISO)
Generates a random date in the future.
- -

◆ hour()

+ +

◆ hour()

std::string faker::date::futureDate FAKER_CXX_EXPORT std::string faker::date::futureDate ( int years = 1,
- + @@ -383,19 +383,19 @@

Returns
A random month
-
-
unsigned hour()
Returns random hour.
+
+
FAKER_CXX_EXPORT unsigned hour()
Returns random hour.
- -

◆ minute()

+ +

◆ minute()

unsigned faker::date::hour FAKER_CXX_EXPORT unsigned faker::date::hour ( )
- + @@ -405,19 +405,19 @@

Returns
A random minute
-
-
unsigned minute()
Returns random minute.
+
+
FAKER_CXX_EXPORT unsigned minute()
Returns random minute.
- -

◆ month()

+ +

◆ month()

unsigned faker::date::minute FAKER_CXX_EXPORT unsigned faker::date::minute ( )
- + @@ -427,19 +427,19 @@

Returns
A random month
-
-
unsigned month()
Returns random month.
+
+
FAKER_CXX_EXPORT unsigned month()
Returns random month.
- -

◆ monthAbbreviatedName()

+ +

◆ monthAbbreviatedName()

unsigned faker::date::month FAKER_CXX_EXPORT unsigned faker::date::month ( )
- + @@ -449,19 +449,19 @@

Returns
Abbreviated name of the month.
-
-
std::string_view monthAbbreviatedName()
Returns an abbreviated name of random month.
+
+
FAKER_CXX_EXPORT std::string_view monthAbbreviatedName()
Returns an abbreviated name of random month.
- -

◆ monthName()

+ +

◆ monthName()

std::string_view faker::date::monthAbbreviatedName FAKER_CXX_EXPORT std::string_view faker::date::monthAbbreviatedName ( )
- + @@ -471,19 +471,19 @@

Returns
Name of the month.
-
faker::date::monthName() // "October"
-
std::string_view monthName()
Returns a random name of a month.
+
faker::date::monthName() // "October"
+
FAKER_CXX_EXPORT std::string_view monthName()
Returns a random name of a month.
- -

◆ pastDate()

+ +

◆ pastDate()

std::string_view faker::date::monthName FAKER_CXX_EXPORT std::string_view faker::date::monthName ( )
- + @@ -503,22 +503,22 @@

Returns
ISO formatted string.
-
faker::date::pastDate() // "2023-12-08T19:31:32Z"
-
faker::date::pastDate(5) // "2020-06-16T15:24:09Z"
-
faker::date::pastDate(5, DateFormat::ISO) // "2020-06-16T15:24:09Z"
-
faker::date::pastDate(5, DateFormat::Timestamp) // "1592321049"
-
std::string pastDate(int years=1, DateFormat dateFormat=DateFormat::ISO)
Generates a random date in the past.
+
faker::date::pastDate() // "2023-12-08T19:31:32Z"
+
faker::date::pastDate(5) // "2020-06-16T15:24:09Z"
+
faker::date::pastDate(5, DateFormat::ISO) // "2020-06-16T15:24:09Z"
+
faker::date::pastDate(5, DateFormat::Timestamp) // "1592321049"
+
FAKER_CXX_EXPORT std::string pastDate(int years=1, DateFormat dateFormat=DateFormat::ISO)
Generates a random date in the past.
- -

◆ recentDate()

+ +

◆ recentDate()

std::string faker::date::pastDate FAKER_CXX_EXPORT std::string faker::date::pastDate ( int years = 1,
- + @@ -538,22 +538,22 @@

Returns
ISO formatted string.
-
faker::date::recentDate() // "2023-07-05T14:12:40Z"
-
faker::date::recentDate(10) // "2023-06-29T18:24:12Z"
-
faker::date::recentDate(10, DateFormat::ISO) // "2023-06-29T18:24:12Z"
-
faker::date::recentDate(10, DateFormat::Timestamp) // "1718229989"
-
std::string recentDate(int days=3, DateFormat dateFormat=DateFormat::ISO)
Generates a random date in the recent past.
+
faker::date::recentDate() // "2023-07-05T14:12:40Z"
+
faker::date::recentDate(10) // "2023-06-29T18:24:12Z"
+
faker::date::recentDate(10, DateFormat::ISO) // "2023-06-29T18:24:12Z"
+
faker::date::recentDate(10, DateFormat::Timestamp) // "1718229989"
+
FAKER_CXX_EXPORT std::string recentDate(int days=3, DateFormat dateFormat=DateFormat::ISO)
Generates a random date in the recent past.
- -

◆ second()

+ +

◆ second()

std::string faker::date::recentDate FAKER_CXX_EXPORT std::string faker::date::recentDate ( int days = 3,
- + @@ -563,19 +563,19 @@

Returns
A random second
-
-
unsigned second()
Returns random second.
+
+
FAKER_CXX_EXPORT unsigned second()
Returns random second.
- -

◆ soonDate()

+ +

◆ soonDate()

unsigned faker::date::second FAKER_CXX_EXPORT unsigned faker::date::second ( )
- + @@ -595,22 +595,22 @@

Returns
ISO formatted string.
-
faker::date::soonDate() // "2023-07-07T18:19:12Z"
-
faker::date::soonDate(10) // "2023-07-15T09:59:11Z"
-
faker::date::soonDate(10, DateFormat::ISO) // "2023-07-15T09:59:11Z"
-
faker::date::soonDate(10, DateFormat::Timestamp) // "1718229989"
-
std::string soonDate(int days=3, DateFormat dateFormat=DateFormat::ISO)
Generates a random date in the soon future.
+
faker::date::soonDate() // "2023-07-07T18:19:12Z"
+
faker::date::soonDate(10) // "2023-07-15T09:59:11Z"
+
faker::date::soonDate(10, DateFormat::ISO) // "2023-07-15T09:59:11Z"
+
faker::date::soonDate(10, DateFormat::Timestamp) // "1718229989"
+
FAKER_CXX_EXPORT std::string soonDate(int days=3, DateFormat dateFormat=DateFormat::ISO)
Generates a random date in the soon future.
- -

◆ time()

+ +

◆ time()

std::string faker::date::soonDate FAKER_CXX_EXPORT std::string faker::date::soonDate ( int days = 3,
- + @@ -620,19 +620,19 @@

Returns
A random time string
-
-
std::string time()
Returns random time string.
+
+
FAKER_CXX_EXPORT std::string time()
Returns random time string.
- -

◆ timezoneRandom()

+ +

◆ timezoneRandom()

std::string faker::date::time FAKER_CXX_EXPORT std::string faker::date::time ( )
- + @@ -642,19 +642,19 @@

Returns
A random timezone
-
-
std::string_view timezoneRandom()
Returns random timezone.
+
+
FAKER_CXX_EXPORT std::string_view timezoneRandom()
Returns random timezone.
- -

◆ weekdayAbbreviatedName()

+ +

◆ weekdayAbbreviatedName()

std::string_view faker::date::timezoneRandom FAKER_CXX_EXPORT std::string_view faker::date::timezoneRandom ( )
- + @@ -664,19 +664,19 @@

Returns
Abbreviated name of the weekday.
-
-
std::string_view weekdayAbbreviatedName()
Returns an abbreviated name of random day of the week.
+
+
FAKER_CXX_EXPORT std::string_view weekdayAbbreviatedName()
Returns an abbreviated name of random day of the week.
- -

◆ weekdayName()

+ +

◆ weekdayName()

std::string_view faker::date::weekdayAbbreviatedName FAKER_CXX_EXPORT std::string_view faker::date::weekdayAbbreviatedName ( )
- + @@ -686,19 +686,19 @@

Returns
Name of the weekday.
-
-
std::string_view weekdayName()
Returns a name of random day of the week.
+
+
FAKER_CXX_EXPORT std::string_view weekdayName()
Returns a name of random day of the week.
- -

◆ year()

+ +

◆ year()

std::string_view faker::date::weekdayName FAKER_CXX_EXPORT std::string_view faker::date::weekdayName ( )
- + @@ -708,8 +708,8 @@

Returns
A random year
-
-
unsigned year()
Returns random year.
+
+
FAKER_CXX_EXPORT unsigned year()
Returns random year.
diff --git a/namespacefaker_1_1finance.html b/namespacefaker_1_1finance.html index f8bd09a42..c5a4f24c5 100644 --- a/namespacefaker_1_1finance.html +++ b/namespacefaker_1_1finance.html @@ -176,48 +176,48 @@

unsigned faker::date::year FAKER_CXX_EXPORT unsigned faker::date::year ( )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

Currency currency ()
 Returns a random currency.
 
std::string_view currencyName ()
 Returns a random currency name.
 
std::string_view currencyCode ()
 Returns a random currency code.
 
std::string_view currencySymbol ()
 Returns a random currency symbol.
 
std::string_view accountType ()
 Returns a random account type.
 
std::string amount (double min=0, double max=1000, Precision precision=Precision::TwoDp, const std::string &symbol="")
 Generates a random amount between the given bounds (inclusive).
 
std::string iban (std::optional< IbanCountry > country=std::nullopt)
 
std::string_view bic (std::optional< BicCountry > country=std::nullopt)
 
std::string accountNumber (unsigned length=8)
 
std::string pin (unsigned length=4)
 
std::string routingNumber ()
 
std::string creditCardNumber (std::optional< CreditCardType > creditCardType=std::nullopt)
 
std::string creditCardCvv ()
 
std::string bitcoinAddress ()
 
std::string litecoinAddress ()
 
std::string ethereumAddress ()
 
std::string creditCardExpirationDate ()
 
std::string_view creditCardType ()
 
FAKER_CXX_EXPORT Currency currency ()
 Returns a random currency.
 
FAKER_CXX_EXPORT std::string_view currencyName ()
 Returns a random currency name.
 
FAKER_CXX_EXPORT std::string_view currencyCode ()
 Returns a random currency code.
 
FAKER_CXX_EXPORT std::string_view currencySymbol ()
 Returns a random currency symbol.
 
FAKER_CXX_EXPORT std::string_view accountType ()
 Returns a random account type.
 
FAKER_CXX_EXPORT std::string amount (double min=0, double max=1000, Precision precision=Precision::TwoDp, const std::string &symbol="")
 Generates a random amount between the given bounds (inclusive).
 
FAKER_CXX_EXPORT std::string iban (std::optional< IbanCountry > country=std::nullopt)
 
FAKER_CXX_EXPORT std::string_view bic (std::optional< BicCountry > country=std::nullopt)
 
FAKER_CXX_EXPORT std::string accountNumber (unsigned length=8)
 
FAKER_CXX_EXPORT std::string pin (unsigned length=4)
 
FAKER_CXX_EXPORT std::string routingNumber ()
 
FAKER_CXX_EXPORT std::string creditCardNumber (std::optional< CreditCardType > creditCardType=std::nullopt)
 
FAKER_CXX_EXPORT std::string creditCardCvv ()
 
FAKER_CXX_EXPORT std::string bitcoinAddress ()
 
FAKER_CXX_EXPORT std::string litecoinAddress ()
 
FAKER_CXX_EXPORT std::string ethereumAddress ()
 
FAKER_CXX_EXPORT std::string creditCardExpirationDate ()
 
FAKER_CXX_EXPORT std::string_view creditCardType ()
 

Enumeration Type Documentation

@@ -334,14 +334,14 @@

Function Documentation

- -

◆ accountNumber()

+ +

◆ accountNumber()

- + @@ -356,21 +356,21 @@

Returns
Account number.
-
-
faker::finance::accountNumber(26) // "55875455514825927518796290"
-
std::string accountNumber(unsigned length=8)
-
Definition Airline.h:6
+
+
faker::finance::accountNumber(26) // "55875455514825927518796290"
+
FAKER_CXX_EXPORT std::string accountNumber(unsigned length=8)
+
Definition Airline.h:7
- -

◆ accountType()

+ +

◆ accountType()

std::string faker::finance::accountNumber FAKER_CXX_EXPORT std::string faker::finance::accountNumber ( unsigned length = 8)
- + @@ -380,19 +380,19 @@

Returns
Account type.
-
-
std::string_view accountType()
Returns a random account type.
+
+
FAKER_CXX_EXPORT std::string_view accountType()
Returns a random account type.
- -

◆ amount()

+ +

◆ amount()

std::string_view faker::finance::accountType FAKER_CXX_EXPORT std::string_view faker::finance::accountType ( )
- + @@ -425,22 +425,22 @@

Returns
Amount of money as string.
-
-
faker::finance::amount(5, 10) // "4.22"
-
faker::finance::amount(5, 10, Precision::ZeroDp) // "4"
-
faker::finance::amount(5, 10, Precision::TwoDp, "$") // "$5.85"
-
std::string amount(double min=0, double max=1000, Precision precision=Precision::TwoDp, const std::string &symbol="")
Generates a random amount between the given bounds (inclusive).
+
+
faker::finance::amount(5, 10) // "4.22"
+
faker::finance::amount(5, 10, Precision::ZeroDp) // "4"
+
faker::finance::amount(5, 10, Precision::TwoDp, "$") // "$5.85"
+
FAKER_CXX_EXPORT std::string amount(double min=0, double max=1000, Precision precision=Precision::TwoDp, const std::string &symbol="")
Generates a random amount between the given bounds (inclusive).
- -

◆ bic()

+ +

◆ bic()

std::string faker::finance::amount FAKER_CXX_EXPORT std::string faker::finance::amount ( double min = 0,
- + @@ -455,20 +455,20 @@

Returns
BIC.
-
+
+
FAKER_CXX_EXPORT std::string_view bic(std::optional< BicCountry > country=std::nullopt)
-
std::string_view bic(std::optional< BicCountry > country=std::nullopt)
- -

◆ bitcoinAddress()

+ +

◆ bitcoinAddress()

std::string_view faker::finance::bic FAKER_CXX_EXPORT std::string_view faker::finance::bic ( std::optional< BicCountry > country = std::nullopt)
- + @@ -477,19 +477,19 @@

Generates a random bitcoin address.

Returns
Bitcoin address.
-
faker::finance::bitcoinAddress() // "3ySdvCkTLVy7gKD4j6JfSaf5d"
-
std::string bitcoinAddress()
+
faker::finance::bitcoinAddress() // "3ySdvCkTLVy7gKD4j6JfSaf5d"
+
FAKER_CXX_EXPORT std::string bitcoinAddress()
- -

◆ creditCardCvv()

+ +

◆ creditCardCvv()

std::string faker::finance::bitcoinAddress FAKER_CXX_EXPORT std::string faker::finance::bitcoinAddress ( )
- + @@ -498,19 +498,19 @@

Generates a random credit card CVV.

Returns
Credit card CVV.
-
-
std::string creditCardCvv()
+
+
FAKER_CXX_EXPORT std::string creditCardCvv()
- -

◆ creditCardExpirationDate()

+ +

◆ creditCardExpirationDate()

std::string faker::finance::creditCardCvv FAKER_CXX_EXPORT std::string faker::finance::creditCardCvv ( )
- + @@ -519,19 +519,19 @@

Generates a random expiration date.

Returns
std::string date.
-
-
std::string creditCardExpirationDate()
+
+
FAKER_CXX_EXPORT std::string creditCardExpirationDate()
- -

◆ creditCardNumber()

+ +

◆ creditCardNumber()

std::string faker::finance::creditCardExpirationDate FAKER_CXX_EXPORT std::string faker::finance::creditCardExpirationDate ( )
- + @@ -546,19 +546,19 @@

Returns
Credit card number.
-
-
std::string creditCardNumber(std::optional< CreditCardType > creditCardType=std::nullopt)
+
+
FAKER_CXX_EXPORT std::string creditCardNumber(std::optional< CreditCardType > creditCardType=std::nullopt)
- -

◆ creditCardType()

+ +

◆ creditCardType()

std::string faker::finance::creditCardNumber FAKER_CXX_EXPORT std::string faker::finance::creditCardNumber ( std::optional< CreditCardType > creditCardType = std::nullopt)
- + @@ -567,19 +567,19 @@

Generates a random credit card type.

Returns
std::string creditCardType.
-
-
std::string_view creditCardType()
+
+
FAKER_CXX_EXPORT std::string_view creditCardType()
- -

◆ currency()

+ +

◆ currency()

std::string_view faker::finance::creditCardType FAKER_CXX_EXPORT std::string_view faker::finance::creditCardType ( )
- + @@ -589,19 +589,19 @@

Returns
Currency.
-
faker::finance::currency() // "{"US Dollar","USD","$"}"
-
Currency currency()
Returns a random currency.
+
faker::finance::currency() // "{"US Dollar","USD","$"}"
+
FAKER_CXX_EXPORT Currency currency()
Returns a random currency.
- -

◆ currencyCode()

+ +

◆ currencyCode()

Currency faker::finance::currency FAKER_CXX_EXPORT Currency faker::finance::currency ( )
- + @@ -611,19 +611,19 @@

Returns
Code of the currency.
-
-
std::string_view currencyCode()
Returns a random currency code.
+
+
FAKER_CXX_EXPORT std::string_view currencyCode()
Returns a random currency code.
- -

◆ currencyName()

+ +

◆ currencyName()

std::string_view faker::finance::currencyCode FAKER_CXX_EXPORT std::string_view faker::finance::currencyCode ( )
- + @@ -633,19 +633,19 @@

Returns
Name of the currency.
-
-
std::string_view currencyName()
Returns a random currency name.
+
+
FAKER_CXX_EXPORT std::string_view currencyName()
Returns a random currency name.
- -

◆ currencySymbol()

+ +

◆ currencySymbol()

std::string_view faker::finance::currencyName FAKER_CXX_EXPORT std::string_view faker::finance::currencyName ( )
- + @@ -655,19 +655,19 @@

Returns
Symbol of the currency.
-
-
std::string_view currencySymbol()
Returns a random currency symbol.
+
+
FAKER_CXX_EXPORT std::string_view currencySymbol()
Returns a random currency symbol.
- -

◆ ethereumAddress()

+ +

◆ ethereumAddress()

std::string_view faker::finance::currencySymbol FAKER_CXX_EXPORT std::string_view faker::finance::currencySymbol ( )
- + @@ -676,19 +676,19 @@

Generates a random ethereum address.

Returns
Ethereum address.
-
faker::finance::ethereumAddress() // "0xf03dfeecbafc5147241cc4c4ca20b3c9dfd04c4a"
-
std::string ethereumAddress()
+
faker::finance::ethereumAddress() // "0xf03dfeecbafc5147241cc4c4ca20b3c9dfd04c4a"
+
FAKER_CXX_EXPORT std::string ethereumAddress()
- -

◆ iban()

+ +

◆ iban()

std::string faker::finance::ethereumAddress FAKER_CXX_EXPORT std::string faker::finance::ethereumAddress ( )
- + @@ -703,20 +703,20 @@

Returns
IBAN.
-
faker::finance::iban(IbanCountry::Poland) // "PL61109010140000071219812874"
+
faker::finance::iban(IbanCountry::Poland) // "PL61109010140000071219812874"
+
FAKER_CXX_EXPORT std::string iban(std::optional< IbanCountry > country=std::nullopt)
-
std::string iban(std::optional< IbanCountry > country=std::nullopt)
- -

◆ litecoinAddress()

+ +

◆ litecoinAddress()

std::string faker::finance::iban FAKER_CXX_EXPORT std::string faker::finance::iban ( std::optional< IbanCountry > country = std::nullopt)
- + @@ -725,19 +725,19 @@

Generates a random litecoin address.

Returns
Litecoin address.
-
faker::finance::litecoinAddress() // "LoQaSTGWBRXkWfyxKbNKuPrAWGELzcW"
-
std::string litecoinAddress()
+
faker::finance::litecoinAddress() // "LoQaSTGWBRXkWfyxKbNKuPrAWGELzcW"
+
FAKER_CXX_EXPORT std::string litecoinAddress()
- -

◆ pin()

+ +

◆ pin()

std::string faker::finance::litecoinAddress FAKER_CXX_EXPORT std::string faker::finance::litecoinAddress ( )
- + @@ -752,20 +752,20 @@

Returns
PIN number.
-
-
faker::finance::pin(8) // "21378928"
-
std::string pin(unsigned length=4)
+
+
faker::finance::pin(8) // "21378928"
+
FAKER_CXX_EXPORT std::string pin(unsigned length=4)
- -

◆ routingNumber()

+ +

◆ routingNumber()

std::string faker::finance::pin FAKER_CXX_EXPORT std::string faker::finance::pin ( unsigned length = 4)
- + @@ -774,8 +774,8 @@

Generates a random routing number.

Returns
Routing number.
-
-
std::string routingNumber()
+
+
FAKER_CXX_EXPORT std::string routingNumber()
diff --git a/namespacefaker_1_1finance.js b/namespacefaker_1_1finance.js index 7d02b99a8..306074678 100644 --- a/namespacefaker_1_1finance.js +++ b/namespacefaker_1_1finance.js @@ -48,22 +48,22 @@ var namespacefaker_1_1finance = [ "Spain", "namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a907eba32d950bfab68227fd7ea22999b", null ], [ "Sweden", "namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918ac8f4261f9f46e6465709e17ebea7a92b", null ] ] ], - [ "accountNumber", "namespacefaker_1_1finance.html#afc0f410251fed7d07e024b2e0a0729b3", null ], - [ "accountType", "namespacefaker_1_1finance.html#abfae8042955482e83a5bab01e8316945", null ], - [ "amount", "namespacefaker_1_1finance.html#a5e0304233bed8d213af5bd72664823d4", null ], - [ "bic", "namespacefaker_1_1finance.html#a94650c02aa931834471feed0da78f08b", null ], - [ "bitcoinAddress", "namespacefaker_1_1finance.html#a66b99fc214d3bed0c90a7949dc6b3705", null ], - [ "creditCardCvv", "namespacefaker_1_1finance.html#a216afbb9fcaab154bfe972add743be79", null ], - [ "creditCardExpirationDate", "namespacefaker_1_1finance.html#a34a8190ed914e4e7fff458dce251b985", null ], - [ "creditCardNumber", "namespacefaker_1_1finance.html#a5a519898ac7629e39d6e6a25ceffab7d", null ], - [ "creditCardType", "namespacefaker_1_1finance.html#a32e7989bf088c09599d1adca311c054b", null ], - [ "currency", "namespacefaker_1_1finance.html#a29606d5523b5a21bf64c358ddc74413e", null ], - [ "currencyCode", "namespacefaker_1_1finance.html#a58726ca5cb5ba71dfd592f6258504ffb", null ], - [ "currencyName", "namespacefaker_1_1finance.html#a4d59f8d895dc61d439c0cbe465f43dc9", null ], - [ "currencySymbol", "namespacefaker_1_1finance.html#ab725a52ba235c34265be11d1a5676e11", null ], - [ "ethereumAddress", "namespacefaker_1_1finance.html#a2d09537f9c60d54f1b3efe87a625d7ff", null ], - [ "iban", "namespacefaker_1_1finance.html#ae1c80b5a6001243ccee94cc507703477", null ], - [ "litecoinAddress", "namespacefaker_1_1finance.html#ab5f0ab675cc48fc1e071b828ffe0016d", null ], - [ "pin", "namespacefaker_1_1finance.html#af47e8f35ddd3b9ae270f36f62e21e05b", null ], - [ "routingNumber", "namespacefaker_1_1finance.html#a5df8a15db141fc4fbc1d49e1088c9484", null ] + [ "accountNumber", "namespacefaker_1_1finance.html#a7e67f5ac9230274301dec25f36ba58bd", null ], + [ "accountType", "namespacefaker_1_1finance.html#acb6673644b599d3285f8582b23d74af9", null ], + [ "amount", "namespacefaker_1_1finance.html#a45a740f60cfb1788f79f08110dba3c3c", null ], + [ "bic", "namespacefaker_1_1finance.html#a25d2ce6cdf0a4c3182c74f25cd6389dc", null ], + [ "bitcoinAddress", "namespacefaker_1_1finance.html#ab5e2e3ab4e301fed661d9f588600a717", null ], + [ "creditCardCvv", "namespacefaker_1_1finance.html#a0ba2562d81c93595b2af0dcfc109fc84", null ], + [ "creditCardExpirationDate", "namespacefaker_1_1finance.html#a692fb9b483d85c91d19ac2f7e79250a4", null ], + [ "creditCardNumber", "namespacefaker_1_1finance.html#a036b1e9c9a590257c88f230ea7de602d", null ], + [ "creditCardType", "namespacefaker_1_1finance.html#a5d717f0d58c42cd4588b3d26f9bcdb38", null ], + [ "currency", "namespacefaker_1_1finance.html#a05481e72083261ce62113644ddb6038f", null ], + [ "currencyCode", "namespacefaker_1_1finance.html#a8556f59f5be1b90fdcd8d08cb999f827", null ], + [ "currencyName", "namespacefaker_1_1finance.html#a6daf7688d136068b71d34ccb792b00bf", null ], + [ "currencySymbol", "namespacefaker_1_1finance.html#afa74fcebfd397842d3beb0b18620ec39", null ], + [ "ethereumAddress", "namespacefaker_1_1finance.html#a30c18f090dc95e47a21846f694edc74d", null ], + [ "iban", "namespacefaker_1_1finance.html#a89eeb8a7709d8f37073029532fa58f0a", null ], + [ "litecoinAddress", "namespacefaker_1_1finance.html#a89147ba29c55835df80b6bfbb31057b0", null ], + [ "pin", "namespacefaker_1_1finance.html#a1a601801599811853376fccc3bd75831", null ], + [ "routingNumber", "namespacefaker_1_1finance.html#acdba5149d4f18e5b05c3ea88de3f5c09", null ] ]; \ No newline at end of file diff --git a/namespacefaker_1_1food.html b/namespacefaker_1_1food.html index 744a81e78..277aed7a8 100644 --- a/namespacefaker_1_1food.html +++ b/namespacefaker_1_1food.html @@ -107,58 +107,58 @@

std::string faker::finance::routingNumber FAKER_CXX_EXPORT std::string faker::finance::routingNumber ( )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view alcoholicBeverage ()
 Returns a random alcoholic beverage name.
 
std::string_view grain ()
 Returns a random grain measurement.
 
std::string_view milkProduct ()
 Returns a random milk product's name.
 
std::string_view fruit ()
 Returns a random fruit's name.
 
std::string_view meat ()
 Returns a random meat's name.
 
std::string_view seafood ()
 Returns a random seafood's name.
 
std::string_view vegetable ()
 Returns a random vegetable's name.
 
std::string_view oil ()
 Returns a random oil's name.
 
std::string_view nut ()
 Returns a random nut's name.
 
std::string_view seed ()
 Returns a random seed's name.
 
std::string_view sugarProduct ()
 Returns a random sugar product's name.
 
std::string_view nonalcoholicBeverage ()
 Returns a random non-alcoholic beverage's name.
 
std::string_view dishName ()
 Returns a random dish's name.
 
std::string_view foodCategory ()
 Returns a random food categories' name.
 
FAKER_CXX_EXPORT std::string_view alcoholicBeverage ()
 Returns a random alcoholic beverage name.
 
FAKER_CXX_EXPORT std::string_view grain ()
 Returns a random grain measurement.
 
FAKER_CXX_EXPORT std::string_view milkProduct ()
 Returns a random milk product's name.
 
FAKER_CXX_EXPORT std::string_view fruit ()
 Returns a random fruit's name.
 
FAKER_CXX_EXPORT std::string_view meat ()
 Returns a random meat's name.
 
FAKER_CXX_EXPORT std::string_view seafood ()
 Returns a random seafood's name.
 
FAKER_CXX_EXPORT std::string_view vegetable ()
 Returns a random vegetable's name.
 
FAKER_CXX_EXPORT std::string_view oil ()
 Returns a random oil's name.
 
FAKER_CXX_EXPORT std::string_view nut ()
 Returns a random nut's name.
 
FAKER_CXX_EXPORT std::string_view seed ()
 Returns a random seed's name.
 
FAKER_CXX_EXPORT std::string_view sugarProduct ()
 Returns a random sugar product's name.
 
FAKER_CXX_EXPORT std::string_view nonalcoholicBeverage ()
 Returns a random non-alcoholic beverage's name.
 
FAKER_CXX_EXPORT std::string_view dishName ()
 Returns a random dish's name.
 
FAKER_CXX_EXPORT std::string_view foodCategory ()
 Returns a random food categories' name.
 

Function Documentation

- -

◆ alcoholicBeverage()

+ +

◆ alcoholicBeverage()

- + @@ -168,19 +168,19 @@

Returns
Alcoholic beverage.
-
-
std::string_view alcoholicBeverage()
Returns a random alcoholic beverage name.
+
+
FAKER_CXX_EXPORT std::string_view alcoholicBeverage()
Returns a random alcoholic beverage name.
- -

◆ dishName()

+ +

◆ dishName()

std::string_view faker::food::alcoholicBeverage FAKER_CXX_EXPORT std::string_view faker::food::alcoholicBeverage ( )
- + @@ -190,19 +190,19 @@

Returns
Dish.
-
faker::food::dishName() // "beef wellington"
-
std::string_view dishName()
Returns a random dish's name.
+
faker::food::dishName() // "beef wellington"
+
FAKER_CXX_EXPORT std::string_view dishName()
Returns a random dish's name.
- -

◆ foodCategory()

+ +

◆ foodCategory()

std::string_view faker::food::dishName FAKER_CXX_EXPORT std::string_view faker::food::dishName ( )
- + @@ -212,19 +212,19 @@

Returns
Food Category.
-
-
std::string_view foodCategory()
Returns a random food categories' name.
+
+
FAKER_CXX_EXPORT std::string_view foodCategory()
Returns a random food categories' name.
- -

◆ fruit()

+ +

◆ fruit()

std::string_view faker::food::foodCategory FAKER_CXX_EXPORT std::string_view faker::food::foodCategory ( )
- + @@ -234,19 +234,19 @@

Returns
Fruit.
-
faker::food::fruit() // "apple"
-
std::string_view fruit()
Returns a random fruit's name.
+
faker::food::fruit() // "apple"
+
FAKER_CXX_EXPORT std::string_view fruit()
Returns a random fruit's name.
- -

◆ grain()

+ +

◆ grain()

std::string_view faker::food::fruit FAKER_CXX_EXPORT std::string_view faker::food::fruit ( )
- + @@ -256,19 +256,19 @@

Returns
Grain.
-
faker::food::grain() // "1 Lt"
-
std::string_view grain()
Returns a random grain measurement.
+
faker::food::grain() // "1 Lt"
+
FAKER_CXX_EXPORT std::string_view grain()
Returns a random grain measurement.
- -

◆ meat()

+ +

◆ meat()

std::string_view faker::food::grain FAKER_CXX_EXPORT std::string_view faker::food::grain ( )
- + @@ -278,19 +278,19 @@

Returns
Meat.
-
faker::food::meat() // "antrikot"
-
std::string_view meat()
Returns a random meat's name.
+
faker::food::meat() // "antrikot"
+
FAKER_CXX_EXPORT std::string_view meat()
Returns a random meat's name.
- -

◆ milkProduct()

+ +

◆ milkProduct()

std::string_view faker::food::meat FAKER_CXX_EXPORT std::string_view faker::food::meat ( )
- + @@ -300,19 +300,19 @@

Returns
Milk product.
-
faker::food::milkProduct() // "mozzarella"
-
std::string_view milkProduct()
Returns a random milk product's name.
+
faker::food::milkProduct() // "mozzarella"
+
FAKER_CXX_EXPORT std::string_view milkProduct()
Returns a random milk product's name.
- -

◆ nonalcoholicBeverage()

+ +

◆ nonalcoholicBeverage()

std::string_view faker::food::milkProduct FAKER_CXX_EXPORT std::string_view faker::food::milkProduct ( )
- + @@ -322,19 +322,19 @@

Returns
Non-alcoholic Beverage.
-
-
std::string_view nonalcoholicBeverage()
Returns a random non-alcoholic beverage's name.
+
+
FAKER_CXX_EXPORT std::string_view nonalcoholicBeverage()
Returns a random non-alcoholic beverage's name.
- -

◆ nut()

+ +

◆ nut()

std::string_view faker::food::nonalcoholicBeverage FAKER_CXX_EXPORT std::string_view faker::food::nonalcoholicBeverage ( )
- + @@ -344,19 +344,19 @@

Returns
Nuts.
-
faker::food::nut() // "walnut"
-
std::string_view nut()
Returns a random nut's name.
+
faker::food::nut() // "walnut"
+
FAKER_CXX_EXPORT std::string_view nut()
Returns a random nut's name.
- -

◆ oil()

+ +

◆ oil()

std::string_view faker::food::nut FAKER_CXX_EXPORT std::string_view faker::food::nut ( )
- + @@ -366,19 +366,19 @@

Returns
Oil.
-
faker::food::oil() // "olive oil"
-
std::string_view oil()
Returns a random oil's name.
+
faker::food::oil() // "olive oil"
+
FAKER_CXX_EXPORT std::string_view oil()
Returns a random oil's name.
- -

◆ seafood()

+ +

◆ seafood()

std::string_view faker::food::oil FAKER_CXX_EXPORT std::string_view faker::food::oil ( )
- + @@ -388,19 +388,19 @@

Returns
Seafood.
-
faker::food::seafood() // "lobster"
-
std::string_view seafood()
Returns a random seafood's name.
+
faker::food::seafood() // "lobster"
+
FAKER_CXX_EXPORT std::string_view seafood()
Returns a random seafood's name.
- -

◆ seed()

+ +

◆ seed()

std::string_view faker::food::seafood FAKER_CXX_EXPORT std::string_view faker::food::seafood ( )
- + @@ -410,19 +410,19 @@

Returns
Seed.
-
faker::food::seed() // "mozzarella"
-
std::string_view seed()
Returns a random seed's name.
+
faker::food::seed() // "mozzarella"
+
FAKER_CXX_EXPORT std::string_view seed()
Returns a random seed's name.
- -

◆ sugarProduct()

+ +

◆ sugarProduct()

std::string_view faker::food::seed FAKER_CXX_EXPORT std::string_view faker::food::seed ( )
- + @@ -432,19 +432,19 @@

Returns
Sugar product.
-
faker::food::sugarProduct() // "honey harmony"
-
std::string_view sugarProduct()
Returns a random sugar product's name.
+
faker::food::sugarProduct() // "honey harmony"
+
FAKER_CXX_EXPORT std::string_view sugarProduct()
Returns a random sugar product's name.
- -

◆ vegetable()

+ +

◆ vegetable()

std::string_view faker::food::sugarProduct FAKER_CXX_EXPORT std::string_view faker::food::sugarProduct ( )
- + @@ -454,8 +454,8 @@

Returns
Vegetable.
-
faker::food::vegetable() // "watermelon"
-
std::string_view vegetable()
Returns a random vegetable's name.
+
faker::food::vegetable() // "watermelon"
+
FAKER_CXX_EXPORT std::string_view vegetable()
Returns a random vegetable's name.
diff --git a/namespacefaker_1_1git.html b/namespacefaker_1_1git.html index 864c81d93..20493ba8c 100644 --- a/namespacefaker_1_1git.html +++ b/namespacefaker_1_1git.html @@ -113,31 +113,31 @@

std::string_view faker::food::vegetable FAKER_CXX_EXPORT std::string_view faker::food::vegetable ( )
- - - - - - - - - - - - - - - + + + + + + + + + + + + + + +

Functions

std::string branch (unsigned maxIssueNum=100)
 Returns a random branch name.
 
std::string commitDate (unsigned years=15)
 Generates a random date in form of string.
 
std::string commitEntry (std::optional< unsigned > dateYears=std::nullopt, std::optional< unsigned > shaLength=std::nullopt, Country country=Country::England)
 Generates a random commit entry in form of string.
 
std::string commitMessage ()
 Generates a random commit message.
 
std::string commitSha (unsigned length=40)
 Returns a random SHA hash.
 
FAKER_CXX_EXPORT std::string branch (unsigned maxIssueNum=100)
 Returns a random branch name.
 
FAKER_CXX_EXPORT std::string commitDate (unsigned years=15)
 Generates a random date in form of string.
 
FAKER_CXX_EXPORT std::string commitEntry (std::optional< unsigned > dateYears=std::nullopt, std::optional< unsigned > shaLength=std::nullopt, Country country=Country::England)
 Generates a random commit entry in form of string.
 
FAKER_CXX_EXPORT std::string commitMessage ()
 Generates a random commit message.
 
FAKER_CXX_EXPORT std::string commitSha (unsigned length=40)
 Returns a random SHA hash.
 

Function Documentation

- -

◆ branch()

+ +

◆ branch()

- + @@ -153,19 +153,19 @@

Returns
Branch name.
-
faker::git::branch() // "capitalize-bus"
-
std::string branch(unsigned maxIssueNum=100)
Returns a random branch name.
+
faker::git::branch() // "capitalize-bus"
+
FAKER_CXX_EXPORT std::string branch(unsigned maxIssueNum=100)
Returns a random branch name.
- -

◆ commitDate()

+ +

◆ commitDate()

std::string faker::git::branch FAKER_CXX_EXPORT std::string faker::git::branch ( unsigned maxIssueNum = 100)
- + @@ -181,19 +181,19 @@

Returns
Commit date.
-
faker::git::commitDate() // "Mon Jan 17 15:05:53 2022 +1100"
-
std::string commitDate(unsigned years=15)
Generates a random date in form of string.
+
faker::git::commitDate() // "Mon Jan 17 15:05:53 2022 +1100"
+
FAKER_CXX_EXPORT std::string commitDate(unsigned years=15)
Generates a random date in form of string.
- -

◆ commitEntry()

+ +

◆ commitEntry()

std::string faker::git::commitDate FAKER_CXX_EXPORT std::string faker::git::commitDate ( unsigned years = 15)
- + @@ -220,24 +220,24 @@

Returns
Commit entry.
-
faker::git::commitEntry() // "commit 9cbc41bb8ce0438c8de9cb25a1c6ad33441d8aca
+
faker::git::commitEntry() // "commit 9cbc41bb8ce0438c8de9cb25a1c6ad33441d8aca
Author: Rachel McLaughlin Rachel_McLaughlin@gmail.com
Date: Mon Jan 17 15:05:53 2022 +1100
spawn polyp"
-
std::string commitEntry(std::optional< unsigned > dateYears=std::nullopt, std::optional< unsigned > shaLength=std::nullopt, Country country=Country::England)
Generates a random commit entry in form of string.
-
Definition Git.h:11
+
FAKER_CXX_EXPORT std::string commitEntry(std::optional< unsigned > dateYears=std::nullopt, std::optional< unsigned > shaLength=std::nullopt, Country country=Country::England)
Generates a random commit entry in form of string.
+
Definition Git.h:12
- -

◆ commitMessage()

+ +

◆ commitMessage()

std::string faker::git::commitEntry FAKER_CXX_EXPORT std::string faker::git::commitEntry ( std::optional< unsigned > dateYears = std::nullopt,
- + @@ -247,19 +247,19 @@

Returns
Commit message.
-
faker::git::commitMessage() // "spawn polyp"
-
std::string commitMessage()
Generates a random commit message.
+
faker::git::commitMessage() // "spawn polyp"
+
FAKER_CXX_EXPORT std::string commitMessage()
Generates a random commit message.
- -

◆ commitSha()

+ +

◆ commitSha()

std::string faker::git::commitMessage FAKER_CXX_EXPORT std::string faker::git::commitMessage ( )
- + @@ -275,8 +275,8 @@

Returns
SHA hash.
-
faker::git::commitSha() // "9cbc41bb8ce0438c8de9cb25a1c6ad33441d8aca"
-
std::string commitSha(unsigned length=40)
Returns a random SHA hash.
+
faker::git::commitSha() // "9cbc41bb8ce0438c8de9cb25a1c6ad33441d8aca"
+
FAKER_CXX_EXPORT std::string commitSha(unsigned length=40)
Returns a random SHA hash.
diff --git a/namespacefaker_1_1git.js b/namespacefaker_1_1git.js index 048723939..e26965dde 100644 --- a/namespacefaker_1_1git.js +++ b/namespacefaker_1_1git.js @@ -1,9 +1,9 @@ var namespacefaker_1_1git = [ [ "Author", "structfaker_1_1git_1_1Author.html", "structfaker_1_1git_1_1Author" ], - [ "branch", "namespacefaker_1_1git.html#a4e9e76963846a33886421a59e65c8c25", null ], - [ "commitDate", "namespacefaker_1_1git.html#aa031fd6b63fb866c8d2479a7dfee0d35", null ], - [ "commitEntry", "namespacefaker_1_1git.html#a2770daf99a087e82a8cd1ac2ae3c24a7", null ], - [ "commitMessage", "namespacefaker_1_1git.html#a35a6ab9dad291855cfac919e9869346c", null ], - [ "commitSha", "namespacefaker_1_1git.html#a63cc6bc9fa0458977d0982f858864535", null ] + [ "branch", "namespacefaker_1_1git.html#a9057763074d9ca99cb23aa4696766893", null ], + [ "commitDate", "namespacefaker_1_1git.html#aa2e2ae5d68f8df30fbc31156c54f9778", null ], + [ "commitEntry", "namespacefaker_1_1git.html#a5f23fd2f7cb8f5996ef83a2e48a3417e", null ], + [ "commitMessage", "namespacefaker_1_1git.html#a309bf5a4ba8173045c751f3509494f94", null ], + [ "commitSha", "namespacefaker_1_1git.html#a436a7fdcdcca81c208bbca7da97af168", null ] ]; \ No newline at end of file diff --git a/namespacefaker_1_1hacker.html b/namespacefaker_1_1hacker.html index ba9c973a0..0f640fd34 100644 --- a/namespacefaker_1_1hacker.html +++ b/namespacefaker_1_1hacker.html @@ -107,34 +107,34 @@

std::string faker::git::commitSha FAKER_CXX_EXPORT std::string faker::git::commitSha ( unsigned length = 40)
- - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +

Functions

std::string_view abbreviation ()
 Returns a hacker abbreviation.
 
std::string_view adjective ()
 Returns a random adjective.
 
std::string_view noun ()
 Returns a random noun.
 
std::string_view verb ()
 Returns a random verb.
 
std::string_view ingverb ()
 Returns a random ingverb.
 
std::string phrase ()
 Returns a random phrase.
 
FAKER_CXX_EXPORT std::string_view abbreviation ()
 Returns a hacker abbreviation.
 
FAKER_CXX_EXPORT std::string_view adjective ()
 Returns a random adjective.
 
FAKER_CXX_EXPORT std::string_view noun ()
 Returns a random noun.
 
FAKER_CXX_EXPORT std::string_view verb ()
 Returns a random verb.
 
FAKER_CXX_EXPORT std::string_view ingverb ()
 Returns a random ingverb.
 
FAKER_CXX_EXPORT std::string phrase ()
 Returns a random phrase.
 

Function Documentation

- -

◆ abbreviation()

+ +

◆ abbreviation()

- + @@ -144,19 +144,19 @@

Returns
abbreviation.
-
-
std::string_view abbreviation()
Returns a hacker abbreviation.
+
+
FAKER_CXX_EXPORT std::string_view abbreviation()
Returns a hacker abbreviation.
- -

◆ adjective()

+ +

◆ adjective()

std::string_view faker::hacker::abbreviation FAKER_CXX_EXPORT std::string_view faker::hacker::abbreviation ( )
- + @@ -166,19 +166,19 @@

Returns
adjective.
-
faker::hacker::adjective() // "open-source"
-
std::string_view adjective()
Returns a random adjective.
+
faker::hacker::adjective() // "open-source"
+
FAKER_CXX_EXPORT std::string_view adjective()
Returns a random adjective.
- -

◆ ingverb()

+ +

◆ ingverb()

std::string_view faker::hacker::adjective FAKER_CXX_EXPORT std::string_view faker::hacker::adjective ( )
- + @@ -188,19 +188,19 @@

Returns
ingverb.
-
faker::hacker::ingverb() // "backing up"
-
std::string_view ingverb()
Returns a random ingverb.
+
faker::hacker::ingverb() // "backing up"
+
FAKER_CXX_EXPORT std::string_view ingverb()
Returns a random ingverb.
- -

◆ noun()

+ +

◆ noun()

std::string_view faker::hacker::ingverb FAKER_CXX_EXPORT std::string_view faker::hacker::ingverb ( )
- + @@ -210,19 +210,19 @@

Returns
noun.
-
faker::hacker::noun() // "coder"
-
std::string_view noun()
Returns a random noun.
+
faker::hacker::noun() // "coder"
+
FAKER_CXX_EXPORT std::string_view noun()
Returns a random noun.
- -

◆ phrase()

+ +

◆ phrase()

std::string_view faker::hacker::noun FAKER_CXX_EXPORT std::string_view faker::hacker::noun ( )
- + @@ -232,19 +232,19 @@

Returns
phrase.
-
faker::hacker::phrase() // "If we bypass the monitor, we can get to the TCP monitor through the neural EXE monitor!"
-
std::string phrase()
Returns a random phrase.
+
faker::hacker::phrase() // "If we bypass the monitor, we can get to the TCP monitor through the neural EXE monitor!"
+
FAKER_CXX_EXPORT std::string phrase()
Returns a random phrase.
- -

◆ verb()

+ +

◆ verb()

std::string faker::hacker::phrase FAKER_CXX_EXPORT std::string faker::hacker::phrase ( )
- + @@ -254,8 +254,8 @@

Returns
verb.
-
-
std::string_view verb()
Returns a random verb.
+
+
FAKER_CXX_EXPORT std::string_view verb()
Returns a random verb.
diff --git a/namespacefaker_1_1helper.html b/namespacefaker_1_1helper.html index 0b1fc8929..2fa355000 100644 --- a/namespacefaker_1_1helper.html +++ b/namespacefaker_1_1helper.html @@ -139,9 +139,9 @@

- - - + + + @@ -154,15 +154,15 @@ - - - - - - - - - + + + + + + + + +
std::string_view faker::hacker::verb FAKER_CXX_EXPORT std::string_view faker::hacker::verb ( )
weightedArrayElement (const std::vector< WeightedElement< T > > &data)
 Get a random element by weight from a vector.
 
std::string shuffleString (std::string data)
 Returns shuffled std::string.
 
FAKER_CXX_EXPORT std::string shuffleString (std::string data)
 Returns shuffled std::string.
 
template<typename T >
T::key_type objectKey (const T &object)
 Returns a random key from given object.
std::vector< T > toVector (const std::array< T, N > &arr)
 Returns a vector equivalent to the given array.
 
std::string replaceSymbolWithNumber (const std::string &str, const char &symbol='#')
 Returns the given string parsed symbol by symbol and replaced the placeholders with digits ("0" - "9"). "!" will be replaced by digits >=2 ("2" - "9").
 
std::string replaceCreditCardSymbols (const std::string &inputString="6453-####-####-####-###L", char symbol='#')
 Returns credit card schema with replaced symbols and patterns in a credit card including Luhn checksum This method supports both range patterns `[4-9]` as well as the patterns used by `replaceSymbolWithNumber()`. `L` will be replaced with the appropriate Luhn checksum.
 
std::string regexpStyleStringParse (const std::string &input)
 Returns the replaced regex-like expression in the string with matching values.
 
FAKER_CXX_EXPORT std::string replaceSymbolWithNumber (const std::string &str, const char &symbol='#')
 Returns the given string parsed symbol by symbol and replaced the placeholders with digits ("0" - "9"). "!" will be replaced by digits >=2 ("2" - "9").
 
FAKER_CXX_EXPORT std::string replaceCreditCardSymbols (const std::string &inputString="6453-####-####-####-###L", char symbol='#')
 Returns credit card schema with replaced symbols and patterns in a credit card including Luhn checksum This method supports both range patterns `[4-9]` as well as the patterns used by `replaceSymbolWithNumber()`. `L` will be replaced with the appropriate Luhn checksum.
 
FAKER_CXX_EXPORT std::string regexpStyleStringParse (const std::string &input)
 Returns the replaced regex-like expression in the string with matching values.
 

Function Documentation

@@ -216,7 +216,7 @@

Returns
T a random element from the initializer list.
faker::helper::arrayElement<std::string>(std::initializer_list<std::string>{{"hello"}, {"world"}}) // "hello"
-
T arrayElement(std::span< const T > data)
Get a random element from an STL container.
Definition Helper.h:33
+
T arrayElement(std::span< const T > data)
Get a random element from an STL container.
Definition Helper.h:34

@@ -353,7 +353,7 @@

Returns
The result of the callback if the probability check was successful, otherwise empty string.
faker::helper::maybe<std::string>([]() { return "Hello World!"; }) // ""
faker::helper::maybe<int>([]() { return 42; }, 0.9) // "42"
-
TResult maybe(std::function< TResult()> callback, double probability=0.5)
Returns the result of the callback if the probability check was successful, otherwise empty string.
Definition Helper.h:284
+
TResult maybe(std::function< TResult()> callback, double probability=0.5)
Returns the result of the callback if the probability check was successful, otherwise empty string.
Definition Helper.h:285

@@ -400,18 +400,18 @@

{3, "three"}

};
faker::helper::objectKey(testMap) // "2"
-
T::key_type objectKey(const T &object)
Returns a random key from given object.
Definition Helper.h:250
+
T::key_type objectKey(const T &object)
Returns a random key from given object.
Definition Helper.h:251
- -

◆ regexpStyleStringParse()

+ +

◆ regexpStyleStringParse()

- + @@ -432,24 +432,24 @@

Returns
The replaced regex-like expression in the string with matching values.
-
-
faker::helper::regexpStyleStringParse("#{5}") // "#####"
+
+
faker::helper::regexpStyleStringParse("#{5}") // "#####"
faker::helper::regexpStyleStringParse("#{2,9}") // "#######"
faker::helper::regexpStyleStringParse("[500-15000]") // "8375"
faker::helper::regexpStyleStringParse("#{3}test[1-5]") // "###test3"
-
std::string regexpStyleStringParse(const std::string &input)
Returns the replaced regex-like expression in the string with matching values.
-
Definition Airline.h:6
+
FAKER_CXX_EXPORT std::string regexpStyleStringParse(const std::string &input)
Returns the replaced regex-like expression in the string with matching values.
+
Definition Airline.h:7
- -

◆ replaceCreditCardSymbols()

+ +

◆ replaceCreditCardSymbols()

std::string faker::helper::regexpStyleStringParse FAKER_CXX_EXPORT std::string faker::helper::regexpStyleStringParse ( const std::string & input)
- + @@ -470,20 +470,20 @@

Returns
The string replaced symbols with digits.
-
faker::helper::replaceCreditCardSymbols() // "6453-4876-8626-8995-3771"
-
faker::helper::replaceCreditCardSymbols("1234-[4-9]-##!!-L") // "1234-9-5298-2"
-
std::string replaceCreditCardSymbols(const std::string &inputString="6453-####-####-####-###L", char symbol='#')
Returns credit card schema with replaced symbols and patterns in a credit card including Luhn checksu...
+
faker::helper::replaceCreditCardSymbols() // "6453-4876-8626-8995-3771"
+
faker::helper::replaceCreditCardSymbols("1234-[4-9]-##!!-L") // "1234-9-5298-2"
+
FAKER_CXX_EXPORT std::string replaceCreditCardSymbols(const std::string &inputString="6453-####-####-####-###L", char symbol='#')
Returns credit card schema with replaced symbols and patterns in a credit card including Luhn checksu...
- -

◆ replaceSymbolWithNumber()

+ +

◆ replaceSymbolWithNumber()

std::string faker::helper::replaceCreditCardSymbols FAKER_CXX_EXPORT std::string faker::helper::replaceCreditCardSymbols ( const std::string & inputString = "6453-####-####-####-###L",
- + @@ -504,11 +504,11 @@

Returns
The string replaced symbols with digits.
-
-
faker::helper::replaceSymbolWithNumber("#####") // "04812"
+
+
faker::helper::replaceSymbolWithNumber("#####") // "04812"
faker::helper::replaceSymbolWithNumber("!####") // "27378"
faker::helper::replaceSymbolWithNumber("Your pin is: !####") // "29841"
-
std::string replaceSymbolWithNumber(const std::string &str, const char &symbol='#')
Returns the given string parsed symbol by symbol and replaced the placeholders with digits ("0" - "9"...
+
FAKER_CXX_EXPORT std::string replaceSymbolWithNumber(const std::string &str, const char &symbol='#')
Returns the given string parsed symbol by symbol and replaced the placeholders with digits ("0" - "9"...
@@ -545,18 +545,18 @@

Returns
T a random element from the std::set.
std::set<char> chars{'a', 'b', 'c', 'd', 'e'};
-
T setElement(const std::set< T > &data)
Get a random element from a std::set.
Definition Helper.h:141
+
T setElement(const std::set< T > &data)
Get a random element from a std::set.
Definition Helper.h:142
- -

◆ shuffleString()

+ +

◆ shuffleString()

std::string faker::helper::replaceSymbolWithNumber FAKER_CXX_EXPORT std::string faker::helper::replaceSymbolWithNumber ( const std::string & str,
- + @@ -572,8 +572,8 @@

Returns
std::string with shuffled chars
-
faker::helper::shuffleString("hello") // "eollh"
-
std::string shuffleString(std::string data)
Returns shuffled std::string.
+
faker::helper::shuffleString("hello") // "eollh"
+
FAKER_CXX_EXPORT std::string shuffleString(std::string data)
Returns shuffled std::string.
@@ -610,7 +610,7 @@

Returns
The same array as a vector.
faker::helper::toVector(std::array<int, 3>{1, 2, 3}) // {1, 2, 3}
-
std::vector< T > toVector(const std::array< T, N > &arr)
Returns a vector equivalent to the given array.
Definition Helper.h:309
+
std::vector< T > toVector(const std::array< T, N > &arr)
Returns a vector equivalent to the given array.
Definition Helper.h:310
@@ -647,8 +647,8 @@

Returns
T a weighted element value from the vector.
"value2"}}) // "hello2"
-
T weightedArrayElement(const std::vector< WeightedElement< T > > &data)
Get a random element by weight from a vector.
Definition Helper.h:179
-
Definition Helper.h:159
+
T weightedArrayElement(const std::vector< WeightedElement< T > > &data)
Get a random element by weight from a vector.
Definition Helper.h:180
+
Definition Helper.h:160
diff --git a/namespacefaker_1_1helper.js b/namespacefaker_1_1helper.js index 3b38b74ba..6bd8ee04f 100644 --- a/namespacefaker_1_1helper.js +++ b/namespacefaker_1_1helper.js @@ -8,11 +8,11 @@ var namespacefaker_1_1helper = [ "arrayElement", "namespacefaker_1_1helper.html#aa643a09d2b1129c269986c92a4cddb66", null ], [ "maybe", "namespacefaker_1_1helper.html#a98ff8c2ecd79f17526a225e015669150", null ], [ "objectKey", "namespacefaker_1_1helper.html#a8cf1563770798ffe911d9d4500c4a547", null ], - [ "regexpStyleStringParse", "namespacefaker_1_1helper.html#a82febb5702bff2c84af9efeff604cddb", null ], - [ "replaceCreditCardSymbols", "namespacefaker_1_1helper.html#a267e6800ee30faa00b9fc9430a81956f", null ], - [ "replaceSymbolWithNumber", "namespacefaker_1_1helper.html#ac0daa6235fd507843ed86d6f53c6a16c", null ], + [ "regexpStyleStringParse", "namespacefaker_1_1helper.html#a484c4cf1826e01d11c7f8541fb35e4f8", null ], + [ "replaceCreditCardSymbols", "namespacefaker_1_1helper.html#a316cf4ac8f92ad52808e760f39974ca6", null ], + [ "replaceSymbolWithNumber", "namespacefaker_1_1helper.html#afea39638210df8858b64480f140f4c2c", null ], [ "setElement", "namespacefaker_1_1helper.html#a45706a0a4f710f384c1a8781ef14c0df", null ], - [ "shuffleString", "namespacefaker_1_1helper.html#a5be0c12bca864e4eecf422983fac6210", null ], + [ "shuffleString", "namespacefaker_1_1helper.html#a52e611f6feb6b6cebb53f65991a54f6c", null ], [ "toVector", "namespacefaker_1_1helper.html#acba439bbae90916469d2534caef3c6a6", null ], [ "weightedArrayElement", "namespacefaker_1_1helper.html#ad70082b17900d8c6a2d740cce993de97", null ] ]; \ No newline at end of file diff --git a/namespacefaker_1_1internet.html b/namespacefaker_1_1internet.html index ce7cc85b1..f4ae9ddc5 100644 --- a/namespacefaker_1_1internet.html +++ b/namespacefaker_1_1internet.html @@ -152,72 +152,72 @@

std::string faker::helper::shuffleString FAKER_CXX_EXPORT std::string faker::helper::shuffleString ( std::string data)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string username (std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt, Country country=Country::Usa)
 Generates a username using the given person's name as base.
 
std::string email (std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt, std::optional< std::string > emailHost=std::nullopt)
 Generates an email address using the given person's name as base.
 
std::string exampleEmail (std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt)
 Generates an email address using the given person's name as base with example domain.
 
std::string password (int length=15, const PasswordOptions &options={})
 Generates a random password-like string. Do not use this method for generating actual passwords for users. Since the source of the randomness is not cryptographically secure, neither is this generator.
 
std::string_view emoji (std::optional< EmojiType > type=std::nullopt)
 Returns a random emoji.
 
bool checkIfEmojiIsValid (const std::string &emojiToCheck)
 Verify that a given emoji is valid.
 
std::string_view protocol ()
 Returns a random web protocol. Either `http` or `https`.
 
std::string_view httpMethod ()
 Generates a random http method name.
 
unsigned httpStatusCode (std::optional< HttpResponseType > responseType=std::nullopt)
 Returns a random http status code.
 
std::string_view httpRequestHeader ()
 Generates a random http request header.
 
std::string_view httpResponseHeader ()
 Generates a random http response header.
 
std::string_view httpMediaType ()
 Generates a random http media type.
 
std::string ipv4 (const IPv4Class &ipv4class=IPv4Class::C)
 Returns a string containing randomized ipv4 address of the given class.
 
std::string ipv4 (const std::array< unsigned int, 4 > &baseIpv4Address, const std::array< unsigned int, 4 > &generationMask)
 Returns a string containing randomized ipv4 address based on given base address and mask.
 
std::string ipv6 ()
 Returns a string containing randomized ipv6 address.
 
std::string mac (const std::string &sep=":")
 Returns a generated random mac address.
 
unsigned port ()
 Generates a random port.
 
std::string url (const WebProtocol &webProtocol=WebProtocol::Https)
 Generates a random url.
 
std::string domainName ()
 Generates a random domain name.
 
std::string domainWord ()
 Generates a random domain word.
 
std::string_view domainSuffix ()
 Generates a random domain suffix.
 
std::string anonymousUsername (unsigned maxLength)
 Generates a random username.
 
FAKER_CXX_EXPORT std::string username (std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt, Country country=Country::Usa)
 Generates a username using the given person's name as base.
 
FAKER_CXX_EXPORT std::string email (std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt, std::optional< std::string > emailHost=std::nullopt)
 Generates an email address using the given person's name as base.
 
FAKER_CXX_EXPORT std::string exampleEmail (std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt)
 Generates an email address using the given person's name as base with example domain.
 
FAKER_CXX_EXPORT std::string password (int length=15, const PasswordOptions &options={})
 Generates a random password-like string. Do not use this method for generating actual passwords for users. Since the source of the randomness is not cryptographically secure, neither is this generator.
 
FAKER_CXX_EXPORT std::string_view emoji (std::optional< EmojiType > type=std::nullopt)
 Returns a random emoji.
 
FAKER_CXX_EXPORT bool checkIfEmojiIsValid (const std::string &emojiToCheck)
 Verify that a given emoji is valid.
 
FAKER_CXX_EXPORT std::string_view protocol ()
 Returns a random web protocol. Either `http` or `https`.
 
FAKER_CXX_EXPORT std::string_view httpMethod ()
 Generates a random http method name.
 
FAKER_CXX_EXPORT unsigned httpStatusCode (std::optional< HttpResponseType > responseType=std::nullopt)
 Returns a random http status code.
 
FAKER_CXX_EXPORT std::string_view httpRequestHeader ()
 Generates a random http request header.
 
FAKER_CXX_EXPORT std::string_view httpResponseHeader ()
 Generates a random http response header.
 
FAKER_CXX_EXPORT std::string_view httpMediaType ()
 Generates a random http media type.
 
FAKER_CXX_EXPORT std::string ipv4 (const IPv4Class &ipv4class=IPv4Class::C)
 Returns a string containing randomized ipv4 address of the given class.
 
FAKER_CXX_EXPORT std::string ipv4 (const std::array< unsigned int, 4 > &baseIpv4Address, const std::array< unsigned int, 4 > &generationMask)
 Returns a string containing randomized ipv4 address based on given base address and mask.
 
FAKER_CXX_EXPORT std::string ipv6 ()
 Returns a string containing randomized ipv6 address.
 
FAKER_CXX_EXPORT std::string mac (const std::string &sep=":")
 Returns a generated random mac address.
 
FAKER_CXX_EXPORT unsigned port ()
 Generates a random port.
 
FAKER_CXX_EXPORT std::string url (const WebProtocol &webProtocol=WebProtocol::Https)
 Generates a random url.
 
FAKER_CXX_EXPORT std::string domainName ()
 Generates a random domain name.
 
FAKER_CXX_EXPORT std::string domainWord ()
 Generates a random domain word.
 
FAKER_CXX_EXPORT std::string_view domainSuffix ()
 Generates a random domain suffix.
 
FAKER_CXX_EXPORT std::string anonymousUsername (unsigned maxLength)
 Generates a random username.
 

Enumeration Type Documentation

@@ -337,14 +337,14 @@

Function Documentation

- -

◆ anonymousUsername()

+ +

◆ anonymousUsername()

- + @@ -360,19 +360,19 @@

Returns
Username.
-
faker::internet::anonymousUsername() // "profusebrother", "richad", "powerfuldifferential"
-
std::string anonymousUsername(unsigned maxLength)
Generates a random username.
+
faker::internet::anonymousUsername() // "profusebrother", "richad", "powerfuldifferential"
+
FAKER_CXX_EXPORT std::string anonymousUsername(unsigned maxLength)
Generates a random username.
- -

◆ checkIfEmojiIsValid()

+ +

◆ checkIfEmojiIsValid()

std::string faker::internet::anonymousUsername FAKER_CXX_EXPORT std::string faker::internet::anonymousUsername ( unsigned maxLength)
- + @@ -388,19 +388,19 @@

Returns
true if emojiToCheck is found in one of the vectors, false otherwise.
-
-
bool checkIfEmojiIsValid(const std::string &emojiToCheck)
Verify that a given emoji is valid.
+
+
FAKER_CXX_EXPORT bool checkIfEmojiIsValid(const std::string &emojiToCheck)
Verify that a given emoji is valid.
- -

◆ domainName()

+ +

◆ domainName()

bool faker::internet::checkIfEmojiIsValid FAKER_CXX_EXPORT bool faker::internet::checkIfEmojiIsValid ( const std::string & emojiToCheck)
- + @@ -410,19 +410,19 @@

Returns
Domain name.
-
faker::internet::domainName() // "slow-timer.info"
-
std::string domainName()
Generates a random domain name.
+
faker::internet::domainName() // "slow-timer.info"
+
FAKER_CXX_EXPORT std::string domainName()
Generates a random domain name.
- -

◆ domainSuffix()

+ +

◆ domainSuffix()

std::string faker::internet::domainName FAKER_CXX_EXPORT std::string faker::internet::domainName ( )
- + @@ -432,19 +432,19 @@

Returns
Domain suffix.
-
-
std::string_view domainSuffix()
Generates a random domain suffix.
+
+
FAKER_CXX_EXPORT std::string_view domainSuffix()
Generates a random domain suffix.
- -

◆ domainWord()

+ +

◆ domainWord()

std::string_view faker::internet::domainSuffix FAKER_CXX_EXPORT std::string_view faker::internet::domainSuffix ( )
- + @@ -454,19 +454,19 @@

Returns
Domain word.
-
faker::internet::domainWord() // "close-reality"
-
std::string domainWord()
Generates a random domain word.
+
faker::internet::domainWord() // "close-reality"
+
FAKER_CXX_EXPORT std::string domainWord()
Generates a random domain word.
- -

◆ email()

+ +

◆ email()

std::string faker::internet::domainWord FAKER_CXX_EXPORT std::string faker::internet::domainWord ( )
- + @@ -493,24 +493,24 @@

Returns
Email including neither, one or both of the provided names, with random/provided email host.
-
faker::internet::email() // "Jimenez.Clyde@gmail.com"
-
faker::internet::email("Tom") // "TomRichardson79@outlook.com"
-
faker::internet::email(std::nullopt, "Howard") // "FreddieHoward@hotmail.com"
-
faker::internet::email("Cindy", "Young") // "Young_Cindy@gmail.com"
-
faker::internet::email(std::nullopt, std::nullopt, "example.com") // "Wright.Edna1973@code.com"
-
std::string email(std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt, std::optional< std::string > emailHost=std::nullopt)
Generates an email address using the given person's name as base.
-
Definition Airline.h:6
+
faker::internet::email() // "Jimenez.Clyde@gmail.com"
+
faker::internet::email("Tom") // "TomRichardson79@outlook.com"
+
faker::internet::email(std::nullopt, "Howard") // "FreddieHoward@hotmail.com"
+
faker::internet::email("Cindy", "Young") // "Young_Cindy@gmail.com"
+
faker::internet::email(std::nullopt, std::nullopt, "example.com") // "Wright.Edna1973@code.com"
+
FAKER_CXX_EXPORT std::string email(std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt, std::optional< std::string > emailHost=std::nullopt)
Generates an email address using the given person's name as base.
+
Definition Airline.h:7
- -

◆ emoji()

+ +

◆ emoji()

std::string faker::internet::email FAKER_CXX_EXPORT std::string faker::internet::email ( std::optional< std::string > firstName = std::nullopt,
- + @@ -526,22 +526,22 @@

Returns
Emoji.
-
-
faker::internet::emoji(EmojiType::Food) // "🍕"
-
EmojiType
Definition Internet.h:112
+
+
faker::internet::emoji(EmojiType::Food) // "🍕"
+
FAKER_CXX_EXPORT std::string_view emoji(std::optional< EmojiType > type=std::nullopt)
Returns a random emoji.
+
EmojiType
Definition Internet.h:113
-
std::string_view emoji(std::optional< EmojiType > type=std::nullopt)
Returns a random emoji.
- -

◆ exampleEmail()

+ +

◆ exampleEmail()

std::string_view faker::internet::emoji FAKER_CXX_EXPORT std::string_view faker::internet::emoji ( std::optional< EmojiType > type = std::nullopt)
- + @@ -562,19 +562,19 @@

Returns
Email including neither, one or both of the provided names, with example email host.
-
faker::internet::exampleEmail() // "Jimenez.Clyde@example.com"
-
std::string exampleEmail(std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt)
Generates an email address using the given person's name as base with example domain.
+
faker::internet::exampleEmail() // "Jimenez.Clyde@example.com"
+
FAKER_CXX_EXPORT std::string exampleEmail(std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt)
Generates an email address using the given person's name as base with example domain.
- -

◆ httpMediaType()

+ +

◆ httpMediaType()

std::string faker::internet::exampleEmail FAKER_CXX_EXPORT std::string faker::internet::exampleEmail ( std::optional< std::string > firstName = std::nullopt,
- + @@ -584,19 +584,19 @@

Returns
Http media type.
-
faker::internet::httpMediaType() // "application/json"
-
std::string_view httpMediaType()
Generates a random http media type.
+
faker::internet::httpMediaType() // "application/json"
+
FAKER_CXX_EXPORT std::string_view httpMediaType()
Generates a random http media type.
- -

◆ httpMethod()

+ +

◆ httpMethod()

std::string_view faker::internet::httpMediaType FAKER_CXX_EXPORT std::string_view faker::internet::httpMediaType ( )
- + @@ -606,19 +606,19 @@

Returns
Http method name.
-
-
std::string_view httpMethod()
Generates a random http method name.
+
+
FAKER_CXX_EXPORT std::string_view httpMethod()
Generates a random http method name.
- -

◆ httpRequestHeader()

+ +

◆ httpRequestHeader()

std::string_view faker::internet::httpMethod FAKER_CXX_EXPORT std::string_view faker::internet::httpMethod ( )
- + @@ -628,19 +628,19 @@

Returns
Http request header.
-
-
std::string_view httpRequestHeader()
Generates a random http request header.
+
+
FAKER_CXX_EXPORT std::string_view httpRequestHeader()
Generates a random http request header.
- -

◆ httpResponseHeader()

+ +

◆ httpResponseHeader()

std::string_view faker::internet::httpRequestHeader FAKER_CXX_EXPORT std::string_view faker::internet::httpRequestHeader ( )
- + @@ -650,19 +650,19 @@

Returns
Http response header.
-
-
std::string_view httpResponseHeader()
Generates a random http response header.
+
+
FAKER_CXX_EXPORT std::string_view httpResponseHeader()
Generates a random http response header.
- -

◆ httpStatusCode()

+ +

◆ httpStatusCode()

std::string_view faker::internet::httpResponseHeader FAKER_CXX_EXPORT std::string_view faker::internet::httpResponseHeader ( )
- + @@ -678,20 +678,20 @@

Returns
Http status code.
-
-
faker::internet::httpStatusCode(HttpStatusCodeType::success) // 201
-
unsigned httpStatusCode(std::optional< HttpResponseType > responseType=std::nullopt)
Returns a random http status code.
+
+
faker::internet::httpStatusCode(HttpStatusCodeType::success) // 201
+
FAKER_CXX_EXPORT unsigned httpStatusCode(std::optional< HttpResponseType > responseType=std::nullopt)
Returns a random http status code.
- -

◆ ipv4() [1/2]

+ +

◆ ipv4() [1/2]

unsigned faker::internet::httpStatusCode FAKER_CXX_EXPORT unsigned faker::internet::httpStatusCode ( std::optional< HttpResponseType > responseType = std::nullopt)
- + @@ -707,21 +707,21 @@

Returns
String representation of the ipv4 address.
-
faker::internet::ipv4() // "192.168.0.1"
-
faker::internet::ipv4(IPv4Class::classA) // "10.0.0.1"
-
IPv4Class
Definition Internet.h:28
-
std::string ipv4(const IPv4Class &ipv4class=IPv4Class::C)
Returns a string containing randomized ipv4 address of the given class.
+
faker::internet::ipv4() // "192.168.0.1"
+
faker::internet::ipv4(IPv4Class::classA) // "10.0.0.1"
+
IPv4Class
Definition Internet.h:29
+
FAKER_CXX_EXPORT std::string ipv4(const IPv4Class &ipv4class=IPv4Class::C)
Returns a string containing randomized ipv4 address of the given class.
- -

◆ ipv4() [2/2]

+ +

◆ ipv4() [2/2]

std::string faker::internet::ipv4 FAKER_CXX_EXPORT std::string faker::internet::ipv4 ( const IPv4Class & ipv4class = IPv4Class::C)
- + @@ -743,19 +743,19 @@

Returns
std::string representation of the ipv4 address.
-
faker::internet::ipv4({255.0.0.0}, {10.100.100.100}) // "10.128.17.1"
-
faker::internet::ipv4({255.255.128.0}, {129.168.255.0}) // "192.168.128.10"
+
faker::internet::ipv4({255.0.0.0}, {10.100.100.100}) // "10.128.17.1"
+
faker::internet::ipv4({255.255.128.0}, {129.168.255.0}) // "192.168.128.10"
- -

◆ ipv6()

+ +

◆ ipv6()

std::string faker::internet::ipv4 FAKER_CXX_EXPORT std::string faker::internet::ipv4 ( const std::array< unsigned int, 4 > & baseIpv4Address,
- + @@ -765,19 +765,19 @@

Returns
String representation of the ipv6 address.
-
faker::internet::ipv6() // "269f:1230:73e3:318d:842b:daab:326d:897b"
-
std::string ipv6()
Returns a string containing randomized ipv6 address.
+
faker::internet::ipv6() // "269f:1230:73e3:318d:842b:daab:326d:897b"
+
FAKER_CXX_EXPORT std::string ipv6()
Returns a string containing randomized ipv6 address.
- -

◆ mac()

+ +

◆ mac()

std::string faker::internet::ipv6 FAKER_CXX_EXPORT std::string faker::internet::ipv6 ( )
- + @@ -793,19 +793,19 @@

Returns
A generated random mac address.
-
faker::internet::mac() // "2d:10:34:2f:ac:ac"
-
std::string mac(const std::string &sep=":")
Returns a generated random mac address.
+
faker::internet::mac() // "2d:10:34:2f:ac:ac"
+
FAKER_CXX_EXPORT std::string mac(const std::string &sep=":")
Returns a generated random mac address.
- -

◆ password()

+ +

◆ password()

std::string faker::internet::mac FAKER_CXX_EXPORT std::string faker::internet::mac ( const std::string & sep = ":")
- + @@ -825,20 +825,20 @@

Returns
Random password-like string.
-
faker::internet::password() // "gXGpe9pKfFcKy9R"
-
faker::internet::password(25) // "xv8vDu*wM!Rg0$zd0kH%8p!WY"
-
std::string password(int length=15, const PasswordOptions &options={})
Generates a random password-like string. Do not use this method for generating actual passwords for u...
+
faker::internet::password() // "gXGpe9pKfFcKy9R"
+
faker::internet::password(25) // "xv8vDu*wM!Rg0$zd0kH%8p!WY"
+
FAKER_CXX_EXPORT std::string password(int length=15, const PasswordOptions &options={})
Generates a random password-like string. Do not use this method for generating actual passwords for u...
- -

◆ port()

+ +

◆ port()

std::string faker::internet::password FAKER_CXX_EXPORT std::string faker::internet::password ( int length = 15,
- + @@ -848,19 +848,19 @@

Returns
Port.
-
-
unsigned port()
Generates a random port.
+
+
FAKER_CXX_EXPORT unsigned port()
Generates a random port.
- -

◆ protocol()

+ +

◆ protocol()

unsigned faker::internet::port FAKER_CXX_EXPORT unsigned faker::internet::port ( )
- + @@ -870,19 +870,19 @@

Returns
Web protocol.
-
-
std::string_view protocol()
Returns a random web protocol. Either `http` or `https`.
+
+
FAKER_CXX_EXPORT std::string_view protocol()
Returns a random web protocol. Either `http` or `https`.
- -

◆ url()

+ +

◆ url()

std::string_view faker::internet::protocol FAKER_CXX_EXPORT std::string_view faker::internet::protocol ( )
- + @@ -898,19 +898,19 @@

Returns
Http(s) url.
-
faker::internet::url() // "https://slow-timer.info"
-
std::string url(const WebProtocol &webProtocol=WebProtocol::Https)
Generates a random url.
+
faker::internet::url() // "https://slow-timer.info"
+
FAKER_CXX_EXPORT std::string url(const WebProtocol &webProtocol=WebProtocol::Https)
Generates a random url.
- -

◆ username()

+ +

◆ username()

std::string faker::internet::url FAKER_CXX_EXPORT std::string faker::internet::url ( const WebProtocol & webProtocol = WebProtocol::Https)
- + @@ -936,11 +936,11 @@

Returns
Username including neither, one or both of the provided names.
-
faker::internet::username() // "Richardson.Jeffrey1997"
-
faker::internet::username("Michael") // "Michael_Allen29"
-
faker::internet::username(std::nullopt, "Cieslar") // "Phillip_Cieslar20"
-
faker::internet::username("Andrew", "Cieslar") // "Andrew.Cieslar"
-
std::string username(std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt, Country country=Country::Usa)
Generates a username using the given person's name as base.
+
faker::internet::username() // "Richardson.Jeffrey1997"
+
faker::internet::username("Michael") // "Michael_Allen29"
+
faker::internet::username(std::nullopt, "Cieslar") // "Phillip_Cieslar20"
+
faker::internet::username("Andrew", "Cieslar") // "Andrew.Cieslar"
+
FAKER_CXX_EXPORT std::string username(std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt, Country country=Country::Usa)
Generates a username using the given person's name as base.
diff --git a/namespacefaker_1_1internet.js b/namespacefaker_1_1internet.js index dccc789c4..fde82ae33 100644 --- a/namespacefaker_1_1internet.js +++ b/namespacefaker_1_1internet.js @@ -29,26 +29,26 @@ var namespacefaker_1_1internet = [ "Http", "namespacefaker_1_1internet.html#ac9fba82884b9a80bff2604b01135c7eca9d4d43de68f0b3555d5a5ef5dc05bb95", null ], [ "Https", "namespacefaker_1_1internet.html#ac9fba82884b9a80bff2604b01135c7eca2badb7fa3e862298a650909d45c5066b", null ] ] ], - [ "anonymousUsername", "namespacefaker_1_1internet.html#a7984e90922498f1299cecd31c5f575a7", null ], - [ "checkIfEmojiIsValid", "namespacefaker_1_1internet.html#a0746027aba19bc27dbe5bca73707f0bc", null ], - [ "domainName", "namespacefaker_1_1internet.html#acb5cc643b943d68ccf0b122ef3d15ced", null ], - [ "domainSuffix", "namespacefaker_1_1internet.html#ad0f6d0599df66e819d84903c5d1c04cd", null ], - [ "domainWord", "namespacefaker_1_1internet.html#a2d0343d5392ac333fecf27fab9567cbc", null ], - [ "email", "namespacefaker_1_1internet.html#a5082d31654a79c42189bd74ebcd9f177", null ], - [ "emoji", "namespacefaker_1_1internet.html#acc05c79fd96761953b3f01f819536180", null ], - [ "exampleEmail", "namespacefaker_1_1internet.html#aed462baedf55f4a57818f2d47aa69961", null ], - [ "httpMediaType", "namespacefaker_1_1internet.html#ae9d32d02503d82a6bda4fdaeac223fec", null ], - [ "httpMethod", "namespacefaker_1_1internet.html#a9b548a60dd56b4caf3adda3dd36fe531", null ], - [ "httpRequestHeader", "namespacefaker_1_1internet.html#ad7ebdb868d20077439327c5630d77521", null ], - [ "httpResponseHeader", "namespacefaker_1_1internet.html#a8c549b1e91e70508dd706eecbb5d04c3", null ], - [ "httpStatusCode", "namespacefaker_1_1internet.html#addf925e625f04b4d77cd1a051bc03491", null ], - [ "ipv4", "namespacefaker_1_1internet.html#a1867349f60b73f441e7b42b3d1550503", null ], - [ "ipv4", "namespacefaker_1_1internet.html#a8cd0c9ec4dcca31fce9b9b516e6fe40a", null ], - [ "ipv6", "namespacefaker_1_1internet.html#a6f44672173ac347db321ea45c5fbc108", null ], - [ "mac", "namespacefaker_1_1internet.html#aa81ae4efbe46bdf5c5bfba6bfcd62d8c", null ], - [ "password", "namespacefaker_1_1internet.html#af1e915a97047baa2c43be9d16c96324f", null ], - [ "port", "namespacefaker_1_1internet.html#a0e2cd71dd1429486c255254161fe3e8d", null ], - [ "protocol", "namespacefaker_1_1internet.html#a39aa3144b0c1cad63c72cf0270bf3a2a", null ], - [ "url", "namespacefaker_1_1internet.html#a92cc6255f875a1386b4ac47edba22b05", null ], - [ "username", "namespacefaker_1_1internet.html#a6873a40b7b83d3227d0401a7c0c6fa03", null ] + [ "anonymousUsername", "namespacefaker_1_1internet.html#a0e22ade4bf001c126dd22e5c72506031", null ], + [ "checkIfEmojiIsValid", "namespacefaker_1_1internet.html#ae1a9eb9071b9843c891c065fd87345e7", null ], + [ "domainName", "namespacefaker_1_1internet.html#a7233a627869287ae8dc81a1dd8324fd2", null ], + [ "domainSuffix", "namespacefaker_1_1internet.html#a9332c1bd3d5fb1111e2fcc5fa04131a7", null ], + [ "domainWord", "namespacefaker_1_1internet.html#a49fa76d8f033206ed91f965fd625b2cf", null ], + [ "email", "namespacefaker_1_1internet.html#a640c9552088825e8f39eb42b61399c6e", null ], + [ "emoji", "namespacefaker_1_1internet.html#a40ee9376026f9017e3dcc90a8f53b7bc", null ], + [ "exampleEmail", "namespacefaker_1_1internet.html#a73507aa24e5f1d8b74e0db4cdee32ee9", null ], + [ "httpMediaType", "namespacefaker_1_1internet.html#aae3de074437688cc7aa5d4926a184182", null ], + [ "httpMethod", "namespacefaker_1_1internet.html#a351eb5eed7fd927d6a2869263b56e852", null ], + [ "httpRequestHeader", "namespacefaker_1_1internet.html#a298bf281d43e08c58448962c094605ab", null ], + [ "httpResponseHeader", "namespacefaker_1_1internet.html#abac7e3c94d09f0f7a381f64a8032684e", null ], + [ "httpStatusCode", "namespacefaker_1_1internet.html#a18bb9341e2a6b1745f93bb56acf973ea", null ], + [ "ipv4", "namespacefaker_1_1internet.html#a9ec5e80a347ec1ad2a53f85588b510dc", null ], + [ "ipv4", "namespacefaker_1_1internet.html#af6b363e2801aca6b2a686e80ee24c7c3", null ], + [ "ipv6", "namespacefaker_1_1internet.html#aa1ebac0fa8bab72b27017f6736b7c51f", null ], + [ "mac", "namespacefaker_1_1internet.html#aeb2e69d9d72e640a64d4bda2d55b45fe", null ], + [ "password", "namespacefaker_1_1internet.html#a88b044d010594ec94fa7127efb7c8bb1", null ], + [ "port", "namespacefaker_1_1internet.html#af7fe45110325fe2a80fe3cc776ac2ed2", null ], + [ "protocol", "namespacefaker_1_1internet.html#acefc699b5b4a93a1f1538cbb49331114", null ], + [ "url", "namespacefaker_1_1internet.html#a005caa05149d90b3854aef6a4ccdf27e", null ], + [ "username", "namespacefaker_1_1internet.html#aae749a34446ecccdddcbba60868c4746", null ] ]; \ No newline at end of file diff --git a/namespacefaker_1_1location.html b/namespacefaker_1_1location.html index f38aa6b48..2350d40f4 100644 --- a/namespacefaker_1_1location.html +++ b/namespacefaker_1_1location.html @@ -133,45 +133,45 @@

std::string faker::internet::username FAKER_CXX_EXPORT std::string faker::internet::username ( std::optional< std::string > firstName = std::nullopt,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view country ()
 Returns a random country name.
 
std::string_view countryCode ()
 Returns a random country code.
 
std::string_view state (AddressCountry country=AddressCountry::Usa)
 Returns a random state for a given country.
 
std::string city (AddressCountry country=AddressCountry::Usa)
 Returns a random city for given country.
 
std::string zipCode (AddressCountry country=AddressCountry::Usa)
 Returns a random zip code for given country.
 
std::string streetAddress (AddressCountry country=AddressCountry::Usa)
 Returns a random street address for given country.
 
std::string street (AddressCountry country=AddressCountry::Usa)
 Returns a random street for given country.
 
std::string buildingNumber (AddressCountry country=AddressCountry::Usa)
 Returns a random building number for given country.
 
std::string secondaryAddress (AddressCountry country=AddressCountry::Usa)
 Returns a random secondary address number for given country. This refers to a specific location at a given address such as an apartment or room number.
 
std::string latitude (Precision precision=Precision::FourDp)
 Generates a random latitude.
 
std::string longitude (Precision precision=Precision::FourDp)
 Generates a random longitude.
 
std::string_view direction ()
 Generates a random direction from cardinal and ordinal directions.
 
std::string_view timeZone ()
 Generates a random time zone.
 
FAKER_CXX_EXPORT std::string_view country ()
 Returns a random country name.
 
FAKER_CXX_EXPORT std::string_view countryCode ()
 Returns a random country code.
 
FAKER_CXX_EXPORT std::string_view state (AddressCountry country=AddressCountry::Usa)
 Returns a random state for a given country.
 
FAKER_CXX_EXPORT std::string city (AddressCountry country=AddressCountry::Usa)
 Returns a random city for given country.
 
FAKER_CXX_EXPORT std::string zipCode (AddressCountry country=AddressCountry::Usa)
 Returns a random zip code for given country.
 
FAKER_CXX_EXPORT std::string streetAddress (AddressCountry country=AddressCountry::Usa)
 Returns a random street address for given country.
 
FAKER_CXX_EXPORT std::string street (AddressCountry country=AddressCountry::Usa)
 Returns a random street for given country.
 
FAKER_CXX_EXPORT std::string buildingNumber (AddressCountry country=AddressCountry::Usa)
 Returns a random building number for given country.
 
FAKER_CXX_EXPORT std::string secondaryAddress (AddressCountry country=AddressCountry::Usa)
 Returns a random secondary address number for given country. This refers to a specific location at a given address such as an apartment or room number.
 
FAKER_CXX_EXPORT std::string latitude (Precision precision=Precision::FourDp)
 Generates a random latitude.
 
FAKER_CXX_EXPORT std::string longitude (Precision precision=Precision::FourDp)
 Generates a random longitude.
 
FAKER_CXX_EXPORT std::string_view direction ()
 Generates a random direction from cardinal and ordinal directions.
 
FAKER_CXX_EXPORT std::string_view timeZone ()
 Generates a random time zone.
 

Enumeration Type Documentation

@@ -214,14 +214,14 @@

Function Documentation

- -

◆ buildingNumber()

+ +

◆ buildingNumber()

- + @@ -237,19 +237,19 @@

Returns
Building number.
-
-
std::string buildingNumber(AddressCountry country=AddressCountry::Usa)
Returns a random building number for given country.
+
+
FAKER_CXX_EXPORT std::string buildingNumber(AddressCountry country=AddressCountry::Usa)
Returns a random building number for given country.
- -

◆ city()

+ +

◆ city()

std::string faker::location::buildingNumber FAKER_CXX_EXPORT std::string faker::location::buildingNumber ( AddressCountry country = AddressCountry::Usa)
- + @@ -265,19 +265,19 @@

Returns
City.
-
faker::location::city() // "Boston"
-
std::string city(AddressCountry country=AddressCountry::Usa)
Returns a random city for given country.
+
faker::location::city() // "Boston"
+
FAKER_CXX_EXPORT std::string city(AddressCountry country=AddressCountry::Usa)
Returns a random city for given country.
- -

◆ country()

+ +

◆ country()

std::string faker::location::city FAKER_CXX_EXPORT std::string faker::location::city ( AddressCountry country = AddressCountry::Usa)
- + @@ -287,19 +287,19 @@

Returns
Country name.
-
-
std::string_view country()
Returns a random country name.
+
+
FAKER_CXX_EXPORT std::string_view country()
Returns a random country name.
- -

◆ countryCode()

+ +

◆ countryCode()

std::string_view faker::location::country FAKER_CXX_EXPORT std::string_view faker::location::country ( )
- + @@ -309,19 +309,19 @@

Returns
Country code consisting two letters.
-
-
std::string_view countryCode()
Returns a random country code.
+
+
FAKER_CXX_EXPORT std::string_view countryCode()
Returns a random country code.
- -

◆ direction()

+ +

◆ direction()

std::string_view faker::location::countryCode FAKER_CXX_EXPORT std::string_view faker::location::countryCode ( )
- + @@ -331,19 +331,19 @@

Returns
Direction.
-
-
std::string_view direction()
Generates a random direction from cardinal and ordinal directions.
+
+
FAKER_CXX_EXPORT std::string_view direction()
Generates a random direction from cardinal and ordinal directions.
- -

◆ latitude()

+ +

◆ latitude()

std::string_view faker::location::direction FAKER_CXX_EXPORT std::string_view faker::location::direction ( )
- + @@ -359,19 +359,19 @@

Returns
Latitude within -90 to 90 range.
-
-
std::string latitude(Precision precision=Precision::FourDp)
Generates a random latitude.
+
+
FAKER_CXX_EXPORT std::string latitude(Precision precision=Precision::FourDp)
Generates a random latitude.
- -

◆ longitude()

+ +

◆ longitude()

std::string faker::location::latitude FAKER_CXX_EXPORT std::string faker::location::latitude ( Precision precision = Precision::FourDp)
- + @@ -387,19 +387,19 @@

Returns
Longitude within -180 to 180 range.
-
-
std::string longitude(Precision precision=Precision::FourDp)
Generates a random longitude.
+
+
FAKER_CXX_EXPORT std::string longitude(Precision precision=Precision::FourDp)
Generates a random longitude.
- -

◆ secondaryAddress()

+ +

◆ secondaryAddress()

std::string faker::location::longitude FAKER_CXX_EXPORT std::string faker::location::longitude ( Precision precision = Precision::FourDp)
- + @@ -415,19 +415,19 @@

Returns
Secondary address.
-
-
std::string secondaryAddress(AddressCountry country=AddressCountry::Usa)
Returns a random secondary address number for given country. This refers to a specific location at a ...
+
+
FAKER_CXX_EXPORT std::string secondaryAddress(AddressCountry country=AddressCountry::Usa)
Returns a random secondary address number for given country. This refers to a specific location at a ...
- -

◆ state()

+ +

◆ state()

std::string faker::location::secondaryAddress FAKER_CXX_EXPORT std::string faker::location::secondaryAddress ( AddressCountry country = AddressCountry::Usa)
- + @@ -443,19 +443,19 @@

Returns
State.
-
faker::location::state() // "Arizona"
-
std::string_view state(AddressCountry country=AddressCountry::Usa)
Returns a random state for a given country.
+
faker::location::state() // "Arizona"
+
FAKER_CXX_EXPORT std::string_view state(AddressCountry country=AddressCountry::Usa)
Returns a random state for a given country.
- -

◆ street()

+ +

◆ street()

std::string_view faker::location::state FAKER_CXX_EXPORT std::string_view faker::location::state ( AddressCountry country = AddressCountry::Usa)
- + @@ -471,19 +471,19 @@

Returns
Street name.
-
faker::location::street() // "Schroeder Isle"
-
std::string street(AddressCountry country=AddressCountry::Usa)
Returns a random street for given country.
+
faker::location::street() // "Schroeder Isle"
+
FAKER_CXX_EXPORT std::string street(AddressCountry country=AddressCountry::Usa)
Returns a random street for given country.
- -

◆ streetAddress()

+ +

◆ streetAddress()

std::string faker::location::street FAKER_CXX_EXPORT std::string faker::location::street ( AddressCountry country = AddressCountry::Usa)
- + @@ -499,19 +499,19 @@

Returns
Street address including building number and street name.
-
faker::location::streetAddress() // "34830 Erdman Hollow"
-
std::string streetAddress(AddressCountry country=AddressCountry::Usa)
Returns a random street address for given country.
+
faker::location::streetAddress() // "34830 Erdman Hollow"
+
FAKER_CXX_EXPORT std::string streetAddress(AddressCountry country=AddressCountry::Usa)
Returns a random street address for given country.
- -

◆ timeZone()

+ +

◆ timeZone()

std::string faker::location::streetAddress FAKER_CXX_EXPORT std::string faker::location::streetAddress ( AddressCountry country = AddressCountry::Usa)
- + @@ -521,19 +521,19 @@

Returns
Time zone.
-
faker::location::timeZone() // "Europe/Warsaw"
-
std::string_view timeZone()
Generates a random time zone.
+
faker::location::timeZone() // "Europe/Warsaw"
+
FAKER_CXX_EXPORT std::string_view timeZone()
Generates a random time zone.
- -

◆ zipCode()

+ +

◆ zipCode()

std::string_view faker::location::timeZone FAKER_CXX_EXPORT std::string_view faker::location::timeZone ( )
- + @@ -549,11 +549,11 @@

Returns
Zip code.
-
faker::location::zipCode() // "47683-9880"
-
faker::location::zipCode(Country::Poland) // "31-881"
-
std::string zipCode(AddressCountry country=AddressCountry::Usa)
Returns a random zip code for given country.
+
faker::location::zipCode() // "47683-9880"
+
faker::location::zipCode(Country::Poland) // "31-881"
+
FAKER_CXX_EXPORT std::string zipCode(AddressCountry country=AddressCountry::Usa)
Returns a random zip code for given country.
-
Definition Airline.h:6
+
Definition Airline.h:7
diff --git a/namespacefaker_1_1lorem.html b/namespacefaker_1_1lorem.html index ca47da9cb..1e0928c8f 100644 --- a/namespacefaker_1_1lorem.html +++ b/namespacefaker_1_1lorem.html @@ -107,37 +107,37 @@

std::string faker::location::zipCode FAKER_CXX_EXPORT std::string faker::location::zipCode ( AddressCountry country = AddressCountry::Usa)
- - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view word ()
 Returns a random lorem word.
 
std::string words (unsigned numberOfWords=3)
 Returns a random lorem words.
 
std::string sentence (unsigned minNumberOfWords=3, unsigned maxNumberOfWords=10)
 Returns a random lorem sentence.
 
std::string sentences (unsigned minNumberOfSentences=2, unsigned maxNumberOfSentences=6)
 Returns a random lorem sentences.
 
std::string slug (unsigned numberOfWords=3)
 Generates a slugified text consisting of the given number of hyphen separated words.
 
std::string paragraph (unsigned minNumberOfSentences=2, unsigned maxNumberOfSentences=6)
 Returns a random lorem paragraph.
 
std::string paragraphs (unsigned minNumberOfParagraphs=2, unsigned maxNumberOfParagraphs=4)
 Returns a random lorem paragraphs.
 
FAKER_CXX_EXPORT std::string_view word ()
 Returns a random lorem word.
 
FAKER_CXX_EXPORT std::string words (unsigned numberOfWords=3)
 Returns a random lorem words.
 
FAKER_CXX_EXPORT std::string sentence (unsigned minNumberOfWords=3, unsigned maxNumberOfWords=10)
 Returns a random lorem sentence.
 
FAKER_CXX_EXPORT std::string sentences (unsigned minNumberOfSentences=2, unsigned maxNumberOfSentences=6)
 Returns a random lorem sentences.
 
FAKER_CXX_EXPORT std::string slug (unsigned numberOfWords=3)
 Generates a slugified text consisting of the given number of hyphen separated words.
 
FAKER_CXX_EXPORT std::string paragraph (unsigned minNumberOfSentences=2, unsigned maxNumberOfSentences=6)
 Returns a random lorem paragraph.
 
FAKER_CXX_EXPORT std::string paragraphs (unsigned minNumberOfParagraphs=2, unsigned maxNumberOfParagraphs=4)
 Returns a random lorem paragraphs.
 

Function Documentation

- -

◆ paragraph()

+ +

◆ paragraph()

- + @@ -158,19 +158,19 @@

Returns
Lorem paragraph.
-
faker::lorem::paragraph() // "Animi possimus nemo consequuntur ut ea et tempore unde qui. Quis corporis esse."
-
std::string paragraph(unsigned minNumberOfSentences=2, unsigned maxNumberOfSentences=6)
Returns a random lorem paragraph.
+
faker::lorem::paragraph() // "Animi possimus nemo consequuntur ut ea et tempore unde qui. Quis corporis esse."
+
FAKER_CXX_EXPORT std::string paragraph(unsigned minNumberOfSentences=2, unsigned maxNumberOfSentences=6)
Returns a random lorem paragraph.
- -

◆ paragraphs()

+ +

◆ paragraphs()

std::string faker::lorem::paragraph FAKER_CXX_EXPORT std::string faker::lorem::paragraph ( unsigned minNumberOfSentences = 2,
- + @@ -191,22 +191,22 @@

Returns
Lorem paragraphs separated with newlines.
-
+
// "Beatae voluptatem dicta et assumenda fugit eaque quidem consequatur. Fuga unde provident.
// Voluptatibus quo pariatur est. Doloribus commodi et et exercitationem vel et. Omnis inventore cum aut amet.
// Sapiente deleniti et. Ducimus maiores eum. Rem dolorem itaque aliquam."
-
std::string paragraphs(unsigned minNumberOfParagraphs=2, unsigned maxNumberOfParagraphs=4)
Returns a random lorem paragraphs.
+
FAKER_CXX_EXPORT std::string paragraphs(unsigned minNumberOfParagraphs=2, unsigned maxNumberOfParagraphs=4)
Returns a random lorem paragraphs.
- -

◆ sentence()

+ +

◆ sentence()

std::string faker::lorem::paragraphs FAKER_CXX_EXPORT std::string faker::lorem::paragraphs ( unsigned minNumberOfParagraphs = 2,
- + @@ -227,19 +227,19 @@

Returns
Lorem sentence.
-
faker::lorem::sentence() // "Laborum voluptatem officiis est et."
-
std::string sentence(unsigned minNumberOfWords=3, unsigned maxNumberOfWords=10)
Returns a random lorem sentence.
+
faker::lorem::sentence() // "Laborum voluptatem officiis est et."
+
FAKER_CXX_EXPORT std::string sentence(unsigned minNumberOfWords=3, unsigned maxNumberOfWords=10)
Returns a random lorem sentence.
- -

◆ sentences()

+ +

◆ sentences()

std::string faker::lorem::sentence FAKER_CXX_EXPORT std::string faker::lorem::sentence ( unsigned minNumberOfWords = 3,
- + @@ -260,19 +260,19 @@

Returns
Lorem sentences separated with spaces.
-
faker::lorem::sentences(2, 2) // "Maxime vel numquam quibusdam. Dignissimos ex molestias quam nihil occaecati maiores."
-
std::string sentences(unsigned minNumberOfSentences=2, unsigned maxNumberOfSentences=6)
Returns a random lorem sentences.
+
faker::lorem::sentences(2, 2) // "Maxime vel numquam quibusdam. Dignissimos ex molestias quam nihil occaecati maiores."
+
FAKER_CXX_EXPORT std::string sentences(unsigned minNumberOfSentences=2, unsigned maxNumberOfSentences=6)
Returns a random lorem sentences.
- -

◆ slug()

+ +

◆ slug()

std::string faker::lorem::sentences FAKER_CXX_EXPORT std::string faker::lorem::sentences ( unsigned minNumberOfSentences = 2,
- + @@ -288,19 +288,19 @@

Returns
Hyphen separated words.
-
faker::lorem::slug(5) // "delectus-totam-iusto-itaque-placeat"
-
std::string slug(unsigned numberOfWords=3)
Generates a slugified text consisting of the given number of hyphen separated words.
+
faker::lorem::slug(5) // "delectus-totam-iusto-itaque-placeat"
+
FAKER_CXX_EXPORT std::string slug(unsigned numberOfWords=3)
Generates a slugified text consisting of the given number of hyphen separated words.
- -

◆ word()

+ +

◆ word()

std::string faker::lorem::slug FAKER_CXX_EXPORT std::string faker::lorem::slug ( unsigned numberOfWords = 3)
- + @@ -310,19 +310,19 @@

Returns
Lorem word.
-
faker::lorem::word() // "temporibus"
-
std::string_view word()
Returns a random lorem word.
+
faker::lorem::word() // "temporibus"
+
FAKER_CXX_EXPORT std::string_view word()
Returns a random lorem word.
- -

◆ words()

+ +

◆ words()

std::string_view faker::lorem::word FAKER_CXX_EXPORT std::string_view faker::lorem::word ( )
- + @@ -338,8 +338,8 @@

Returns
Lorem words.
-
faker::lorem::words() // "qui praesentium pariatur"
-
std::string words(unsigned numberOfWords=3)
Returns a random lorem words.
+
faker::lorem::words() // "qui praesentium pariatur"
+
FAKER_CXX_EXPORT std::string words(unsigned numberOfWords=3)
Returns a random lorem words.
diff --git a/namespacefaker_1_1medicine.html b/namespacefaker_1_1medicine.html index 99db818ca..20a82c579 100644 --- a/namespacefaker_1_1medicine.html +++ b/namespacefaker_1_1medicine.html @@ -107,25 +107,25 @@

std::string faker::lorem::words FAKER_CXX_EXPORT std::string faker::lorem::words ( unsigned numberOfWords = 3)
- - - - - - - - - + + + + + + + + +

Functions

std::string_view condition ()
 Returns a random medical condition.
 
std::string_view medicalTest ()
 Returns a random medical test.
 
std::string_view specialty ()
 Returns a random Medical specialty.
 
FAKER_CXX_EXPORT std::string_view condition ()
 Returns a random medical condition.
 
FAKER_CXX_EXPORT std::string_view medicalTest ()
 Returns a random medical test.
 
FAKER_CXX_EXPORT std::string_view specialty ()
 Returns a random Medical specialty.
 

Function Documentation

- -

◆ condition()

+ +

◆ condition()

- + @@ -135,19 +135,19 @@

Returns
Medical condition.
-
-
std::string_view condition()
Returns a random medical condition.
+
+
FAKER_CXX_EXPORT std::string_view condition()
Returns a random medical condition.
- -

◆ medicalTest()

+ +

◆ medicalTest()

std::string_view faker::medicine::condition FAKER_CXX_EXPORT std::string_view faker::medicine::condition ( )
- + @@ -157,19 +157,19 @@

Returns
Medical test.
-
faker::medicine::medicalTest() // "pulmonary auscultation"
-
std::string_view medicalTest()
Returns a random medical test.
+
faker::medicine::medicalTest() // "pulmonary auscultation"
+
FAKER_CXX_EXPORT std::string_view medicalTest()
Returns a random medical test.
- -

◆ specialty()

+ +

◆ specialty()

std::string_view faker::medicine::medicalTest FAKER_CXX_EXPORT std::string_view faker::medicine::medicalTest ( )
- + @@ -179,8 +179,8 @@

Returns
Medical specialty.
-
faker::medicine::specialty() // "Cardiology"
-
std::string_view specialty()
Returns a random Medical specialty.
+
faker::medicine::specialty() // "Cardiology"
+
FAKER_CXX_EXPORT std::string_view specialty()
Returns a random Medical specialty.
diff --git a/namespacefaker_1_1movie.html b/namespacefaker_1_1movie.html index b70e9acbe..1efab782b 100644 --- a/namespacefaker_1_1movie.html +++ b/namespacefaker_1_1movie.html @@ -107,34 +107,34 @@

std::string_view faker::medicine::specialty FAKER_CXX_EXPORT std::string_view faker::medicine::specialty ( )
- - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +

Functions

std::string_view genre ()
 Returns a random movie genre.
 
std::string_view movieTitle ()
 Returns a random movie title.
 
std::string_view tvShow ()
 Returns a random tv show.
 
std::string_view director ()
 Returns a random movie director name.
 
std::string_view actor ()
 Returns a random actor name.
 
std::string_view actress ()
 Returns a random actress name.
 
FAKER_CXX_EXPORT std::string_view genre ()
 Returns a random movie genre.
 
FAKER_CXX_EXPORT std::string_view movieTitle ()
 Returns a random movie title.
 
FAKER_CXX_EXPORT std::string_view tvShow ()
 Returns a random tv show.
 
FAKER_CXX_EXPORT std::string_view director ()
 Returns a random movie director name.
 
FAKER_CXX_EXPORT std::string_view actor ()
 Returns a random actor name.
 
FAKER_CXX_EXPORT std::string_view actress ()
 Returns a random actress name.
 

Function Documentation

- -

◆ actor()

+ +

◆ actor()

- + @@ -144,19 +144,19 @@

Returns
Actor name.
-
faker::movie::actor() // "John Travolta"
-
std::string_view actor()
Returns a random actor name.
+
faker::movie::actor() // "John Travolta"
+
FAKER_CXX_EXPORT std::string_view actor()
Returns a random actor name.
- -

◆ actress()

+ +

◆ actress()

std::string_view faker::movie::actor FAKER_CXX_EXPORT std::string_view faker::movie::actor ( )
- + @@ -166,19 +166,19 @@

Returns
Actress name.
-
faker::movie::actress() // "Scarlett Johansson"
-
std::string_view actress()
Returns a random actress name.
+
faker::movie::actress() // "Scarlett Johansson"
+
FAKER_CXX_EXPORT std::string_view actress()
Returns a random actress name.
- -

◆ director()

+ +

◆ director()

std::string_view faker::movie::actress FAKER_CXX_EXPORT std::string_view faker::movie::actress ( )
- + @@ -188,19 +188,19 @@

Returns
Movie director name.
-
faker::movie::director() // "Quentin Tarantino"
-
std::string_view director()
Returns a random movie director name.
+
faker::movie::director() // "Quentin Tarantino"
+
FAKER_CXX_EXPORT std::string_view director()
Returns a random movie director name.
- -

◆ genre()

+ +

◆ genre()

std::string_view faker::movie::director FAKER_CXX_EXPORT std::string_view faker::movie::director ( )
- + @@ -210,19 +210,19 @@

Returns
Movie genre.
-
faker::movie::genre() // "Drama"
-
std::string_view genre()
Returns a random movie genre.
+
faker::movie::genre() // "Drama"
+
FAKER_CXX_EXPORT std::string_view genre()
Returns a random movie genre.
- -

◆ movieTitle()

+ +

◆ movieTitle()

std::string_view faker::movie::genre FAKER_CXX_EXPORT std::string_view faker::movie::genre ( )
- + @@ -232,19 +232,19 @@

Returns
Movie title.
-
faker::movie::movieTitle() // "Pulp Fiction"
-
std::string_view movieTitle()
Returns a random movie title.
+
faker::movie::movieTitle() // "Pulp Fiction"
+
FAKER_CXX_EXPORT std::string_view movieTitle()
Returns a random movie title.
- -

◆ tvShow()

+ +

◆ tvShow()

std::string_view faker::movie::movieTitle FAKER_CXX_EXPORT std::string_view faker::movie::movieTitle ( )
- + @@ -254,8 +254,8 @@

Returns
Tv show.
-
faker::movie::tvShow() // "The Sopranos"
-
std::string_view tvShow()
Returns a random tv show.
+
faker::movie::tvShow() // "The Sopranos"
+
FAKER_CXX_EXPORT std::string_view tvShow()
Returns a random tv show.
diff --git a/namespacefaker_1_1music.html b/namespacefaker_1_1music.html index e69435c3e..52aee0c8c 100644 --- a/namespacefaker_1_1music.html +++ b/namespacefaker_1_1music.html @@ -107,25 +107,25 @@

std::string_view faker::movie::tvShow FAKER_CXX_EXPORT std::string_view faker::movie::tvShow ( )
- - - - - - - - - + + + + + + + + +

Functions

std::string_view artist ()
 Returns a random artist.
 
std::string_view genre ()
 Returns a random music genre.
 
std::string_view songName ()
 Returns a random song name.
 
FAKER_CXX_EXPORT std::string_view artist ()
 Returns a random artist.
 
FAKER_CXX_EXPORT std::string_view genre ()
 Returns a random music genre.
 
FAKER_CXX_EXPORT std::string_view songName ()
 Returns a random song name.
 

Function Documentation

- -

◆ artist()

+ +

◆ artist()

- + @@ -135,19 +135,19 @@

Returns
Artist.
-
faker::music::artist() // "Nirvana"
-
std::string_view artist()
Returns a random artist.
+
faker::music::artist() // "Nirvana"
+
FAKER_CXX_EXPORT std::string_view artist()
Returns a random artist.
- -

◆ genre()

+ +

◆ genre()

std::string_view faker::music::artist FAKER_CXX_EXPORT std::string_view faker::music::artist ( )
- + @@ -157,19 +157,19 @@

Returns
Music genre.
-
-
std::string_view genre()
Returns a random music genre.
+
+
FAKER_CXX_EXPORT std::string_view genre()
Returns a random music genre.
- -

◆ songName()

+ +

◆ songName()

std::string_view faker::music::genre FAKER_CXX_EXPORT std::string_view faker::music::genre ( )
- + @@ -179,8 +179,8 @@

Returns
Song name.
-
faker::music::songName() // "Light My Fire"
-
std::string_view songName()
Returns a random song name.
+
faker::music::songName() // "Light My Fire"
+
FAKER_CXX_EXPORT std::string_view songName()
Returns a random song name.
diff --git a/namespacefaker_1_1person.html b/namespacefaker_1_1person.html index 9a7affff1..39290dbd9 100644 --- a/namespacefaker_1_1person.html +++ b/namespacefaker_1_1person.html @@ -180,63 +180,63 @@

std::string_view faker::music::songName FAKER_CXX_EXPORT std::string_view faker::music::songName ( )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view firstName (std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
 Returns a random first name.
 
std::string_view lastName (std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
 Returns a random last name.
 
std::string fullName (std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
 Returns a random full name.
 
std::string_view prefix (std::optional< Country > countryOpt=std::nullopt, std::optional< Sex > sex=std::nullopt)
 Returns a random name prefix.
 
std::string_view suffix (std::optional< Country > countryOpt=std::nullopt, std::optional< Sex > sex=std::nullopt)
 Returns a random name suffix.
 
std::string bio ()
 Returns a random bio.
 
std::string_view sex (std::optional< Language > language=std::nullopt)
 Returns a sex.
 
std::string_view gender ()
 Returns a random gender.
 
std::string jobTitle ()
 Returns a random job title.
 
std::string_view jobDescriptor ()
 Returns a random job descriptor.
 
std::string_view jobArea ()
 Returns a random job area.
 
std::string_view jobType ()
 Returns a random job type.
 
std::string_view hobby ()
 Returns a random hobby.
 
std::string_view language ()
 Returns a random language.
 
std::string_view nationality ()
 Returns a random nationality.
 
std::string ssn (std::optional< SsnCountry > country=std::nullopt)
 Returns a random SSN.
 
std::string_view westernZodiac ()
 Returns a random Western Zodiac.
 
std::string_view chineseZodiac ()
 Returns a random Chinese Zodiac.
 
std::string passport (std::optional< PassportCountry > country=std::nullopt)
 Returns a random passport number from a given country.
 
FAKER_CXX_EXPORT std::string_view firstName (std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
 Returns a random first name.
 
FAKER_CXX_EXPORT std::string_view lastName (std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
 Returns a random last name.
 
FAKER_CXX_EXPORT std::string fullName (std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
 Returns a random full name.
 
FAKER_CXX_EXPORT std::string_view prefix (std::optional< Country > countryOpt=std::nullopt, std::optional< Sex > sex=std::nullopt)
 Returns a random name prefix.
 
FAKER_CXX_EXPORT std::string_view suffix (std::optional< Country > countryOpt=std::nullopt, std::optional< Sex > sex=std::nullopt)
 Returns a random name suffix.
 
FAKER_CXX_EXPORT std::string bio ()
 Returns a random bio.
 
FAKER_CXX_EXPORT std::string_view sex (std::optional< Language > language=std::nullopt)
 Returns a sex.
 
FAKER_CXX_EXPORT std::string_view gender ()
 Returns a random gender.
 
FAKER_CXX_EXPORT std::string jobTitle ()
 Returns a random job title.
 
FAKER_CXX_EXPORT std::string_view jobDescriptor ()
 Returns a random job descriptor.
 
FAKER_CXX_EXPORT std::string_view jobArea ()
 Returns a random job area.
 
FAKER_CXX_EXPORT std::string_view jobType ()
 Returns a random job type.
 
FAKER_CXX_EXPORT std::string_view hobby ()
 Returns a random hobby.
 
FAKER_CXX_EXPORT std::string_view language ()
 Returns a random language.
 
FAKER_CXX_EXPORT std::string_view nationality ()
 Returns a random nationality.
 
FAKER_CXX_EXPORT std::string ssn (std::optional< SsnCountry > country=std::nullopt)
 Returns a random SSN.
 
FAKER_CXX_EXPORT std::string_view westernZodiac ()
 Returns a random Western Zodiac.
 
FAKER_CXX_EXPORT std::string_view chineseZodiac ()
 Returns a random Chinese Zodiac.
 
FAKER_CXX_EXPORT std::string passport (std::optional< PassportCountry > country=std::nullopt)
 Returns a random passport number from a given country.
 

Enumeration Type Documentation

@@ -384,14 +384,14 @@

Function Documentation

- -

◆ bio()

+ +

◆ bio()

- + @@ -401,19 +401,19 @@

Returns
Bio.
-
faker::person::bio() //"Developer"
-
std::string bio()
Returns a random bio.
+
faker::person::bio() //"Developer"
+
FAKER_CXX_EXPORT std::string bio()
Returns a random bio.
- -

◆ chineseZodiac()

+ +

◆ chineseZodiac()

std::string faker::person::bio FAKER_CXX_EXPORT std::string faker::person::bio ( )
- + @@ -423,19 +423,19 @@

Returns
Chinese Zodiac
-
-
std::string_view chineseZodiac()
Returns a random Chinese Zodiac.
+
+
FAKER_CXX_EXPORT std::string_view chineseZodiac()
Returns a random Chinese Zodiac.
- -

◆ firstName()

+ +

◆ firstName()

std::string_view faker::person::chineseZodiac FAKER_CXX_EXPORT std::string_view faker::person::chineseZodiac ( )
- + @@ -456,26 +456,26 @@

Returns
First name starting with a capital letter.
-
-
faker::person::firstName(Country::England, Sex::Female) // "Emma"
-
faker::person::firstName(Country::England, Sex::Male) // "Arthur"
-
Sex
Definition Person.h:257
+
+
faker::person::firstName(Country::England, Sex::Female) // "Emma"
+
faker::person::firstName(Country::England, Sex::Male) // "Arthur"
+
FAKER_CXX_EXPORT std::string_view firstName(std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
Returns a random first name.
+
Sex
Definition Person.h:258
-
std::string_view firstName(std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
Returns a random first name.
-
Definition Airline.h:6
+
Definition Airline.h:7
- -

◆ fullName()

+ +

◆ fullName()

std::string_view faker::person::firstName FAKER_CXX_EXPORT std::string_view faker::person::firstName ( std::optional< Country > country = std::nullopt,
- + @@ -496,21 +496,21 @@

Returns
Full name starting with first name.
-
faker::person::fullName() // "Marcia Robinson"
-
faker::person::fullName(Country::England, Sex::Female) // "Jennifer Martin"
-
faker::person::fullName(Country::England, Sex::Male) // "Samuel Walker"
-
std::string fullName(std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
Returns a random full name.
+
faker::person::fullName() // "Marcia Robinson"
+
faker::person::fullName(Country::England, Sex::Female) // "Jennifer Martin"
+
faker::person::fullName(Country::England, Sex::Male) // "Samuel Walker"
+
FAKER_CXX_EXPORT std::string fullName(std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
Returns a random full name.
- -

◆ gender()

+ +

◆ gender()

std::string faker::person::fullName FAKER_CXX_EXPORT std::string faker::person::fullName ( std::optional< Country > country = std::nullopt,
- + @@ -520,19 +520,19 @@

Returns
Gender.
-
faker::person::gender() // "Transexual woman"
-
std::string_view gender()
Returns a random gender.
+
faker::person::gender() // "Transexual woman"
+
FAKER_CXX_EXPORT std::string_view gender()
Returns a random gender.
- -

◆ hobby()

+ +

◆ hobby()

std::string_view faker::person::gender FAKER_CXX_EXPORT std::string_view faker::person::gender ( )
- + @@ -542,19 +542,19 @@

Returns
Hobby.
-
faker::person::hobby() // "Gaming"
-
std::string_view hobby()
Returns a random hobby.
+
faker::person::hobby() // "Gaming"
+
FAKER_CXX_EXPORT std::string_view hobby()
Returns a random hobby.
- -

◆ jobArea()

+ +

◆ jobArea()

std::string_view faker::person::hobby FAKER_CXX_EXPORT std::string_view faker::person::hobby ( )
- + @@ -564,19 +564,19 @@

Returns
Job area.
-
faker::person::jobArea() // "Software"
-
std::string_view jobArea()
Returns a random job area.
+
faker::person::jobArea() // "Software"
+
FAKER_CXX_EXPORT std::string_view jobArea()
Returns a random job area.
- -

◆ jobDescriptor()

+ +

◆ jobDescriptor()

std::string_view faker::person::jobArea FAKER_CXX_EXPORT std::string_view faker::person::jobArea ( )
- + @@ -586,19 +586,19 @@

Returns
Job descriptor.
-
-
std::string_view jobDescriptor()
Returns a random job descriptor.
+
+
FAKER_CXX_EXPORT std::string_view jobDescriptor()
Returns a random job descriptor.
- -

◆ jobTitle()

+ +

◆ jobTitle()

std::string_view faker::person::jobDescriptor FAKER_CXX_EXPORT std::string_view faker::person::jobDescriptor ( )
- + @@ -608,19 +608,19 @@

Returns
Job title.
-
faker::person::jobTitle() // "Global Accounts Engineer"
-
std::string jobTitle()
Returns a random job title.
+
faker::person::jobTitle() // "Global Accounts Engineer"
+
FAKER_CXX_EXPORT std::string jobTitle()
Returns a random job title.
- -

◆ jobType()

+ +

◆ jobType()

std::string faker::person::jobTitle FAKER_CXX_EXPORT std::string faker::person::jobTitle ( )
- + @@ -630,19 +630,19 @@

Returns
Job type.
-
faker::person::jobType() // "Engineer"
-
std::string_view jobType()
Returns a random job type.
+
faker::person::jobType() // "Engineer"
+
FAKER_CXX_EXPORT std::string_view jobType()
Returns a random job type.
- -

◆ language()

+ +

◆ language()

std::string_view faker::person::jobType FAKER_CXX_EXPORT std::string_view faker::person::jobType ( )
- + @@ -652,19 +652,19 @@

Returns
Language.
-
-
std::string_view language()
Returns a random language.
+
+
FAKER_CXX_EXPORT std::string_view language()
Returns a random language.
- -

◆ lastName()

+ +

◆ lastName()

std::string_view faker::person::language FAKER_CXX_EXPORT std::string_view faker::person::language ( )
- + @@ -685,19 +685,19 @@

Returns
Last name starting with a capital letter.
-
faker::person::lastName() // "Peterson"
-
std::string_view lastName(std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
Returns a random last name.
+
faker::person::lastName() // "Peterson"
+
FAKER_CXX_EXPORT std::string_view lastName(std::optional< Country > country=std::nullopt, std::optional< Sex > sex=std::nullopt)
Returns a random last name.
- -

◆ nationality()

+ +

◆ nationality()

std::string_view faker::person::lastName FAKER_CXX_EXPORT std::string_view faker::person::lastName ( std::optional< Country > country = std::nullopt,
- + @@ -707,19 +707,19 @@

Returns
Nationality.
-
-
std::string_view nationality()
Returns a random nationality.
+
+
FAKER_CXX_EXPORT std::string_view nationality()
Returns a random nationality.
- -

◆ passport()

+ +

◆ passport()

std::string_view faker::person::nationality FAKER_CXX_EXPORT std::string_view faker::person::nationality ( )
- + @@ -729,20 +729,20 @@

Returns
Passport
-
-
std::string passport(std::optional< PassportCountry > country=std::nullopt)
Returns a random passport number from a given country.
+
+
FAKER_CXX_EXPORT std::string passport(std::optional< PassportCountry > country=std::nullopt)
Returns a random passport number from a given country.
- -

◆ prefix()

+ +

◆ prefix()

std::string faker::person::passport FAKER_CXX_EXPORT std::string faker::person::passport ( std::optional< PassportCountry > country = std::nullopt)
- + @@ -762,21 +762,21 @@

Returns
Name prefix.
-
-
faker::person::prefix(Sex::Female) // "Ms."
-
faker::person::prefix(Sex::Male) // "Mr."
-
std::string_view prefix(std::optional< Country > countryOpt=std::nullopt, std::optional< Sex > sex=std::nullopt)
Returns a random name prefix.
+
+
faker::person::prefix(Sex::Female) // "Ms."
+
faker::person::prefix(Sex::Male) // "Mr."
+
FAKER_CXX_EXPORT std::string_view prefix(std::optional< Country > countryOpt=std::nullopt, std::optional< Sex > sex=std::nullopt)
Returns a random name prefix.
- -

◆ sex()

+ +

◆ sex()

std::string_view faker::person::prefix FAKER_CXX_EXPORT std::string_view faker::person::prefix ( std::optional< Country > countryOpt = std::nullopt,
- + @@ -786,19 +786,19 @@

Returns
Sex.
-
faker::person::sex() // "Male"
-
std::string_view sex(std::optional< Language > language=std::nullopt)
Returns a sex.
+
faker::person::sex() // "Male"
+
FAKER_CXX_EXPORT std::string_view sex(std::optional< Language > language=std::nullopt)
Returns a sex.
- -

◆ ssn()

+ +

◆ ssn()

std::string_view faker::person::sex FAKER_CXX_EXPORT std::string_view faker::person::sex ( std::optional< Language > language = std::nullopt)
- + @@ -814,22 +814,22 @@

Returns
Social Security Number.
-
faker::person::ssn() // "437-12-6854"
-
faker::person::ssn(SsnCountry::Polish) // "95111901567"
+
faker::person::ssn() // "437-12-6854"
+
faker::person::ssn(SsnCountry::Polish) // "95111901567"
+
FAKER_CXX_EXPORT std::string ssn(std::optional< SsnCountry > country=std::nullopt)
Returns a random SSN.
-
std::string ssn(std::optional< SsnCountry > country=std::nullopt)
Returns a random SSN.
-
SsnCountry
Definition Person.h:263
+
SsnCountry
Definition Person.h:264
- -

◆ suffix()

+ +

◆ suffix()

std::string faker::person::ssn FAKER_CXX_EXPORT std::string faker::person::ssn ( std::optional< SsnCountry > country = std::nullopt)
- + @@ -843,19 +843,19 @@

Returns
Name suffix.
-
-
std::string_view suffix(std::optional< Country > countryOpt=std::nullopt, std::optional< Sex > sex=std::nullopt)
Returns a random name suffix.
+
+
FAKER_CXX_EXPORT std::string_view suffix(std::optional< Country > countryOpt=std::nullopt, std::optional< Sex > sex=std::nullopt)
Returns a random name suffix.
- -

◆ westernZodiac()

+ +

◆ westernZodiac()

std::string_view faker::person::suffix FAKER_CXX_EXPORT std::string_view faker::person::suffix ( std::optional< Country > countryOpt = std::nullopt,
- + @@ -865,8 +865,8 @@

Returns
Western Zodiac
-
-
std::string_view westernZodiac()
Returns a random Western Zodiac.
+
+
FAKER_CXX_EXPORT std::string_view westernZodiac()
Returns a random Western Zodiac.
diff --git a/namespacefaker_1_1phone.html b/namespacefaker_1_1phone.html index 1be6259bf..a427eae3c 100644 --- a/namespacefaker_1_1phone.html +++ b/namespacefaker_1_1phone.html @@ -402,29 +402,29 @@

std::string_view faker::person::westernZodiac FAKER_CXX_EXPORT std::string_view faker::person::westernZodiac ( )
- - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string number (std::optional< std::string >=std::nullopt)
 Returns a random phone number.
 
std::string_view platform ()
 Returns a random phone platform.
 
std::string_view modelName ()
 Returns a random phone model.
 
std::string_view manufacturer ()
 Returns a random phone manufacturer.
 
std::string number (PhoneNumberCountryFormat format)
 Returns a random phone number based on country phone number template.
 
std::string imei ()
 Returns IMEI number.
 
std::string_view areaCode ()
 returns a random country area code
 
std::unordered_map< PhoneNumberCountryFormat, std::string > createPhoneNumberFormatMap ()
 
FAKER_CXX_EXPORT std::string number (std::optional< std::string >=std::nullopt)
 Returns a random phone number.
 
FAKER_CXX_EXPORT std::string_view platform ()
 Returns a random phone platform.
 
FAKER_CXX_EXPORT std::string_view modelName ()
 Returns a random phone model.
 
FAKER_CXX_EXPORT std::string_view manufacturer ()
 Returns a random phone manufacturer.
 
FAKER_CXX_EXPORT std::string number (PhoneNumberCountryFormat format)
 Returns a random phone number based on country phone number template.
 
FAKER_CXX_EXPORT std::string imei ()
 Returns IMEI number.
 
FAKER_CXX_EXPORT std::string_view areaCode ()
 returns a random country area code
 
FAKER_CXX_EXPORT std::unordered_map< PhoneNumberCountryFormat, std::string > createPhoneNumberFormatMap ()
 

Enumeration Type Documentation

@@ -682,14 +682,14 @@

Function Documentation

- -

◆ areaCode()

+ +

◆ areaCode()

- + @@ -699,19 +699,19 @@

Returns
Random country area code
-
-
std::string_view areaCode()
returns a random country area code
+
+
FAKER_CXX_EXPORT std::string_view areaCode()
returns a random country area code
- -

◆ createPhoneNumberFormatMap()

+ +

◆ createPhoneNumberFormatMap()

std::string_view faker::phone::areaCode FAKER_CXX_EXPORT std::string_view faker::phone::areaCode ( )
- + @@ -721,14 +721,14 @@

-

◆ imei()

+ +

◆ imei()

std::unordered_map< PhoneNumberCountryFormat, std::string > faker::phone::createPhoneNumberFormatMap FAKER_CXX_EXPORT std::unordered_map< PhoneNumberCountryFormat, std::string > faker::phone::createPhoneNumberFormatMap ( )
- + @@ -738,19 +738,19 @@

Returns
IMEI number.
-
faker::phone::imei() // "13-850175-913761-7"
-
std::string imei()
Returns IMEI number.
+
faker::phone::imei() // "13-850175-913761-7"
+
FAKER_CXX_EXPORT std::string imei()
Returns IMEI number.
- -

◆ manufacturer()

+ +

◆ manufacturer()

std::string faker::phone::imei FAKER_CXX_EXPORT std::string faker::phone::imei ( )
- + @@ -760,19 +760,19 @@

Returns
Random phone manufacturer.
-
-
std::string_view manufacturer()
Returns a random phone manufacturer.
+
+
FAKER_CXX_EXPORT std::string_view manufacturer()
Returns a random phone manufacturer.
- -

◆ modelName()

+ +

◆ modelName()

std::string_view faker::phone::manufacturer FAKER_CXX_EXPORT std::string_view faker::phone::manufacturer ( )
- + @@ -782,19 +782,19 @@

Returns
Random phone model.
-
faker::phone::modelName() // "Samsung Galaxy S22"
-
std::string_view modelName()
Returns a random phone model.
+
faker::phone::modelName() // "Samsung Galaxy S22"
+
FAKER_CXX_EXPORT std::string_view modelName()
Returns a random phone model.
- -

◆ number() [1/2]

+ +

◆ number() [1/2]

std::string_view faker::phone::modelName FAKER_CXX_EXPORT std::string_view faker::phone::modelName ( )
- + @@ -810,20 +810,20 @@

Returns
Random phone number based on country phone number template.
-
-
std::string number(std::optional< std::string >=std::nullopt)
Returns a random phone number.
+
+
FAKER_CXX_EXPORT std::string number(std::optional< std::string >=std::nullopt)
Returns a random phone number.
- -

◆ number() [2/2]

+ +

◆ number() [2/2]

std::string faker::phone::number FAKER_CXX_EXPORT std::string faker::phone::number ( PhoneNumberCountryFormat format)
- + @@ -839,21 +839,21 @@

Returns
Random phone number.
-
faker::phone::number() // "961-770-7727"
-
faker::phone::number("501-###-###") // "501-039-841"
+
faker::phone::number() // "961-770-7727"
+
faker::phone::number("501-###-###") // "501-039-841"
faker::phone::number("+48 91 ### ## ##") // "+48 91 463 61 70"
-
Definition Airline.h:6
+
Definition Airline.h:7
- -

◆ platform()

+ +

◆ platform()

std::string faker::phone::number FAKER_CXX_EXPORT std::string faker::phone::number ( std::optional< std::string > = std::nullopt)
- + @@ -863,8 +863,8 @@

Returns
Random phone platform.
-
-
std::string_view platform()
Returns a random phone platform.
+
+
FAKER_CXX_EXPORT std::string_view platform()
Returns a random phone platform.
diff --git a/namespacefaker_1_1plant.html b/namespacefaker_1_1plant.html index 08c4183e5..6bccc8063 100644 --- a/namespacefaker_1_1plant.html +++ b/namespacefaker_1_1plant.html @@ -107,40 +107,40 @@

std::string_view faker::phone::platform FAKER_CXX_EXPORT std::string_view faker::phone::platform ( )
- - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view tree ()
 Returns a random species of tree.
 
std::string_view flower ()
 Returns a random species of flower.
 
std::string_view shrub ()
 Returns a random species of shrub.
 
std::string_view grass ()
 Returns a random species of grass.
 
std::string_view fern ()
 Returns a random species of fern.
 
std::string_view succulent ()
 Returns a random species of succulent.
 
std::string_view vine ()
 Returns a random species of vine.
 
std::string_view plantType ()
 Returns a random type of plant.
 
FAKER_CXX_EXPORT std::string_view tree ()
 Returns a random species of tree.
 
FAKER_CXX_EXPORT std::string_view flower ()
 Returns a random species of flower.
 
FAKER_CXX_EXPORT std::string_view shrub ()
 Returns a random species of shrub.
 
FAKER_CXX_EXPORT std::string_view grass ()
 Returns a random species of grass.
 
FAKER_CXX_EXPORT std::string_view fern ()
 Returns a random species of fern.
 
FAKER_CXX_EXPORT std::string_view succulent ()
 Returns a random species of succulent.
 
FAKER_CXX_EXPORT std::string_view vine ()
 Returns a random species of vine.
 
FAKER_CXX_EXPORT std::string_view plantType ()
 Returns a random type of plant.
 

Function Documentation

- -

◆ fern()

+ +

◆ fern()

- + @@ -150,19 +150,19 @@

Returns
Species of fern.
-
faker::plant::fern() // "Maidenhair"
-
std::string_view fern()
Returns a random species of fern.
+
faker::plant::fern() // "Maidenhair"
+
FAKER_CXX_EXPORT std::string_view fern()
Returns a random species of fern.
- -

◆ flower()

+ +

◆ flower()

std::string_view faker::plant::fern FAKER_CXX_EXPORT std::string_view faker::plant::fern ( )
- + @@ -172,19 +172,19 @@

Returns
Species of flower.
-
-
std::string_view flower()
Returns a random species of flower.
+
+
FAKER_CXX_EXPORT std::string_view flower()
Returns a random species of flower.
- -

◆ grass()

+ +

◆ grass()

std::string_view faker::plant::flower FAKER_CXX_EXPORT std::string_view faker::plant::flower ( )
- + @@ -194,19 +194,19 @@

Returns
Species of grass.
-
faker::plant::grass() // "Kentucky Bluegrass"
-
std::string_view grass()
Returns a random species of grass.
+
faker::plant::grass() // "Kentucky Bluegrass"
+
FAKER_CXX_EXPORT std::string_view grass()
Returns a random species of grass.
- -

◆ plantType()

+ +

◆ plantType()

std::string_view faker::plant::grass FAKER_CXX_EXPORT std::string_view faker::plant::grass ( )
- + @@ -220,14 +220,14 @@

-

◆ shrub()

+ +

◆ shrub()

std::string_view faker::plant::plantType FAKER_CXX_EXPORT std::string_view faker::plant::plantType ( )
- + @@ -237,19 +237,19 @@

Returns
Species of shrub.
-
faker::plant::shrub() // "Azalea"
-
std::string_view shrub()
Returns a random species of shrub.
+
faker::plant::shrub() // "Azalea"
+
FAKER_CXX_EXPORT std::string_view shrub()
Returns a random species of shrub.
- -

◆ succulent()

+ +

◆ succulent()

std::string_view faker::plant::shrub FAKER_CXX_EXPORT std::string_view faker::plant::shrub ( )
- + @@ -259,19 +259,19 @@

Returns
Species of succulent.
-
faker::plant::succulent() // "Aloe Vera"
-
std::string_view succulent()
Returns a random species of succulent.
+
faker::plant::succulent() // "Aloe Vera"
+
FAKER_CXX_EXPORT std::string_view succulent()
Returns a random species of succulent.
- -

◆ tree()

+ +

◆ tree()

std::string_view faker::plant::succulent FAKER_CXX_EXPORT std::string_view faker::plant::succulent ( )
- + @@ -281,19 +281,19 @@

Returns
Species of tree.
-
-
std::string_view tree()
Returns a random species of tree.
+
+
FAKER_CXX_EXPORT std::string_view tree()
Returns a random species of tree.
- -

◆ vine()

+ +

◆ vine()

std::string_view faker::plant::tree FAKER_CXX_EXPORT std::string_view faker::plant::tree ( )
- + @@ -303,8 +303,8 @@

Returns
Species of vine.
-
-
std::string_view vine()
Returns a random species of vine.
+
+
FAKER_CXX_EXPORT std::string_view vine()
Returns a random species of vine.
diff --git a/namespacefaker_1_1science.html b/namespacefaker_1_1science.html index e4bd532fb..fa8cead40 100644 --- a/namespacefaker_1_1science.html +++ b/namespacefaker_1_1science.html @@ -115,37 +115,37 @@

std::string_view faker::plant::vine FAKER_CXX_EXPORT std::string_view faker::plant::vine ( )
- - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + +

Functions

ChemicalElement chemicalElement ()
 Returns a random chemical element from the periodic table.
 
Unit unit ()
 Returns a unit of measurement for either distance, mass, time, temp, current.
 
Unit distanceUnit ()
 Returns a unit of measurement for either distance.
 
Unit timeUnit ()
 Returns a unit of measurement for either time.
 
Unit massUnit ()
 Returns a unit of measurement for either mass.
 
Unit tempUnit ()
 Returns a unit of measurement for either temp.
 
Unit currentUnit ()
 Returns a unit of measurement for either current.
 
FAKER_CXX_EXPORT ChemicalElement chemicalElement ()
 Returns a random chemical element from the periodic table.
 
FAKER_CXX_EXPORT Unit unit ()
 Returns a unit of measurement for either distance, mass, time, temp, current.
 
FAKER_CXX_EXPORT Unit distanceUnit ()
 Returns a unit of measurement for either distance.
 
FAKER_CXX_EXPORT Unit timeUnit ()
 Returns a unit of measurement for either time.
 
FAKER_CXX_EXPORT Unit massUnit ()
 Returns a unit of measurement for either mass.
 
FAKER_CXX_EXPORT Unit tempUnit ()
 Returns a unit of measurement for either temp.
 
FAKER_CXX_EXPORT Unit currentUnit ()
 Returns a unit of measurement for either current.
 

Function Documentation

- -

◆ chemicalElement()

+ +

◆ chemicalElement()

- + @@ -155,20 +155,20 @@

Returns
ChemicalElement
-
faker::science::chemicalElement() // Object of ChemicalElement containing info about a random element in the periodic
+
faker::science::chemicalElement() // Object of ChemicalElement containing info about a random element in the periodic
table.
-
ChemicalElement chemicalElement()
Returns a random chemical element from the periodic table.
+
FAKER_CXX_EXPORT ChemicalElement chemicalElement()
Returns a random chemical element from the periodic table.
- -

◆ currentUnit()

+ +

◆ currentUnit()

ChemicalElement faker::science::chemicalElement FAKER_CXX_EXPORT ChemicalElement faker::science::chemicalElement ( )
- + @@ -178,20 +178,20 @@

Returns
Unit
-
faker::science::currentUnit() // Object of Unit containing info about a random unit of measurement used to measure
+
faker::science::currentUnit() // Object of Unit containing info about a random unit of measurement used to measure
current.
-
Unit currentUnit()
Returns a unit of measurement for either current.
+
FAKER_CXX_EXPORT Unit currentUnit()
Returns a unit of measurement for either current.
- -

◆ distanceUnit()

+ +

◆ distanceUnit()

Unit faker::science::currentUnit FAKER_CXX_EXPORT Unit faker::science::currentUnit ( )
- + @@ -201,20 +201,20 @@

Returns
Unit
-
faker::science::distanceUnit() // Object of Unit containing info about a random unit of measurement used to measure
+
faker::science::distanceUnit() // Object of Unit containing info about a random unit of measurement used to measure
distance.
-
Unit distanceUnit()
Returns a unit of measurement for either distance.
+
FAKER_CXX_EXPORT Unit distanceUnit()
Returns a unit of measurement for either distance.
- -

◆ massUnit()

+ +

◆ massUnit()

Unit faker::science::distanceUnit FAKER_CXX_EXPORT Unit faker::science::distanceUnit ( )
- + @@ -224,19 +224,19 @@

Returns
Unit
-
faker::science::massUnit() // Object of Unit containing info about a random unit of measurement used to measure mass.
-
Unit massUnit()
Returns a unit of measurement for either mass.
+
faker::science::massUnit() // Object of Unit containing info about a random unit of measurement used to measure mass.
+
FAKER_CXX_EXPORT Unit massUnit()
Returns a unit of measurement for either mass.
- -

◆ tempUnit()

+ +

◆ tempUnit()

Unit faker::science::massUnit FAKER_CXX_EXPORT Unit faker::science::massUnit ( )
- + @@ -246,19 +246,19 @@

Returns
Unit
-
faker::science::tempUnit() // Object of Unit containing info about a random unit of measurement used to measure temp.
-
Unit tempUnit()
Returns a unit of measurement for either temp.
+
faker::science::tempUnit() // Object of Unit containing info about a random unit of measurement used to measure temp.
+
FAKER_CXX_EXPORT Unit tempUnit()
Returns a unit of measurement for either temp.
- -

◆ timeUnit()

+ +

◆ timeUnit()

Unit faker::science::tempUnit FAKER_CXX_EXPORT Unit faker::science::tempUnit ( )
- + @@ -268,19 +268,19 @@

Returns
Unit
-
faker::science::timeUnit() // Object of Unit containing info about a random unit of measurement used to measure time.
-
Unit timeUnit()
Returns a unit of measurement for either time.
+
faker::science::timeUnit() // Object of Unit containing info about a random unit of measurement used to measure time.
+
FAKER_CXX_EXPORT Unit timeUnit()
Returns a unit of measurement for either time.
- -

◆ unit()

+ +

◆ unit()

Unit faker::science::timeUnit FAKER_CXX_EXPORT Unit faker::science::timeUnit ( )
- + @@ -290,8 +290,8 @@

Returns
Unit
-
faker::science::unit() // Object of Unit containing info about a random unit of measurement.
-
Unit unit()
Returns a unit of measurement for either distance, mass, time, temp, current.
+
faker::science::unit() // Object of Unit containing info about a random unit of measurement.
+
FAKER_CXX_EXPORT Unit unit()
Returns a unit of measurement for either distance, mass, time, temp, current.
diff --git a/namespacefaker_1_1science.js b/namespacefaker_1_1science.js index 1a2e91086..9da37ae72 100644 --- a/namespacefaker_1_1science.js +++ b/namespacefaker_1_1science.js @@ -2,11 +2,11 @@ var namespacefaker_1_1science = [ [ "ChemicalElement", "structfaker_1_1science_1_1ChemicalElement.html", "structfaker_1_1science_1_1ChemicalElement" ], [ "Unit", "structfaker_1_1science_1_1Unit.html", "structfaker_1_1science_1_1Unit" ], - [ "chemicalElement", "namespacefaker_1_1science.html#a3c230449f9f7b8cc52060540bc1dae4d", null ], - [ "currentUnit", "namespacefaker_1_1science.html#af9c156a3582134c9032ff2a088b7eef7", null ], - [ "distanceUnit", "namespacefaker_1_1science.html#a9c78abbc1ad4d7dc475b46a51aded605", null ], - [ "massUnit", "namespacefaker_1_1science.html#a69dde99d81369271b4533ccb73d8d1b3", null ], - [ "tempUnit", "namespacefaker_1_1science.html#a9315db6511e8a0386fa56ee47960944e", null ], - [ "timeUnit", "namespacefaker_1_1science.html#a35838ac101fc4e1f39fd3ff467283195", null ], - [ "unit", "namespacefaker_1_1science.html#a914c8967ba89a32c72849593aee71121", null ] + [ "chemicalElement", "namespacefaker_1_1science.html#a757668dd0208c494fc9136bd46c6aa23", null ], + [ "currentUnit", "namespacefaker_1_1science.html#af4d5df3993f6749a148253bbc7e82d91", null ], + [ "distanceUnit", "namespacefaker_1_1science.html#a04050890c20bc122855fdfa076021466", null ], + [ "massUnit", "namespacefaker_1_1science.html#a042c3ae9a8fd931a587ab7f3021cbb34", null ], + [ "tempUnit", "namespacefaker_1_1science.html#a55cbc01652253f47c3b597eb6579f930", null ], + [ "timeUnit", "namespacefaker_1_1science.html#acf42254f0508ee63f11ba5b35a32338b", null ], + [ "unit", "namespacefaker_1_1science.html#af5ca292f992a9807b390a4a61c35eeeb", null ] ]; \ No newline at end of file diff --git a/namespacefaker_1_1sport.html b/namespacefaker_1_1sport.html index 745ed7b70..89f67b0c8 100644 --- a/namespacefaker_1_1sport.html +++ b/namespacefaker_1_1sport.html @@ -107,31 +107,31 @@

Unit faker::science::unit FAKER_CXX_EXPORT Unit faker::science::unit ( )
- - - - - - - - - - - - - - - + + + + + + + + + + + + + + +

Functions

std::string_view sportName ()
 Returns a random sport.
 
std::string_view soccerTeam ()
 Returns a random soccer team.
 
std::string_view maleAthlete ()
 Returns a random male athlete.
 
std::string_view femaleAthlete ()
 Returns a random female athlete.
 
std::string_view sportEvent ()
 Returns a random Sport Event.
 
FAKER_CXX_EXPORT std::string_view sportName ()
 Returns a random sport.
 
FAKER_CXX_EXPORT std::string_view soccerTeam ()
 Returns a random soccer team.
 
FAKER_CXX_EXPORT std::string_view maleAthlete ()
 Returns a random male athlete.
 
FAKER_CXX_EXPORT std::string_view femaleAthlete ()
 Returns a random female athlete.
 
FAKER_CXX_EXPORT std::string_view sportEvent ()
 Returns a random Sport Event.
 

Function Documentation

- -

◆ femaleAthlete()

+ +

◆ femaleAthlete()

- + @@ -141,19 +141,19 @@

Returns
female athlete.
-
faker::sport::femaleAthlete() // "Serena Williams"
-
std::string_view femaleAthlete()
Returns a random female athlete.
+
faker::sport::femaleAthlete() // "Serena Williams"
+
FAKER_CXX_EXPORT std::string_view femaleAthlete()
Returns a random female athlete.
- -

◆ maleAthlete()

+ +

◆ maleAthlete()

std::string_view faker::sport::femaleAthlete FAKER_CXX_EXPORT std::string_view faker::sport::femaleAthlete ( )
- + @@ -163,19 +163,19 @@

Returns
male athlete.
-
faker::sport::maleAthlete() // "Cristiano Ronaldo"
-
std::string_view maleAthlete()
Returns a random male athlete.
+
faker::sport::maleAthlete() // "Cristiano Ronaldo"
+
FAKER_CXX_EXPORT std::string_view maleAthlete()
Returns a random male athlete.
- -

◆ soccerTeam()

+ +

◆ soccerTeam()

std::string_view faker::sport::maleAthlete FAKER_CXX_EXPORT std::string_view faker::sport::maleAthlete ( )
- + @@ -185,19 +185,19 @@

Returns
soccer team.
-
faker::sport::soccerTeam() // "Manchester United"
-
std::string_view soccerTeam()
Returns a random soccer team.
+
faker::sport::soccerTeam() // "Manchester United"
+
FAKER_CXX_EXPORT std::string_view soccerTeam()
Returns a random soccer team.
- -

◆ sportEvent()

+ +

◆ sportEvent()

std::string_view faker::sport::soccerTeam FAKER_CXX_EXPORT std::string_view faker::sport::soccerTeam ( )
- + @@ -207,19 +207,19 @@

Returns
Sport Event.
-
faker::sport::sportEvent() // "Super Bowl"
-
std::string_view sportEvent()
Returns a random Sport Event.
+
faker::sport::sportEvent() // "Super Bowl"
+
FAKER_CXX_EXPORT std::string_view sportEvent()
Returns a random Sport Event.
- -

◆ sportName()

+ +

◆ sportName()

std::string_view faker::sport::sportEvent FAKER_CXX_EXPORT std::string_view faker::sport::sportEvent ( )
- + diff --git a/namespacefaker_1_1string.html b/namespacefaker_1_1string.html index 2ad334520..45f8b2315 100644 --- a/namespacefaker_1_1string.html +++ b/namespacefaker_1_1string.html @@ -128,67 +128,67 @@
std::string_view faker::sport::sportName FAKER_CXX_EXPORT std::string_view faker::sport::sportName ( )
- - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

bool isValidGuarantee (GuaranteeMap &guarantee, std::set< char > &targetCharacters, unsigned int length)
 Checks if the given guarantee map is valid for given targetCharacters and length.
 
std::string generateAtLeastString (const GuaranteeMap &guarantee)
 Generates the least required string for a given guarantee map.
 
FAKER_CXX_EXPORT bool isValidGuarantee (GuaranteeMap &guarantee, std::set< char > &targetCharacters, unsigned int length)
 Checks if the given guarantee map is valid for given targetCharacters and length.
 
FAKER_CXX_EXPORT std::string generateAtLeastString (const GuaranteeMap &guarantee)
 Generates the least required string for a given guarantee map.
 
template<typename T = std::mt19937>
std::string uuid (RandomGenerator< T > gen=RandomGenerator< std::mt19937 >{})
 Generates an Universally Unique Identifier with version 4.
 
std::string sample (unsigned length=10)
 Returns a string containing UTF-16 chars between 33 and 125 (`!` to `}`).
 
std::string sample (GuaranteeMap &&guarantee, unsigned length=10)
 Returns a string containing UTF-16 chars between 33 and 125 (`!` to `}`).
 
std::string fromCharacters (const std::string &characters, unsigned length=1)
 Generates a string consisting of given characters.
 
std::string fromCharacters (GuaranteeMap &&guarantee, const std::string &characters, unsigned length=1)
 Generates a string consisting of given characters.
 
std::string alpha (unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")
 Generates a string consisting of letters in the English alphabet.
 
std::string alpha (GuaranteeMap &&guarantee, unsigned length=1, StringCasing casing=StringCasing::Mixed)
 Generates a string consisting of letters in the English alphabet.
 
std::string alphanumeric (unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")
 Generates a string consisting of alpha characters and digits.
 
std::string alphanumeric (GuaranteeMap &&guarantee, unsigned length=1, StringCasing casing=StringCasing::Mixed)
 Generates a string consisting of alpha characters and digits.
 
std::string numeric (unsigned length=1, bool allowLeadingZeros=true)
 Generates a given length string of digits.
 
std::string numeric (GuaranteeMap &&guarantee, unsigned length=1, bool allowLeadingZeros=true)
 Generates a given length string of digits.
 
std::string hexadecimal (unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)
 Generates a hexadecimal string.
 
std::string hexadecimal (std::optional< int > min=std::nullopt, std::optional< int > max=std::nullopt)
 Returns a lowercase hexadecimal number.
 
std::string hexadecimal (GuaranteeMap &&guarantee, unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)
 Generates a hexadecimal string.
 
std::string binary (unsigned length=1)
 Generates a binary string.
 
std::string binary (GuaranteeMap &&guarantee, unsigned length=1)
 Generates a binary string.
 
std::string octal (unsigned length=1)
 Generates an octal string.
 
std::string octal (GuaranteeMap &&guarantee, unsigned length=1)
 Generates an octal string.
 
FAKER_CXX_EXPORT std::string sample (unsigned length=10)
 Returns a string containing UTF-16 chars between 33 and 125 (`!` to `}`).
 
FAKER_CXX_EXPORT std::string sample (GuaranteeMap &&guarantee, unsigned length=10)
 Returns a string containing UTF-16 chars between 33 and 125 (`!` to `}`).
 
FAKER_CXX_EXPORT std::string fromCharacters (const std::string &characters, unsigned length=1)
 Generates a string consisting of given characters.
 
FAKER_CXX_EXPORT std::string fromCharacters (GuaranteeMap &&guarantee, const std::string &characters, unsigned length=1)
 Generates a string consisting of given characters.
 
FAKER_CXX_EXPORT std::string alpha (unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")
 Generates a string consisting of letters in the English alphabet.
 
FAKER_CXX_EXPORT std::string alpha (GuaranteeMap &&guarantee, unsigned length=1, StringCasing casing=StringCasing::Mixed)
 Generates a string consisting of letters in the English alphabet.
 
FAKER_CXX_EXPORT std::string alphanumeric (unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")
 Generates a string consisting of alpha characters and digits.
 
FAKER_CXX_EXPORT std::string alphanumeric (GuaranteeMap &&guarantee, unsigned length=1, StringCasing casing=StringCasing::Mixed)
 Generates a string consisting of alpha characters and digits.
 
FAKER_CXX_EXPORT std::string numeric (unsigned length=1, bool allowLeadingZeros=true)
 Generates a given length string of digits.
 
FAKER_CXX_EXPORT std::string numeric (GuaranteeMap &&guarantee, unsigned length=1, bool allowLeadingZeros=true)
 Generates a given length string of digits.
 
FAKER_CXX_EXPORT std::string hexadecimal (unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)
 Generates a hexadecimal string.
 
FAKER_CXX_EXPORT std::string hexadecimal (std::optional< int > min=std::nullopt, std::optional< int > max=std::nullopt)
 Returns a lowercase hexadecimal number.
 
FAKER_CXX_EXPORT std::string hexadecimal (GuaranteeMap &&guarantee, unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)
 Generates a hexadecimal string.
 
FAKER_CXX_EXPORT std::string binary (unsigned length=1)
 Generates a binary string.
 
FAKER_CXX_EXPORT std::string binary (GuaranteeMap &&guarantee, unsigned length=1)
 Generates a binary string.
 
FAKER_CXX_EXPORT std::string octal (unsigned length=1)
 Generates an octal string.
 
FAKER_CXX_EXPORT std::string octal (GuaranteeMap &&guarantee, unsigned length=1)
 Generates an octal string.
 

Typedef Documentation

@@ -235,14 +235,14 @@

Function Documentation

- -

◆ alpha() [1/2]

+ +

◆ alpha() [1/2]

- + @@ -269,23 +269,23 @@

Returns
Alpha string.
-
-
faker::string::alpha({{'A',{2,2}}, 5, StringCasing::Upper) // "DACAC"
-
faker::string::alpha({{'a',{0,0}},{'b',{3,3}},{'c', {0,2}}}, 10, StringCasing::Lower) // "bicnmmkbbp"
+
+
faker::string::alpha({{'A',{2,2}}, 5, StringCasing::Upper) // "DACAC"
+
faker::string::alpha({{'a',{0,0}},{'b',{3,3}},{'c', {0,2}}}, 10, StringCasing::Lower) // "bicnmmkbbp"
-
std::string alpha(unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")
Generates a string consisting of letters in the English alphabet.
+
FAKER_CXX_EXPORT std::string alpha(unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")
Generates a string consisting of letters in the English alphabet.
- -

◆ alpha() [2/2]

+ +

◆ alpha() [2/2]

std::string faker::string::alpha FAKER_CXX_EXPORT std::string faker::string::alpha ( GuaranteeMap && guarantee,
- + @@ -312,22 +312,22 @@

Returns
Alpha string.
-
-
faker::string::alpha(5, StringCasing::Upper) // "DTCIC"
-
faker::string::alpha(4, StringCasing::Lower) // "brpt"
-
StringCasing
Definition String.h:16
-
Definition Airline.h:6
+
+
faker::string::alpha(5, StringCasing::Upper) // "DTCIC"
+
faker::string::alpha(4, StringCasing::Lower) // "brpt"
+
StringCasing
Definition String.h:17
+
Definition Airline.h:7
- -

◆ alphanumeric() [1/2]

+ +

◆ alphanumeric() [1/2]

std::string faker::string::alpha FAKER_CXX_EXPORT std::string faker::string::alpha ( unsigned length = 1,
- + @@ -354,21 +354,21 @@

Returns
Alphanumeric string.
-
-
faker::string::alphanumeric({{'A', {3,6}},{'1', {1,1}}, 5, StringCasing::Upper) // "1EAAA"
-
faker::string::alphanumeric({{'a',{0,2}},{'2',{0,3}},{'z',{3,5}}}, 10, StringCasing::Lower) // "z1naazrqz0"
-
std::string alphanumeric(unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")
Generates a string consisting of alpha characters and digits.
+
+
faker::string::alphanumeric({{'A', {3,6}},{'1', {1,1}}, 5, StringCasing::Upper) // "1EAAA"
+
faker::string::alphanumeric({{'a',{0,2}},{'2',{0,3}},{'z',{3,5}}}, 10, StringCasing::Lower) // "z1naazrqz0"
+
FAKER_CXX_EXPORT std::string alphanumeric(unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")
Generates a string consisting of alpha characters and digits.
- -

◆ alphanumeric() [2/2]

+ +

◆ alphanumeric() [2/2]

std::string faker::string::alphanumeric FAKER_CXX_EXPORT std::string faker::string::alphanumeric ( GuaranteeMap && guarantee,
- + @@ -395,20 +395,20 @@

Returns
Alphanumeric string.
-
-
faker::string::alphanumeric(5, StringCasing::Upper) // "3e5V7"
-
faker::string::alphanumeric(4, StringCasing::Lower) // "1nrq"
+
+
faker::string::alphanumeric(5, StringCasing::Upper) // "3e5V7"
+
faker::string::alphanumeric(4, StringCasing::Lower) // "1nrq"
- -

◆ binary() [1/2]

+ +

◆ binary() [1/2]

std::string faker::string::alphanumeric FAKER_CXX_EXPORT std::string faker::string::alphanumeric ( unsigned length = 1,
- + @@ -429,19 +429,19 @@

Returns
Binary string.
-
faker::string::binary({'1',{7,8}}, 8) // "0b11110111"
-
std::string binary(unsigned length=1)
Generates a binary string.
+
faker::string::binary({'1',{7,8}}, 8) // "0b11110111"
+
FAKER_CXX_EXPORT std::string binary(unsigned length=1)
Generates a binary string.
- -

◆ binary() [2/2]

+ +

◆ binary() [2/2]

std::string faker::string::binary FAKER_CXX_EXPORT std::string faker::string::binary ( GuaranteeMap && guarantee,
- + @@ -457,18 +457,18 @@

Returns
Binary string.
-
faker::string::binary(8) // "0b01110101"
+
faker::string::binary(8) // "0b01110101"
- -

◆ fromCharacters() [1/2]

+ +

◆ fromCharacters() [1/2]

std::string faker::string::binary FAKER_CXX_EXPORT std::string faker::string::binary ( unsigned length = 1)
- + @@ -489,20 +489,20 @@

Returns
String from characters.
-
-
faker::string::fromCharacters("qwerty", 5) // "qrwqt"
-
std::string fromCharacters(const std::string &characters, unsigned length=1)
Generates a string consisting of given characters.
+
+
faker::string::fromCharacters("qwerty", 5) // "qrwqt"
+
FAKER_CXX_EXPORT std::string fromCharacters(const std::string &characters, unsigned length=1)
Generates a string consisting of given characters.
- -

◆ fromCharacters() [2/2]

+ +

◆ fromCharacters() [2/2]

std::string faker::string::fromCharacters FAKER_CXX_EXPORT std::string faker::string::fromCharacters ( const std::string & characters,
- + @@ -529,19 +529,19 @@

Returns
String from characters.
-
-
faker::string::fromCharacters({{'q',{2,2}},{'e',{1,5}}}, "qwerty", 8) // "yqreqety"
+
+
faker::string::fromCharacters({{'q',{2,2}},{'e',{1,5}}}, "qwerty", 8) // "yqreqety"
- -

◆ generateAtLeastString()

+ +

◆ generateAtLeastString()

std::string faker::string::fromCharacters FAKER_CXX_EXPORT std::string faker::string::fromCharacters ( GuaranteeMap && guarantee,
- + @@ -558,20 +558,20 @@

GuaranteeMap guarantee { {'0',{3,10}},{'a',{6,8}} }; // "000aaaaaa"
- -
std::string generateAtLeastString(const GuaranteeMap &guarantee)
Generates the least required string for a given guarantee map.
-
std::map< char, CharCount > GuaranteeMap
Definition String.h:31
+ +
FAKER_CXX_EXPORT std::string generateAtLeastString(const GuaranteeMap &guarantee)
Generates the least required string for a given guarantee map.
+
std::map< char, CharCount > GuaranteeMap
Definition String.h:32
- -

◆ hexadecimal() [1/3]

+ +

◆ hexadecimal() [1/3]

std::string faker::string::generateAtLeastString FAKER_CXX_EXPORT std::string faker::string::generateAtLeastString ( const GuaranteeMap & guarantee)
- + @@ -604,22 +604,22 @@

Returns
Hexadecimal string.
-
-
faker::string::hexadecimal({'a',{2,2}}, 10) // "0xae13d04acb"
-
faker::string::hexadecimal({'F', {2,4}}, 6, HexCasing::Upper, HexPrefix::Hash) // "#E3FFF0"
-
faker::string::hexadecimal({'1', {1,4}, {'2', {1, 4}, {'c', {1,1}}, 6, HexCasing::Lower, HexPrefix::None) // "121a1c"
-
std::string hexadecimal(unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)
Generates a hexadecimal string.
+
+
faker::string::hexadecimal({'a',{2,2}}, 10) // "0xae13d04acb"
+
faker::string::hexadecimal({'F', {2,4}}, 6, HexCasing::Upper, HexPrefix::Hash) // "#E3FFF0"
+
faker::string::hexadecimal({'1', {1,4}, {'2', {1, 4}, {'c', {1,1}}, 6, HexCasing::Lower, HexPrefix::None) // "121a1c"
+
FAKER_CXX_EXPORT std::string hexadecimal(unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)
Generates a hexadecimal string.
- -

◆ hexadecimal() [2/3]

+ +

◆ hexadecimal() [2/3]

std::string faker::string::hexadecimal FAKER_CXX_EXPORT std::string faker::string::hexadecimal ( GuaranteeMap && guarantee,
- + @@ -640,19 +640,19 @@

Returns
A lowercase hexadecimal number.
-
-
faker::string::hexadecimal(0, 255) // "9d"
+
+
faker::string::hexadecimal(0, 255) // "9d"
- -

◆ hexadecimal() [3/3]

+ +

◆ hexadecimal() [3/3]

std::string faker::string::hexadecimal FAKER_CXX_EXPORT std::string faker::string::hexadecimal ( std::optional< int > min = std::nullopt,
- + @@ -679,21 +679,21 @@

Returns
Hexadecimal string.
-
-
faker::string::hexadecimal(10) // "0xae13d044cb"
-
faker::string::hexadecimal(6, HexCasing::Upper, HexPrefix::Hash) // "#E3F380"
-
faker::string::hexadecimal(6, HexCasing::Lower, HexPrefix::None) // "e3f380"
+
+
faker::string::hexadecimal(10) // "0xae13d044cb"
+
faker::string::hexadecimal(6, HexCasing::Upper, HexPrefix::Hash) // "#E3F380"
+
faker::string::hexadecimal(6, HexCasing::Lower, HexPrefix::None) // "e3f380"
- -

◆ isValidGuarantee()

+ +

◆ isValidGuarantee()

std::string faker::string::hexadecimal FAKER_CXX_EXPORT std::string faker::string::hexadecimal ( unsigned length = 1,
- + @@ -723,19 +723,19 @@

GuaranteeMap guarantee = {{'0',{5,10}},{'1',{6,10}}};
std::string targetCharacters = "01";
unsigned int length = 10;
-
faker::string::isValidGuarantee(guarantee,targetCharacters,length) // false
-
bool isValidGuarantee(GuaranteeMap &guarantee, std::set< char > &targetCharacters, unsigned int length)
Checks if the given guarantee map is valid for given targetCharacters and length.
+
faker::string::isValidGuarantee(guarantee,targetCharacters,length) // false
+
FAKER_CXX_EXPORT bool isValidGuarantee(GuaranteeMap &guarantee, std::set< char > &targetCharacters, unsigned int length)
Checks if the given guarantee map is valid for given targetCharacters and length.
- -

◆ numeric() [1/2]

+ +

◆ numeric() [1/2]

bool faker::string::isValidGuarantee FAKER_CXX_EXPORT bool faker::string::isValidGuarantee ( GuaranteeMap & guarantee,
- + @@ -762,21 +762,21 @@

Returns
Numeric string.
-
-
faker::string::numeric({'5',{3,6}}, 6) // "055542"
-
faker::string::numeric({'0',{0,0}}, {'4',{1,1}}, 6, false) // "854829"
-
std::string numeric(unsigned length=1, bool allowLeadingZeros=true)
Generates a given length string of digits.
+
+
faker::string::numeric({'5',{3,6}}, 6) // "055542"
+
faker::string::numeric({'0',{0,0}}, {'4',{1,1}}, 6, false) // "854829"
+
FAKER_CXX_EXPORT std::string numeric(unsigned length=1, bool allowLeadingZeros=true)
Generates a given length string of digits.
- -

◆ numeric() [2/2]

+ +

◆ numeric() [2/2]

std::string faker::string::numeric FAKER_CXX_EXPORT std::string faker::string::numeric ( GuaranteeMap && guarantee,
- + @@ -797,20 +797,20 @@

Returns
Numeric string.
-
-
faker::string::numeric(6) // "035742"
-
faker::string::numeric(6, false) // "254429"
+
+
faker::string::numeric(6) // "035742"
+
faker::string::numeric(6, false) // "254429"
- -

◆ octal() [1/2]

+ +

◆ octal() [1/2]

std::string faker::string::numeric FAKER_CXX_EXPORT std::string faker::string::numeric ( unsigned length = 1,
- + @@ -831,19 +831,19 @@

Returns
Octal string.
-
faker::string::octal({'4',{4,5}}, 8) // "0o42444041"
-
std::string octal(unsigned length=1)
Generates an octal string.
+
faker::string::octal({'4',{4,5}}, 8) // "0o42444041"
+
FAKER_CXX_EXPORT std::string octal(unsigned length=1)
Generates an octal string.
- -

◆ octal() [2/2]

+ +

◆ octal() [2/2]

std::string faker::string::octal FAKER_CXX_EXPORT std::string faker::string::octal ( GuaranteeMap && guarantee,
- + @@ -859,18 +859,18 @@

Returns
Octal string.
-
faker::string::octal(8) // "0o52561721"
+
faker::string::octal(8) // "0o52561721"
- -

◆ sample() [1/2]

+ +

◆ sample() [1/2]

std::string faker::string::octal FAKER_CXX_EXPORT std::string faker::string::octal ( unsigned length = 1)
- + @@ -891,20 +891,20 @@

Returns
Sample string.
-
faker::string::sample({}) // "Zo!.:*e>wR"
-
faker::string::sample({{'|' ,{2,2}},{'^',{0,0}},{':',{1,8}}}, 8) // "|6Bye8:|"
-
std::string sample(unsigned length=10)
Returns a string containing UTF-16 chars between 33 and 125 (`!` to `}`).
+
faker::string::sample({}) // "Zo!.:*e>wR"
+
faker::string::sample({{'|' ,{2,2}},{'^',{0,0}},{':',{1,8}}}, 8) // "|6Bye8:|"
+
FAKER_CXX_EXPORT std::string sample(unsigned length=10)
Returns a string containing UTF-16 chars between 33 and 125 (`!` to `}`).
- -

◆ sample() [2/2]

+ +

◆ sample() [2/2]

std::string faker::string::sample FAKER_CXX_EXPORT std::string faker::string::sample ( GuaranteeMap && guarantee,
- + @@ -920,8 +920,8 @@

Returns
Sample string.
-
faker::string::sample() // "Zo!.:*e>wR"
-
faker::string::sample(5) // "6Bye8"
+
faker::string::sample() // "Zo!.:*e>wR"
+
faker::string::sample(5) // "6Bye8"
@@ -951,7 +951,7 @@

faker::string::uuid() // "27666229-cedb-4a45-8018-98b1e1d921e2"
-
std::string uuid(RandomGenerator< T > gen=RandomGenerator< std::mt19937 >{})
Generates an Universally Unique Identifier with version 4.
Definition String.h:81
+
std::string uuid(RandomGenerator< T > gen=RandomGenerator< std::mt19937 >{})
Generates an Universally Unique Identifier with version 4.
Definition String.h:82
diff --git a/namespacefaker_1_1string.js b/namespacefaker_1_1string.js index 190ac31e6..94e8f34cc 100644 --- a/namespacefaker_1_1string.js +++ b/namespacefaker_1_1string.js @@ -7,24 +7,24 @@ var namespacefaker_1_1string = [ "Lower", "namespacefaker_1_1string.html#a5b7a1d4a3ebb389e224c7bfc534d7cdaab75fcdd2d72d9e000beab48622402d93", null ], [ "Upper", "namespacefaker_1_1string.html#a5b7a1d4a3ebb389e224c7bfc534d7cdaa19de5b94f7b83900d4b296d9fa491aec", null ] ] ], - [ "alpha", "namespacefaker_1_1string.html#af13059076cd4378460387205aa0abf13", null ], - [ "alpha", "namespacefaker_1_1string.html#ad0f4eaebf422d9ddf8740a763c17c66c", null ], - [ "alphanumeric", "namespacefaker_1_1string.html#a4caa5e7c1ea545c11f9db1b8d67a0b44", null ], - [ "alphanumeric", "namespacefaker_1_1string.html#ada511e0da86ca3a8efcc8874c6cb516f", null ], - [ "binary", "namespacefaker_1_1string.html#a7144ae2024184d71a09cb51144461d89", null ], - [ "binary", "namespacefaker_1_1string.html#a9e6d05b396d2e71fd46c2556faf6162a", null ], - [ "fromCharacters", "namespacefaker_1_1string.html#a01a1a0aa804e3a4a46d831cf7c977f2f", null ], - [ "fromCharacters", "namespacefaker_1_1string.html#a69abec2835dae8d22b0002214a74074b", null ], - [ "generateAtLeastString", "namespacefaker_1_1string.html#a0d1d2b0e35c1f552a52931fe14afa36b", null ], - [ "hexadecimal", "namespacefaker_1_1string.html#a6bee03ca29f6add293e969874324407d", null ], - [ "hexadecimal", "namespacefaker_1_1string.html#ac9905fff398faebc862080ebfaec57d6", null ], - [ "hexadecimal", "namespacefaker_1_1string.html#a1c8f39a9083d995b932fe6d0dc8aa416", null ], - [ "isValidGuarantee", "namespacefaker_1_1string.html#a7c152abc53a8cb3df62d0c0d0c644d7a", null ], - [ "numeric", "namespacefaker_1_1string.html#a2012f8c5038b2f4152abc9c6cf7bf772", null ], - [ "numeric", "namespacefaker_1_1string.html#a64bd9e8226d6418b3a10a9deda65b78d", null ], - [ "octal", "namespacefaker_1_1string.html#a9de63f57b20be6a06a9373b71f0fef90", null ], - [ "octal", "namespacefaker_1_1string.html#a81c9c75d8a252926f919e152285745a4", null ], - [ "sample", "namespacefaker_1_1string.html#a226dc6df5c872e0d450d27761a940b44", null ], - [ "sample", "namespacefaker_1_1string.html#ac825d46cb8e73eee5ba8aea4f50e455d", null ], + [ "alpha", "namespacefaker_1_1string.html#a271ae1a89baf97693b8181f7e88975db", null ], + [ "alpha", "namespacefaker_1_1string.html#abf5e1f4e277703148d5ab06e6a0bfeda", null ], + [ "alphanumeric", "namespacefaker_1_1string.html#a0f34587fb525159e53e01829edbe81cd", null ], + [ "alphanumeric", "namespacefaker_1_1string.html#a66f88f14a90528cdf5683a55a9d4a280", null ], + [ "binary", "namespacefaker_1_1string.html#a8d3259903d00cae5042e753dc2f6c487", null ], + [ "binary", "namespacefaker_1_1string.html#a5c42bbf54d5c027e895f9acc8a46bc22", null ], + [ "fromCharacters", "namespacefaker_1_1string.html#ac54da67b0fb85a3dcd6b970e286bcd1c", null ], + [ "fromCharacters", "namespacefaker_1_1string.html#a609843a4fde8ddb1d6304b25916858e6", null ], + [ "generateAtLeastString", "namespacefaker_1_1string.html#a5f7f456ce960ac5d9407c805144b3943", null ], + [ "hexadecimal", "namespacefaker_1_1string.html#a8e19bab9b27625c925d09c75b543fa72", null ], + [ "hexadecimal", "namespacefaker_1_1string.html#afdf0e7008f19716d3b6d82058cc07621", null ], + [ "hexadecimal", "namespacefaker_1_1string.html#a53c522cba8f02956fb554ef73261424b", null ], + [ "isValidGuarantee", "namespacefaker_1_1string.html#a2b72fcb64a3202113769a90cf922b140", null ], + [ "numeric", "namespacefaker_1_1string.html#a6b7e02197a0cec823f7b051c7234865b", null ], + [ "numeric", "namespacefaker_1_1string.html#a646c3109166518bfa5bcf5c2f5de98ef", null ], + [ "octal", "namespacefaker_1_1string.html#a1e3a8454501914f1d54f607336a8ab5c", null ], + [ "octal", "namespacefaker_1_1string.html#ae1f0a16d0a30f3fe542042384f76ec2c", null ], + [ "sample", "namespacefaker_1_1string.html#a6613ccca522a49631ed49c7d93c32e85", null ], + [ "sample", "namespacefaker_1_1string.html#a34013d255a8eaf4c2afab2090c15cb8d", null ], [ "uuid", "namespacefaker_1_1string.html#a335d7aad191429aa88bed20818881d95", null ] ]; \ No newline at end of file diff --git a/namespacefaker_1_1system.html b/namespacefaker_1_1system.html index e2d4af4e3..9bea42e88 100644 --- a/namespacefaker_1_1system.html +++ b/namespacefaker_1_1system.html @@ -131,30 +131,30 @@

std::string faker::string::sample FAKER_CXX_EXPORT std::string faker::string::sample ( unsigned length = 10)
- - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string fileName (const FileOptions &options={})
 Returns a random file name with extension.
 
std::string fileExtension (const std::optional< FileType > &mimeType=std::nullopt)
 Returns a file extension.
 
std::string commonFileName (const std::optional< std::string > &ext=std::nullopt)
 
std::string_view commonFileExtension ()
 
std::string_view mimeType ()
 
std::string_view fileType ()
 
std::string_view directoryPath ()
 
std::string filePath ()
 
std::string semver ()
 
std::string networkInterface (const std::optional< NetworkInterfaceOptions > &options={})
 
std::string cron (const CronOptions &options={})
 
FAKER_CXX_EXPORT std::string fileName (const FileOptions &options={})
 Returns a random file name with extension.
 
FAKER_CXX_EXPORT std::string fileExtension (const std::optional< FileType > &mimeType=std::nullopt)
 Returns a file extension.
 
FAKER_CXX_EXPORT std::string commonFileName (const std::optional< std::string > &ext=std::nullopt)
 
FAKER_CXX_EXPORT std::string_view commonFileExtension ()
 
FAKER_CXX_EXPORT std::string_view mimeType ()
 
FAKER_CXX_EXPORT std::string_view fileType ()
 
FAKER_CXX_EXPORT std::string_view directoryPath ()
 
FAKER_CXX_EXPORT std::string filePath ()
 
FAKER_CXX_EXPORT std::string semver ()
 
FAKER_CXX_EXPORT std::string networkInterface (const std::optional< NetworkInterfaceOptions > &options={})
 
FAKER_CXX_EXPORT std::string cron (const CronOptions &options={})
 

Enumeration Type Documentation

@@ -187,14 +187,14 @@

Function Documentation

- -

◆ commonFileExtension()

+ +

◆ commonFileExtension()

- + @@ -203,19 +203,19 @@

Returns a commonly used file extension.

Returns
A commonly used file extension.
-
-
std::string_view commonFileExtension()
+
+
FAKER_CXX_EXPORT std::string_view commonFileExtension()
- -

◆ commonFileName()

+ +

◆ commonFileName()

std::string_view faker::system::commonFileExtension FAKER_CXX_EXPORT std::string_view faker::system::commonFileExtension ( )
- + @@ -230,21 +230,21 @@

Returns
A random file name with a given extension or a commonly used extension.
-
-
faker::system::commonFileName("txt") // "global_borders_wyoming.txt"
-
std::string commonFileName(const std::optional< std::string > &ext=std::nullopt)
-
Definition Airline.h:6
+
+
faker::system::commonFileName("txt") // "global_borders_wyoming.txt"
+
FAKER_CXX_EXPORT std::string commonFileName(const std::optional< std::string > &ext=std::nullopt)
+
Definition Airline.h:7
- -

◆ cron()

+ +

◆ cron()

std::string faker::system::commonFileName FAKER_CXX_EXPORT std::string faker::system::commonFileName ( const std::optional< std::string > & ext = std::nullopt)
- + @@ -271,34 +271,34 @@

CronOptions options
options.includeYear = true
-
std::string cronExpr = faker::system::cron(options) // "16 14 * 11 2 2038"
+
std::string cronExpr = faker::system::cron(options) // "16 14 * 11 2 2038"
CronOptions options
options.includeYear = false
-
std::string cronExpr = faker::system::cron(options) // "16 14 * 11 2"
+
std::string cronExpr = faker::system::cron(options) // "16 14 * 11 2"
CronOptions options
options.includeNonStandard = false
-
std::string cronExpr = faker::system::cron(options) // 34 2 ? 8 *
+
std::string cronExpr = faker::system::cron(options) // 34 2 ? 8 *
CronOptions options
options.includeNonStandard = true
-
std::string cronExpr = faker::system::cron(options) // "@reboot"
-
std::string cron(const CronOptions &options={})
-
Definition System.h:30
-
bool includeNonStandard
Definition System.h:32
-
bool includeYear
Definition System.h:31
+
std::string cronExpr = faker::system::cron(options) // "@reboot"
+
FAKER_CXX_EXPORT std::string cron(const CronOptions &options={})
+
Definition System.h:31
+
bool includeNonStandard
Definition System.h:33
+
bool includeYear
Definition System.h:32
- -

◆ directoryPath()

+ +

◆ directoryPath()

std::string faker::system::cron FAKER_CXX_EXPORT std::string faker::system::cron ( const CronOptions & options = {})
- + @@ -307,19 +307,19 @@

Returns a directory path.

Returns
A directory path.
-
-
std::string_view directoryPath()
+
+
FAKER_CXX_EXPORT std::string_view directoryPath()
- -

◆ fileExtension()

+ +

◆ fileExtension()

std::string_view faker::system::directoryPath FAKER_CXX_EXPORT std::string_view faker::system::directoryPath ( )
- + @@ -335,19 +335,19 @@

Returns
A file extension.
-
faker::system::fileExtension(MimeType::Image) // "png"
-
std::string fileExtension(const std::optional< FileType > &mimeType=std::nullopt)
Returns a file extension.
+
faker::system::fileExtension(MimeType::Image) // "png"
+
FAKER_CXX_EXPORT std::string fileExtension(const std::optional< FileType > &mimeType=std::nullopt)
Returns a file extension.
- -

◆ fileName()

+ +

◆ fileName()

std::string faker::system::fileExtension FAKER_CXX_EXPORT std::string faker::system::fileExtension ( const std::optional< FileType > & mimeType = std::nullopt)
- + @@ -363,28 +363,28 @@

Returns
Random file name with extension.
-
faker::system::fileName() // "injustice.mpeg"
+
faker::system::fileName() // "injustice.mpeg"
FileOptions options
options.extensionCount = 3
-
faker::system::fileName(options) // "transformation.wav.mpeg.mp4"
+
faker::system::fileName(options) // "transformation.wav.mpeg.mp4"
options.extensionRange.min = 1;
options.extensionRange.max = 3;
-
faker::system::fileName(options) // "sparkle.png.pdf"
-
std::string fileName(const FileOptions &options={})
Returns a random file name with extension.
-
Definition System.h:10
+
faker::system::fileName(options) // "sparkle.png.pdf"
+
FAKER_CXX_EXPORT std::string fileName(const FileOptions &options={})
Returns a random file name with extension.
+
Definition System.h:11
- -

◆ filePath()

+ +

◆ filePath()

std::string faker::system::fileName FAKER_CXX_EXPORT std::string faker::system::fileName ( const FileOptions & options = {})
- + @@ -393,19 +393,19 @@

Returns a file path.

Returns
A file path.
-
faker::system::filePath() // "/usr/local/src/money.dotx"
-
std::string filePath()
+
faker::system::filePath() // "/usr/local/src/money.dotx"
+
FAKER_CXX_EXPORT std::string filePath()
- -

◆ fileType()

+ +

◆ fileType()

std::string faker::system::filePath FAKER_CXX_EXPORT std::string faker::system::filePath ( )
- + @@ -414,19 +414,19 @@

Returns a commonly used file type.

Returns
A commonly used file type.
-
-
std::string_view fileType()
+
+
FAKER_CXX_EXPORT std::string_view fileType()
- -

◆ mimeType()

+ +

◆ mimeType()

std::string_view faker::system::fileType FAKER_CXX_EXPORT std::string_view faker::system::fileType ( )
- + @@ -435,19 +435,19 @@

Returns a mime-type.

Returns
A mime-type.
-
faker::system::mimeType() // "video/vnd.vivo"
-
std::string_view mimeType()
+
faker::system::mimeType() // "video/vnd.vivo"
+
FAKER_CXX_EXPORT std::string_view mimeType()
- -

◆ networkInterface()

+ +

◆ networkInterface()

std::string_view faker::system::mimeType FAKER_CXX_EXPORT std::string_view faker::system::mimeType ( )
- + @@ -470,33 +470,33 @@

Returns
A random network interface.
-
+
options.interfaceType = "wl";
-
faker::system::networkInterface(options) // "wlsf4d2"
+
faker::system::networkInterface(options) // "wlsf4d2"
options.interfaceSchema = "mac";
-
faker::system::networkInterface(options) // "enxd17705ed394f"
+
faker::system::networkInterface(options) // "enxd17705ed394f"
options.interfaceType = "en";
options.interfaceSchema = "pci";
-
faker::system::networkInterface(options) // "enp1s9f1d2"
-
std::string networkInterface(const std::optional< NetworkInterfaceOptions > &options={})
- +
faker::system::networkInterface(options) // "enp1s9f1d2"
+
FAKER_CXX_EXPORT std::string networkInterface(const std::optional< NetworkInterfaceOptions > &options={})
+
- -

◆ semver()

+ +

◆ semver()

std::string faker::system::networkInterface FAKER_CXX_EXPORT std::string faker::system::networkInterface ( const std::optional< NetworkInterfaceOptions > & options = {})
- + @@ -505,8 +505,8 @@

Returns a semantic version.

Returns
A semantic version.
-
-
std::string semver()
+
+
FAKER_CXX_EXPORT std::string semver()
diff --git a/namespacefaker_1_1system.js b/namespacefaker_1_1system.js index 471f2c1ef..9e8d39dd6 100644 --- a/namespacefaker_1_1system.js +++ b/namespacefaker_1_1system.js @@ -10,15 +10,15 @@ var namespacefaker_1_1system = [ "Text", "namespacefaker_1_1system.html#aeeae0c993bee26944d1d31ad6c339a08a9dffbf69ffba8bc38bc4e01abf4b1675", null ], [ "Video", "namespacefaker_1_1system.html#aeeae0c993bee26944d1d31ad6c339a08a34e2d1989a1dbf75cd631596133ee5ee", null ] ] ], - [ "commonFileExtension", "namespacefaker_1_1system.html#a6b7e776e89f9d98a2445068de5ba7e00", null ], - [ "commonFileName", "namespacefaker_1_1system.html#aad257e51aeaf64c852c2a4c437673bed", null ], - [ "cron", "namespacefaker_1_1system.html#a38e41ca0dce57c758966a20ef0a809fc", null ], - [ "directoryPath", "namespacefaker_1_1system.html#afdad863fa2df95c35576c5359873d2cc", null ], - [ "fileExtension", "namespacefaker_1_1system.html#a726010cfcd6aaaab4b0054f45c72de74", null ], - [ "fileName", "namespacefaker_1_1system.html#af230cb9d644c2e8db69f1ec2d1357c0a", null ], - [ "filePath", "namespacefaker_1_1system.html#a0b6a342786f02463dfbf79e188179fd5", null ], - [ "fileType", "namespacefaker_1_1system.html#a7b35e2fb4bfc7cff9670a800198f071c", null ], - [ "mimeType", "namespacefaker_1_1system.html#a5b7c73d6bde98732d09c5c46118f5199", null ], - [ "networkInterface", "namespacefaker_1_1system.html#a9a5f62f1cb1f26bb14cf2d4c3b13031a", null ], - [ "semver", "namespacefaker_1_1system.html#a9736b08b0d753a6a227c1454efd9ada6", null ] + [ "commonFileExtension", "namespacefaker_1_1system.html#a74d7b69a1a18ae8958c29271e1f230a2", null ], + [ "commonFileName", "namespacefaker_1_1system.html#a309b2c94f384cc9d682640506aba1375", null ], + [ "cron", "namespacefaker_1_1system.html#a9f8f6e022652e96f1bfa55dff4c8082a", null ], + [ "directoryPath", "namespacefaker_1_1system.html#a853ea09c9fb8b8c03fda5c0ed1d29086", null ], + [ "fileExtension", "namespacefaker_1_1system.html#ad4309983f04c3100cca8fc8e45968e3b", null ], + [ "fileName", "namespacefaker_1_1system.html#a60b8848155700550735de7e9df912005", null ], + [ "filePath", "namespacefaker_1_1system.html#a152dc7686f707ff769181cd6821aba7c", null ], + [ "fileType", "namespacefaker_1_1system.html#aa7006eb2917cbeaf645afd4d9dc1c5bb", null ], + [ "mimeType", "namespacefaker_1_1system.html#ad28ecf10cae675e76cbf0232611c700b", null ], + [ "networkInterface", "namespacefaker_1_1system.html#a9f65bb388e66bc8cb04e07ecf5a8e4e9", null ], + [ "semver", "namespacefaker_1_1system.html#a0f4b656749ffa2840fbef78d38d4c254", null ] ]; \ No newline at end of file diff --git a/namespacefaker_1_1vehicle.html b/namespacefaker_1_1vehicle.html index d29327716..a5938d8d6 100644 --- a/namespacefaker_1_1vehicle.html +++ b/namespacefaker_1_1vehicle.html @@ -107,43 +107,43 @@

std::string faker::system::semver FAKER_CXX_EXPORT std::string faker::system::semver ( )
- - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view bicycle ()
 Returns a random bicycle type.
 
std::string_view color ()
 Returns a random vehicle color.
 
std::string_view fuel ()
 Returns a random vehicle fuel.
 
std::string_view manufacturer ()
 Returns a random vehicle(car) manufacturer.
 
std::string_view model ()
 Returns a random vehicle(car) model.
 
std::string_view type ()
 Returns a random vehicle type.
 
std::string vehicleName ()
 Returns a random vehicle(car).
 
std::string vin ()
 Returns a vehicle identification number (VIN).
 
std::string vrm ()
 Returns a vehicle registration number (Vehicle Registration Mark - VRM).
 
FAKER_CXX_EXPORT std::string_view bicycle ()
 Returns a random bicycle type.
 
FAKER_CXX_EXPORT std::string_view color ()
 Returns a random vehicle color.
 
FAKER_CXX_EXPORT std::string_view fuel ()
 Returns a random vehicle fuel.
 
FAKER_CXX_EXPORT std::string_view manufacturer ()
 Returns a random vehicle(car) manufacturer.
 
FAKER_CXX_EXPORT std::string_view model ()
 Returns a random vehicle(car) model.
 
FAKER_CXX_EXPORT std::string_view type ()
 Returns a random vehicle type.
 
FAKER_CXX_EXPORT std::string vehicleName ()
 Returns a random vehicle(car).
 
FAKER_CXX_EXPORT std::string vin ()
 Returns a vehicle identification number (VIN).
 
FAKER_CXX_EXPORT std::string vrm ()
 Returns a vehicle registration number (Vehicle Registration Mark - VRM).
 

Function Documentation

- -

◆ bicycle()

+ +

◆ bicycle()

- + @@ -153,19 +153,19 @@

Returns
bicycle type.
-
faker::vehicle::bicycle() // "Electric bike"
-
std::string_view bicycle()
Returns a random bicycle type.
+
faker::vehicle::bicycle() // "Electric bike"
+
FAKER_CXX_EXPORT std::string_view bicycle()
Returns a random bicycle type.
- -

◆ color()

+ +

◆ color()

std::string_view faker::vehicle::bicycle FAKER_CXX_EXPORT std::string_view faker::vehicle::bicycle ( )
- + @@ -175,19 +175,19 @@

Returns
vehicle color.
-
faker::vehicle::color() // "Silver"
-
std::string_view color()
Returns a random vehicle color.
+
faker::vehicle::color() // "Silver"
+
FAKER_CXX_EXPORT std::string_view color()
Returns a random vehicle color.
- -

◆ fuel()

+ +

◆ fuel()

std::string_view faker::vehicle::color FAKER_CXX_EXPORT std::string_view faker::vehicle::color ( )
- + @@ -197,19 +197,19 @@

Returns
vehicle fuel.
-
faker::vehicle::fuel() // "Diesel"
-
std::string_view fuel()
Returns a random vehicle fuel.
+
faker::vehicle::fuel() // "Diesel"
+
FAKER_CXX_EXPORT std::string_view fuel()
Returns a random vehicle fuel.
- -

◆ manufacturer()

+ +

◆ manufacturer()

std::string_view faker::vehicle::fuel FAKER_CXX_EXPORT std::string_view faker::vehicle::fuel ( )
- + @@ -219,19 +219,19 @@

Returns
vehicle(car) manufacturer.
-
-
std::string_view manufacturer()
Returns a random vehicle(car) manufacturer.
+
+
FAKER_CXX_EXPORT std::string_view manufacturer()
Returns a random vehicle(car) manufacturer.
- -

◆ model()

+ +

◆ model()

std::string_view faker::vehicle::manufacturer FAKER_CXX_EXPORT std::string_view faker::vehicle::manufacturer ( )
- + @@ -241,19 +241,19 @@

Returns
vehicle(car) model.
-
faker::vehicle::model() // "Fiesta"
-
std::string_view model()
Returns a random vehicle(car) model.
+
faker::vehicle::model() // "Fiesta"
+
FAKER_CXX_EXPORT std::string_view model()
Returns a random vehicle(car) model.
- -

◆ type()

+ +

◆ type()

std::string_view faker::vehicle::model FAKER_CXX_EXPORT std::string_view faker::vehicle::model ( )
- + @@ -263,19 +263,19 @@

Returns
vehicle type.
-
-
std::string_view type()
Returns a random vehicle type.
+
+
FAKER_CXX_EXPORT std::string_view type()
Returns a random vehicle type.
- -

◆ vehicleName()

+ +

◆ vehicleName()

std::string_view faker::vehicle::type FAKER_CXX_EXPORT std::string_view faker::vehicle::type ( )
- + @@ -285,19 +285,19 @@

Returns
vehicle composed by a manufacturer and model.
-
faker::vehicle::vehicleName() // "BMW Explorer"
-
std::string vehicleName()
Returns a random vehicle(car).
+
faker::vehicle::vehicleName() // "BMW Explorer"
+
FAKER_CXX_EXPORT std::string vehicleName()
Returns a random vehicle(car).
- -

◆ vin()

+ +

◆ vin()

std::string faker::vehicle::vehicleName FAKER_CXX_EXPORT std::string faker::vehicle::vehicleName ( )
- + @@ -307,19 +307,19 @@

Returns
vehicle identification number.
-
faker::vehicle::vin() // "YV1MH682762184654"
-
std::string vin()
Returns a vehicle identification number (VIN).
+
faker::vehicle::vin() // "YV1MH682762184654"
+
FAKER_CXX_EXPORT std::string vin()
Returns a vehicle identification number (VIN).
- -

◆ vrm()

+ +

◆ vrm()

std::string faker::vehicle::vin FAKER_CXX_EXPORT std::string faker::vehicle::vin ( )
- + @@ -329,8 +329,8 @@

Returns
vehicle registration number.
-
faker::vehicle::vrm() // "MF56UPA"
-
std::string vrm()
Returns a vehicle registration number (Vehicle Registration Mark - VRM).
+
faker::vehicle::vrm() // "MF56UPA"
+
FAKER_CXX_EXPORT std::string vrm()
Returns a vehicle registration number (Vehicle Registration Mark - VRM).
diff --git a/namespacefaker_1_1videogame.html b/namespacefaker_1_1videogame.html index 91bc2ec9a..6b2d7eb05 100644 --- a/namespacefaker_1_1videogame.html +++ b/namespacefaker_1_1videogame.html @@ -107,28 +107,28 @@

std::string faker::vehicle::vrm FAKER_CXX_EXPORT std::string faker::vehicle::vrm ( )
- - - - - - - - - - - - + + + + + + + + + + + +

Functions

std::string_view gameTitle ()
 Returns a random video game name.
 
std::string_view genre ()
 Returns a random video game genre.
 
std::string_view platform ()
 Returns a random video game platform.
 
std::string_view studioName ()
 Returns a random video game studio name.
 
FAKER_CXX_EXPORT std::string_view gameTitle ()
 Returns a random video game name.
 
FAKER_CXX_EXPORT std::string_view genre ()
 Returns a random video game genre.
 
FAKER_CXX_EXPORT std::string_view platform ()
 Returns a random video game platform.
 
FAKER_CXX_EXPORT std::string_view studioName ()
 Returns a random video game studio name.
 

Function Documentation

- -

◆ gameTitle()

+ +

◆ gameTitle()

- + @@ -138,19 +138,19 @@

Returns
Video game name.
-
faker::videogame::gameTitle() // "Rayman Arena"
-
std::string_view gameTitle()
Returns a random video game name.
+
faker::videogame::gameTitle() // "Rayman Arena"
+
FAKER_CXX_EXPORT std::string_view gameTitle()
Returns a random video game name.
- -

◆ genre()

+ +

◆ genre()

std::string_view faker::videogame::gameTitle FAKER_CXX_EXPORT std::string_view faker::videogame::gameTitle ( )
- + @@ -160,19 +160,19 @@

Returns
Video game genre.
-
faker::videogame::genre() // "Platformer"
-
std::string_view genre()
Returns a random video game genre.
+
faker::videogame::genre() // "Platformer"
+
FAKER_CXX_EXPORT std::string_view genre()
Returns a random video game genre.
- -

◆ platform()

+ +

◆ platform()

std::string_view faker::videogame::genre FAKER_CXX_EXPORT std::string_view faker::videogame::genre ( )
- + @@ -182,19 +182,19 @@

Returns
Platform.
-
faker::videogame::platform() // "Playstation 5"
-
std::string_view platform()
Returns a random video game platform.
+
faker::videogame::platform() // "Playstation 5"
+
FAKER_CXX_EXPORT std::string_view platform()
Returns a random video game platform.
- -

◆ studioName()

+ +

◆ studioName()

std::string_view faker::videogame::platform FAKER_CXX_EXPORT std::string_view faker::videogame::platform ( )
- + @@ -204,8 +204,8 @@

Returns
Studio name.
-
faker::videogame::studioName() // "Activision Blizzard"
-
std::string_view studioName()
Returns a random video game studio name.
+
faker::videogame::studioName() // "Activision Blizzard"
+
FAKER_CXX_EXPORT std::string_view studioName()
Returns a random video game studio name.
diff --git a/namespacefaker_1_1weather.html b/namespacefaker_1_1weather.html index 6eb4a372d..a016ed916 100644 --- a/namespacefaker_1_1weather.html +++ b/namespacefaker_1_1weather.html @@ -107,19 +107,19 @@

std::string_view faker::videogame::studioName FAKER_CXX_EXPORT std::string_view faker::videogame::studioName ( )
- - - + + +

Functions

std::string_view weatherDescription ()
 Generated a random weather description.
 
FAKER_CXX_EXPORT std::string_view weatherDescription ()
 Generated a random weather description.
 

Function Documentation

- -

◆ weatherDescription()

+ +

◆ weatherDescription()

- + @@ -129,8 +129,8 @@

Returns
A random weather description
-
-
std::string_view weatherDescription()
Generated a random weather description.
+
+
FAKER_CXX_EXPORT std::string_view weatherDescription()
Generated a random weather description.
diff --git a/namespacefaker_1_1word.html b/namespacefaker_1_1word.html index 35ada63c1..141497240 100644 --- a/namespacefaker_1_1word.html +++ b/namespacefaker_1_1word.html @@ -107,43 +107,43 @@

std::string_view faker::weather::weatherDescription FAKER_CXX_EXPORT std::string_view faker::weather::weatherDescription ( )
- - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

std::string_view sample (std::optional< unsigned > length=std::nullopt)
 Returns a random .
 
std::string words (unsigned numberOfWords=1)
 Returns a string containing a number of space separated random words.
 
std::string_view adjective (std::optional< unsigned > length=std::nullopt)
 Returns a random adjective.
 
std::string_view adverb (std::optional< unsigned > length=std::nullopt)
 Returns a random adverb.
 
std::string_view conjunction (std::optional< unsigned > length=std::nullopt)
 Returns a random conjunction.
 
std::string_view interjection (std::optional< unsigned > length=std::nullopt)
 Returns a random interjection.
 
std::string_view noun (std::optional< unsigned > length=std::nullopt)
 Returns a random noun.
 
std::string_view preposition (std::optional< unsigned > length=std::nullopt)
 Returns a random preposition.
 
std::string_view verb (std::optional< unsigned > length=std::nullopt)
 Returns a random verb.
 
FAKER_CXX_EXPORT std::string_view sample (std::optional< unsigned > length=std::nullopt)
 Returns a random .
 
FAKER_CXX_EXPORT std::string words (unsigned numberOfWords=1)
 Returns a string containing a number of space separated random words.
 
FAKER_CXX_EXPORT std::string_view adjective (std::optional< unsigned > length=std::nullopt)
 Returns a random adjective.
 
FAKER_CXX_EXPORT std::string_view adverb (std::optional< unsigned > length=std::nullopt)
 Returns a random adverb.
 
FAKER_CXX_EXPORT std::string_view conjunction (std::optional< unsigned > length=std::nullopt)
 Returns a random conjunction.
 
FAKER_CXX_EXPORT std::string_view interjection (std::optional< unsigned > length=std::nullopt)
 Returns a random interjection.
 
FAKER_CXX_EXPORT std::string_view noun (std::optional< unsigned > length=std::nullopt)
 Returns a random noun.
 
FAKER_CXX_EXPORT std::string_view preposition (std::optional< unsigned > length=std::nullopt)
 Returns a random preposition.
 
FAKER_CXX_EXPORT std::string_view verb (std::optional< unsigned > length=std::nullopt)
 Returns a random verb.
 

Function Documentation

- -

◆ adjective()

+ +

◆ adjective()

- + @@ -159,21 +159,21 @@

Returns
Adjective.
-
faker::word::adjective() // "complete"
-
faker::word::adjective(3) // "bad"
-
std::string_view adjective(std::optional< unsigned > length=std::nullopt)
Returns a random adjective.
-
Definition Airline.h:6
+
faker::word::adjective() // "complete"
+
faker::word::adjective(3) // "bad"
+
FAKER_CXX_EXPORT std::string_view adjective(std::optional< unsigned > length=std::nullopt)
Returns a random adjective.
+
Definition Airline.h:7
- -

◆ adverb()

+ +

◆ adverb()

std::string_view faker::word::adjective FAKER_CXX_EXPORT std::string_view faker::word::adjective ( std::optional< unsigned > length = std::nullopt)
- + @@ -189,20 +189,20 @@

Returns
Adverb.
-
faker::word::adverb() // "deliberately"
-
faker::word::adverb(5) // "almost"
-
std::string_view adverb(std::optional< unsigned > length=std::nullopt)
Returns a random adverb.
+
faker::word::adverb() // "deliberately"
+
faker::word::adverb(5) // "almost"
+
FAKER_CXX_EXPORT std::string_view adverb(std::optional< unsigned > length=std::nullopt)
Returns a random adverb.
- -

◆ conjunction()

+ +

◆ conjunction()

std::string_view faker::word::adverb FAKER_CXX_EXPORT std::string_view faker::word::adverb ( std::optional< unsigned > length = std::nullopt)
- + @@ -218,20 +218,20 @@

Returns
Conjunction.
-
-
faker::word::conjunction(6) // "indeed"
-
std::string_view conjunction(std::optional< unsigned > length=std::nullopt)
Returns a random conjunction.
+
+
faker::word::conjunction(6) // "indeed"
+
FAKER_CXX_EXPORT std::string_view conjunction(std::optional< unsigned > length=std::nullopt)
Returns a random conjunction.
- -

◆ interjection()

+ +

◆ interjection()

std::string_view faker::word::conjunction FAKER_CXX_EXPORT std::string_view faker::word::conjunction ( std::optional< unsigned > length = std::nullopt)
- + @@ -247,20 +247,20 @@

Returns
Interjection.
-
-
faker::word::interjection(4) // "yuck"
-
std::string_view interjection(std::optional< unsigned > length=std::nullopt)
Returns a random interjection.
+
+
faker::word::interjection(4) // "yuck"
+
FAKER_CXX_EXPORT std::string_view interjection(std::optional< unsigned > length=std::nullopt)
Returns a random interjection.
- -

◆ noun()

+ +

◆ noun()

std::string_view faker::word::interjection FAKER_CXX_EXPORT std::string_view faker::word::interjection ( std::optional< unsigned > length = std::nullopt)
- + @@ -276,20 +276,20 @@

Returns
Noun.
-
faker::word::noun() // "pudding"
-
faker::word::noun(8) // "distance"
-
std::string_view noun(std::optional< unsigned > length=std::nullopt)
Returns a random noun.
+
faker::word::noun() // "pudding"
+
faker::word::noun(8) // "distance"
+
FAKER_CXX_EXPORT std::string_view noun(std::optional< unsigned > length=std::nullopt)
Returns a random noun.
- -

◆ preposition()

+ +

◆ preposition()

std::string_view faker::word::noun FAKER_CXX_EXPORT std::string_view faker::word::noun ( std::optional< unsigned > length = std::nullopt)
- + @@ -305,20 +305,20 @@

Returns
Preposition.
-
-
faker::word::preposition(4) // "from"
-
std::string_view preposition(std::optional< unsigned > length=std::nullopt)
Returns a random preposition.
+
+
faker::word::preposition(4) // "from"
+
FAKER_CXX_EXPORT std::string_view preposition(std::optional< unsigned > length=std::nullopt)
Returns a random preposition.
- -

◆ sample()

+ +

◆ sample()

std::string_view faker::word::preposition FAKER_CXX_EXPORT std::string_view faker::word::preposition ( std::optional< unsigned > length = std::nullopt)
- + @@ -334,20 +334,20 @@

Returns
Random sample word.
-
faker::word::sample() // "protection"
-
faker::word::sample(5) // "spell"
-
std::string_view sample(std::optional< unsigned > length=std::nullopt)
Returns a random .
+
faker::word::sample() // "protection"
+
faker::word::sample(5) // "spell"
+
FAKER_CXX_EXPORT std::string_view sample(std::optional< unsigned > length=std::nullopt)
Returns a random .
- -

◆ verb()

+ +

◆ verb()

std::string_view faker::word::sample FAKER_CXX_EXPORT std::string_view faker::word::sample ( std::optional< unsigned > length = std::nullopt)
- + @@ -363,20 +363,20 @@

Returns
Verb.
-
faker::word::verb() // "override"
-
faker::word::verb(9) // "stabilise"
-
std::string_view verb(std::optional< unsigned > length=std::nullopt)
Returns a random verb.
+
faker::word::verb() // "override"
+
faker::word::verb(9) // "stabilise"
+
FAKER_CXX_EXPORT std::string_view verb(std::optional< unsigned > length=std::nullopt)
Returns a random verb.
- -

◆ words()

+ +

◆ words()

std::string_view faker::word::verb FAKER_CXX_EXPORT std::string_view faker::word::verb ( std::optional< unsigned > length = std::nullopt)
- + @@ -392,9 +392,9 @@

Returns
Random words separated with spaces.
-
faker::word::words() // "protection"
-
faker::word::words(5) // "before hourly patiently dribble equal"
-
std::string words(unsigned numberOfWords=1)
Returns a string containing a number of space separated random words.
+
faker::word::words() // "protection"
+
faker::word::words(5) // "before hourly patiently dribble equal"
+
FAKER_CXX_EXPORT std::string words(unsigned numberOfWords=1)
Returns a string containing a number of space separated random words.
diff --git a/namespacemembers.html b/namespacemembers.html index 8afe95010..4101f7417 100644 --- a/namespacemembers.html +++ b/namespacemembers.html @@ -102,28 +102,28 @@
Here is a list of all namespace members with links to the namespace documentation for each member:

- a -

diff --git a/namespacemembers_b.html b/namespacemembers_b.html index 148edaf9a..eaefc66a5 100644 --- a/namespacemembers_b.html +++ b/namespacemembers_b.html @@ -102,23 +102,23 @@
Here is a list of all namespace members with links to the namespace documentation for each member:

- b -

diff --git a/namespacemembers_c.html b/namespacemembers_c.html index b0f593ad7..df1b87b68 100644 --- a/namespacemembers_c.html +++ b/namespacemembers_c.html @@ -102,48 +102,48 @@
Here is a list of all namespace members with links to the namespace documentation for each member:

- c -

diff --git a/namespacemembers_d.html b/namespacemembers_d.html index a62a5f16a..946e87d17 100644 --- a/namespacemembers_d.html +++ b/namespacemembers_d.html @@ -103,19 +103,19 @@

- d -

diff --git a/namespacemembers_e.html b/namespacemembers_e.html index 764e755f2..b0398bbe8 100644 --- a/namespacemembers_e.html +++ b/namespacemembers_e.html @@ -102,14 +102,14 @@
Here is a list of all namespace members with links to the namespace documentation for each member:

- e -

diff --git a/namespacemembers_f.html b/namespacemembers_f.html index 9f862156f..05a1d7371 100644 --- a/namespacemembers_f.html +++ b/namespacemembers_f.html @@ -102,25 +102,25 @@
Here is a list of all namespace members with links to the namespace documentation for each member:

- f -

diff --git a/namespacemembers_func.html b/namespacemembers_func.html index 6744e856b..25281201c 100644 --- a/namespacemembers_func.html +++ b/namespacemembers_func.html @@ -102,26 +102,26 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- a -

diff --git a/namespacemembers_func_b.html b/namespacemembers_func_b.html index 88a77db83..20f33e9de 100644 --- a/namespacemembers_func_b.html +++ b/namespacemembers_func_b.html @@ -102,22 +102,22 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- b -

diff --git a/namespacemembers_func_c.html b/namespacemembers_func_c.html index ea3a12887..73e1d96f1 100644 --- a/namespacemembers_func_c.html +++ b/namespacemembers_func_c.html @@ -102,47 +102,47 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- c -

diff --git a/namespacemembers_func_d.html b/namespacemembers_func_d.html index 23d7ff99d..e41c15b9d 100644 --- a/namespacemembers_func_d.html +++ b/namespacemembers_func_d.html @@ -102,19 +102,19 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- d -

diff --git a/namespacemembers_func_e.html b/namespacemembers_func_e.html index 4c06bf3fb..f0bcaa8d5 100644 --- a/namespacemembers_func_e.html +++ b/namespacemembers_func_e.html @@ -102,13 +102,13 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- e -

diff --git a/namespacemembers_func_f.html b/namespacemembers_func_f.html index 0405e31d2..3e59f26b6 100644 --- a/namespacemembers_func_f.html +++ b/namespacemembers_func_f.html @@ -102,24 +102,24 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- f -

diff --git a/namespacemembers_func_g.html b/namespacemembers_func_g.html index 8b73eb2da..29c76cf62 100644 --- a/namespacemembers_func_g.html +++ b/namespacemembers_func_g.html @@ -102,15 +102,15 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- g -

diff --git a/namespacemembers_func_h.html b/namespacemembers_func_h.html index 9889a6d52..559281c54 100644 --- a/namespacemembers_func_h.html +++ b/namespacemembers_func_h.html @@ -102,19 +102,19 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- h -

diff --git a/namespacemembers_func_i.html b/namespacemembers_func_i.html index 4b14cfa9c..29b14a5a0 100644 --- a/namespacemembers_func_i.html +++ b/namespacemembers_func_i.html @@ -102,17 +102,17 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- i -

diff --git a/namespacemembers_func_j.html b/namespacemembers_func_j.html index f9e4eb9d1..28c0e6c66 100644 --- a/namespacemembers_func_j.html +++ b/namespacemembers_func_j.html @@ -102,10 +102,10 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- j -

diff --git a/namespacemembers_func_l.html b/namespacemembers_func_l.html index 6a389c03a..0e4b89047 100644 --- a/namespacemembers_func_l.html +++ b/namespacemembers_func_l.html @@ -102,14 +102,14 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- l -

diff --git a/namespacemembers_func_m.html b/namespacemembers_func_m.html index 1c18524fb..b6786bf6c 100644 --- a/namespacemembers_func_m.html +++ b/namespacemembers_func_m.html @@ -102,25 +102,25 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- m -

diff --git a/namespacemembers_func_n.html b/namespacemembers_func_n.html index 1a0e775d7..0130e7140 100644 --- a/namespacemembers_func_n.html +++ b/namespacemembers_func_n.html @@ -102,14 +102,14 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- n -

diff --git a/namespacemembers_func_o.html b/namespacemembers_func_o.html index 4b8b16dd5..b92452390 100644 --- a/namespacemembers_func_o.html +++ b/namespacemembers_func_o.html @@ -103,9 +103,9 @@

- o -

diff --git a/namespacemembers_func_p.html b/namespacemembers_func_p.html index 5f24f7fa0..ad9e49e7a 100644 --- a/namespacemembers_func_p.html +++ b/namespacemembers_func_p.html @@ -102,29 +102,29 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- p -

diff --git a/namespacemembers_func_r.html b/namespacemembers_func_r.html index 0e1fb5042..f97bb2c35 100644 --- a/namespacemembers_func_r.html +++ b/namespacemembers_func_r.html @@ -102,15 +102,15 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- r -

diff --git a/namespacemembers_func_s.html b/namespacemembers_func_s.html index e35e75b6b..f536c937c 100644 --- a/namespacemembers_func_s.html +++ b/namespacemembers_func_s.html @@ -102,39 +102,39 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- s -

diff --git a/namespacemembers_func_t.html b/namespacemembers_func_t.html index 718f752f6..20ddbff33 100644 --- a/namespacemembers_func_t.html +++ b/namespacemembers_func_t.html @@ -102,16 +102,16 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- t -

diff --git a/namespacemembers_func_u.html b/namespacemembers_func_u.html index c67d909cf..e4f5dc7dd 100644 --- a/namespacemembers_func_u.html +++ b/namespacemembers_func_u.html @@ -102,9 +102,9 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- u -

diff --git a/namespacemembers_func_v.html b/namespacemembers_func_v.html index cdaa42459..3d05d468f 100644 --- a/namespacemembers_func_v.html +++ b/namespacemembers_func_v.html @@ -102,12 +102,12 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- v -

diff --git a/namespacemembers_func_w.html b/namespacemembers_func_w.html index 8e9a05215..e67f21b7f 100644 --- a/namespacemembers_func_w.html +++ b/namespacemembers_func_w.html @@ -102,13 +102,13 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- w -

diff --git a/namespacemembers_func_y.html b/namespacemembers_func_y.html index 5fa0c318c..6b61e08ce 100644 --- a/namespacemembers_func_y.html +++ b/namespacemembers_func_y.html @@ -102,8 +102,8 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- y -

diff --git a/namespacemembers_func_z.html b/namespacemembers_func_z.html index 82b2df98d..cec82afba 100644 --- a/namespacemembers_func_z.html +++ b/namespacemembers_func_z.html @@ -102,7 +102,7 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- z -

diff --git a/namespacemembers_g.html b/namespacemembers_g.html index 71d5f65a7..f32665532 100644 --- a/namespacemembers_g.html +++ b/namespacemembers_g.html @@ -102,15 +102,15 @@
Here is a list of all namespace members with links to the namespace documentation for each member:

- g -

diff --git a/namespacemembers_h.html b/namespacemembers_h.html index 9fe47dee7..934a82a17 100644 --- a/namespacemembers_h.html +++ b/namespacemembers_h.html @@ -102,20 +102,20 @@
Here is a list of all namespace members with links to the namespace documentation for each member:

- h -

diff --git a/namespacemembers_i.html b/namespacemembers_i.html index e889e50b3..5170c17d6 100644 --- a/namespacemembers_i.html +++ b/namespacemembers_i.html @@ -102,19 +102,19 @@
Here is a list of all namespace members with links to the namespace documentation for each member:

- i -

diff --git a/namespacemembers_j.html b/namespacemembers_j.html index 665192456..01831fd6e 100644 --- a/namespacemembers_j.html +++ b/namespacemembers_j.html @@ -102,10 +102,10 @@
Here is a list of all namespace members with links to the namespace documentation for each member:

- j -

diff --git a/namespacemembers_l.html b/namespacemembers_l.html index 051a19d14..2434d2fd1 100644 --- a/namespacemembers_l.html +++ b/namespacemembers_l.html @@ -102,15 +102,15 @@
Here is a list of all namespace members with links to the namespace documentation for each member:

- l -

diff --git a/namespacemembers_m.html b/namespacemembers_m.html index 564e823ca..95b6b536e 100644 --- a/namespacemembers_m.html +++ b/namespacemembers_m.html @@ -102,25 +102,25 @@
Here is a list of all namespace members with links to the namespace documentation for each member:

- m -

diff --git a/namespacemembers_n.html b/namespacemembers_n.html index 18a2e6441..ab623a170 100644 --- a/namespacemembers_n.html +++ b/namespacemembers_n.html @@ -102,14 +102,14 @@
Here is a list of all namespace members with links to the namespace documentation for each member:

- n -

diff --git a/namespacemembers_o.html b/namespacemembers_o.html index 4ea6998cc..d5fd9ab45 100644 --- a/namespacemembers_o.html +++ b/namespacemembers_o.html @@ -103,9 +103,9 @@

- o -

diff --git a/namespacemembers_p.html b/namespacemembers_p.html index 2b6f394a3..518cb9e4f 100644 --- a/namespacemembers_p.html +++ b/namespacemembers_p.html @@ -102,31 +102,31 @@
Here is a list of all namespace members with links to the namespace documentation for each member:

- p -

diff --git a/namespacemembers_r.html b/namespacemembers_r.html index 12fff7cb4..82a34968d 100644 --- a/namespacemembers_r.html +++ b/namespacemembers_r.html @@ -102,15 +102,15 @@
Here is a list of all namespace members with links to the namespace documentation for each member:

- r -

diff --git a/namespacemembers_s.html b/namespacemembers_s.html index ecad85fdf..eac22e70b 100644 --- a/namespacemembers_s.html +++ b/namespacemembers_s.html @@ -102,42 +102,42 @@
Here is a list of all namespace members with links to the namespace documentation for each member:

- s -

diff --git a/namespacemembers_t.html b/namespacemembers_t.html index 80ff7e4de..7cfa186a8 100644 --- a/namespacemembers_t.html +++ b/namespacemembers_t.html @@ -102,16 +102,16 @@
Here is a list of all namespace members with links to the namespace documentation for each member:

- t -

diff --git a/namespacemembers_u.html b/namespacemembers_u.html index 5e70e5f87..c1f44a51d 100644 --- a/namespacemembers_u.html +++ b/namespacemembers_u.html @@ -102,9 +102,9 @@
Here is a list of all namespace members with links to the namespace documentation for each member:

- u -

diff --git a/namespacemembers_v.html b/namespacemembers_v.html index 917364fb9..414218d36 100644 --- a/namespacemembers_v.html +++ b/namespacemembers_v.html @@ -102,12 +102,12 @@
Here is a list of all namespace members with links to the namespace documentation for each member:

- v -

diff --git a/namespacemembers_w.html b/namespacemembers_w.html index 1db85eb51..43d8b38a4 100644 --- a/namespacemembers_w.html +++ b/namespacemembers_w.html @@ -102,14 +102,14 @@
Here is a list of all namespace members with links to the namespace documentation for each member:

- w -

diff --git a/namespacemembers_y.html b/namespacemembers_y.html index 6dc66577e..dbc5588c9 100644 --- a/namespacemembers_y.html +++ b/namespacemembers_y.html @@ -102,8 +102,8 @@
Here is a list of all namespace members with links to the namespace documentation for each member:

- y -

diff --git a/namespacemembers_z.html b/namespacemembers_z.html index babf1d666..d3f2b8054 100644 --- a/namespacemembers_z.html +++ b/namespacemembers_z.html @@ -102,7 +102,7 @@
Here is a list of all namespace members with links to the namespace documentation for each member:

- z -

diff --git a/navtreedata.js b/navtreedata.js index e1950c93b..072a408dc 100644 --- a/navtreedata.js +++ b/navtreedata.js @@ -52,12 +52,12 @@ var NAVTREE = var NAVTREEINDEX = [ "Airline_8h.html", -"Internet_8h.html#a02270adba2a94976603175f8904646cd", +"Internet_8h.html#a005caa05149d90b3854aef6a4ccdf27e", "Phone_8h.html#af67e35b39f2987b4ed513541c7425a0aa4442e4af0916f53a07fb8ca9a49b98ed", -"Vehicle_8h.html#a749e286df2b31b8e6bf93279649bd49f", -"namespacefaker_1_1food.html#ae03809d8d07ae2c4eb8818d0e6655a66", +"Vehicle_8h.html#a78783093e7083fa2e897f7ca2226da68", +"namespacefaker_1_1food.html#abac00f1ce6f9b49dff1548efa5a2d017", "namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa28765464efe1b6583610335965b4d75a", -"namespacefaker_1_1system.html#a7b35e2fb4bfc7cff9670a800198f071c" +"namespacefaker_1_1system.html#a853ea09c9fb8b8c03fda5c0ed1d29086" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/navtreeindex0.js b/navtreeindex0.js index 701d04bf8..be87ad600 100644 --- a/navtreeindex0.js +++ b/navtreeindex0.js @@ -1,153 +1,152 @@ var NAVTREEINDEX0 = { "Airline_8h.html":[2,0,0,0,0], -"Airline_8h.html#a05f13ae28d39d5dbcb5b936e4497dd87":[2,0,0,0,0,10], -"Airline_8h.html#a2d77cd49e5a018ff59bd3b4af15ad61f":[2,0,0,0,0,6], -"Airline_8h.html#a37f9fc7a55a48c6b1b751abf672c6b8c":[2,0,0,0,0,11], -"Airline_8h.html#a532d10901dace2ab28b0960f180d7167":[2,0,0,0,0,7], -"Airline_8h.html#a7bbffc434f39726fc3fa8e269e3a6153":[2,0,0,0,0,5], +"Airline_8h.html#a088e61d005ef3d6b2e5f31a1b1a879af":[2,0,0,0,0,7], +"Airline_8h.html#a727a0d70eabe9b705561b7a37a329dcd":[2,0,0,0,0,5], +"Airline_8h.html#a92371b24b6158571a8a57abb904ab4e2":[2,0,0,0,0,8], +"Airline_8h.html#a9d4a31bb5a16f63ad962a51bfb5ff10a":[2,0,0,0,0,11], "Airline_8h.html#aa0f30eb26e69720c80bc6ec9184247b7":[2,0,0,0,0,4], "Airline_8h.html#aa0f30eb26e69720c80bc6ec9184247b7a05b24a6d4237848d917e06244f7e1736":[2,0,0,0,0,4,1], "Airline_8h.html#aa0f30eb26e69720c80bc6ec9184247b7a1023529b16fb0241300737d43d83dd43":[2,0,0,0,0,4,2], "Airline_8h.html#aa0f30eb26e69720c80bc6ec9184247b7a9c1c6794d4b1fb6ed518d57daa87b628":[2,0,0,0,0,4,0], -"Airline_8h.html#aa56913f27a3e446347815040005a5ad6":[2,0,0,0,0,9], -"Airline_8h.html#ac601e607e9255c2b2adfdc7f1164fff5":[2,0,0,0,0,8], -"Airline_8h.html#ad4616c2354c2f4ed5cb609d5cfe3c6ae":[2,0,0,0,0,12], +"Airline_8h.html#aa8b0b5cbbe6eebbd8869fdac9fc5ddc1":[2,0,0,0,0,10], +"Airline_8h.html#abd4ed31284f90116d7d449776ad57055":[2,0,0,0,0,12], +"Airline_8h.html#ae206a7cb56b3047e258315df5f7161a9":[2,0,0,0,0,6], +"Airline_8h.html#af528ab7cf1d1a4578ccf79f903337b08":[2,0,0,0,0,9], "Airline_8h_source.html":[2,0,0,0,0], "Animal_8h.html":[2,0,0,0,1], -"Animal_8h.html#a0a1db024b1b8739ed5f1958ef8b6a7d9":[2,0,0,0,1,14], -"Animal_8h.html#a0b33cb7ee5223c144bb3a1830cebf2c7":[2,0,0,0,1,10], -"Animal_8h.html#a36ed9fa5bb3848c736f5f8b90feda27c":[2,0,0,0,1,13], -"Animal_8h.html#a441d3ba5a0f83f0d9a0ddd65f404ddcd":[2,0,0,0,1,9], -"Animal_8h.html#a659735cbc4de972ba3f35f63ec0d27fe":[2,0,0,0,1,1], -"Animal_8h.html#a92590354ef84eee387f11e3d2bcfddb0":[2,0,0,0,1,4], -"Animal_8h.html#aa1894f1a60279ce88fd47715468317ed":[2,0,0,0,1,2], -"Animal_8h.html#aa465b0c3ad1aff430a1186bb0e70148f":[2,0,0,0,1,12], -"Animal_8h.html#aab77f3014ecba0275f7174123241341a":[2,0,0,0,1,11], -"Animal_8h.html#ab60c2887a217aab604aa5cf101f2111e":[2,0,0,0,1,6], -"Animal_8h.html#ac6d69638f497ee4a4f5bfc8736d77a7a":[2,0,0,0,1,7], -"Animal_8h.html#ad5a021941b3217ad85b9bb6468c64afa":[2,0,0,0,1,0], -"Animal_8h.html#ad84c7f5ba8970e062cec1cf582d93cb8":[2,0,0,0,1,8], -"Animal_8h.html#aeb60e91e3ae3b4e5f19cee1de63fd932":[2,0,0,0,1,5], -"Animal_8h.html#afc0e7f6df112ea944eb28f7e8869b9ba":[2,0,0,0,1,3], +"Animal_8h.html#a08d156573d0833f51a1801eb304b17e7":[2,0,0,0,1,1], +"Animal_8h.html#a19537578e35dd0b29c0795b6f15a229a":[2,0,0,0,1,4], +"Animal_8h.html#a1ef73aba70cae19b9c641358f98aa95e":[2,0,0,0,1,0], +"Animal_8h.html#a28047a3b51fe323aced748c28d803260":[2,0,0,0,1,12], +"Animal_8h.html#a2ccedc3f16ba5fb6c4f5eeb2c6c054db":[2,0,0,0,1,13], +"Animal_8h.html#a4ae8c4c6f1f5bb5e752123bbd4a703bc":[2,0,0,0,1,2], +"Animal_8h.html#a80fac2d14544020b80c868a20c64b449":[2,0,0,0,1,3], +"Animal_8h.html#a8afb736853a9d86a7bd677c7d3efcb6d":[2,0,0,0,1,8], +"Animal_8h.html#a8c4897c2f0595d2dfc7078eb69162467":[2,0,0,0,1,9], +"Animal_8h.html#a9d703f755381a685727eb7fb8647432a":[2,0,0,0,1,11], +"Animal_8h.html#ac9fadd9047d359167a80c26a072d3c83":[2,0,0,0,1,6], +"Animal_8h.html#acb99c0a7f282644bcf634def0242d64d":[2,0,0,0,1,7], +"Animal_8h.html#adfd4d918152dc948148116834c308bcf":[2,0,0,0,1,10], +"Animal_8h.html#af243dbc79d1b5d6b5a0d4cd629e23800":[2,0,0,0,1,14], +"Animal_8h.html#afded126e2aec909fd65966de87a55b66":[2,0,0,0,1,5], "Animal_8h_source.html":[2,0,0,0,1], "Book_8h.html":[2,0,0,0,2], -"Book_8h.html#a2cc4b90b4520f1c6270b75c04bb6d9e9":[2,0,0,0,2,1], -"Book_8h.html#a386ea74bfcbe29d2ee6d548b84d22913":[2,0,0,0,2,2], -"Book_8h.html#a9d0b2419884e08a03abcaf3eab1404f8":[2,0,0,0,2,0], -"Book_8h.html#ade2c418d498da58f35ef8d2598695bac":[2,0,0,0,2,4], -"Book_8h.html#ae4056294f2921db836fcbfc6ab7a989a":[2,0,0,0,2,5], -"Book_8h.html#af7a880b84f03ecde0682f5f6902cce36":[2,0,0,0,2,3], +"Book_8h.html#a1fa4a557140820ec75d9411d082950f6":[2,0,0,0,2,3], +"Book_8h.html#a3ed50eb1ee042cf87f5cddc940578e20":[2,0,0,0,2,4], +"Book_8h.html#a54abd69be2c8c7cc922be0e96ba3a4e4":[2,0,0,0,2,2], +"Book_8h.html#a79b26014c07fdacac3e0577c0c42deb4":[2,0,0,0,2,0], +"Book_8h.html#a82befa5a03d3cbaf833aae155d6aa59d":[2,0,0,0,2,1], +"Book_8h.html#af6280d543f49b04263f1efd7b3399bd5":[2,0,0,0,2,5], "Book_8h_source.html":[2,0,0,0,2], "Color_8h.html":[2,0,0,0,3], -"Color_8h.html#a211a94576870c858386db5f385e431c9":[2,0,0,0,3,4], -"Color_8h.html#a2a16d64d3382baf7f172b4202339d0cd":[2,0,0,0,3,7], -"Color_8h.html#a2a9fbb291d06dac5bbf080df7f071029":[2,0,0,0,3,2], -"Color_8h.html#a6898fd424937d70c224b2e865ee95c36":[2,0,0,0,3,1], -"Color_8h.html#a7cb3694851af1b3ff9d8749a79a8edbc":[2,0,0,0,3,8], -"Color_8h.html#a816a0c0be275b89b64c35ecf2cc4f28a":[2,0,0,0,3,6], -"Color_8h.html#aa19e81ff75573b59f41c95efc2b72f21":[2,0,0,0,3,9], -"Color_8h.html#aa663b09a8bbd624fda6d1be5e3bfdc9e":[2,0,0,0,3,5], -"Color_8h.html#acfeb67e5d7107fb3458dd1f85f92cca0":[2,0,0,0,3,3], -"Color_8h.html#af9489b47125df91562d9dfe74baa48d6":[2,0,0,0,3,0], +"Color_8h.html#a029e95b2d93b04c1b07ecf8e1942f690":[2,0,0,0,3,0], +"Color_8h.html#a036bd0fa934a250f82eeb08c6a74bfcd":[2,0,0,0,3,3], +"Color_8h.html#a125a5d22271e5883e4b4c939324eabcf":[2,0,0,0,3,4], +"Color_8h.html#a293bb321a832653d0436df1fcdccacbf":[2,0,0,0,3,7], +"Color_8h.html#a7c586ab6590f34db1170dbd586bf18b1":[2,0,0,0,3,6], +"Color_8h.html#a8e30cdd5e0f2d52ca7a21c37a5843d3f":[2,0,0,0,3,9], +"Color_8h.html#a95505c20701451ee42aba82bc5209264":[2,0,0,0,3,2], +"Color_8h.html#ad77b26473e833e142dbcf4b7eb40151d":[2,0,0,0,3,1], +"Color_8h.html#af6a5bd8e9feb97f01ef3a41621cec14a":[2,0,0,0,3,8], +"Color_8h.html#afd8333f4cc9596e3819ad009f6080528":[2,0,0,0,3,5], "Color_8h_source.html":[2,0,0,0,3], "Commerce_8h.html":[2,0,0,0,4], -"Commerce_8h.html#a0320bc93f754b7eb9eeed858c7344248":[2,0,0,0,4,10], -"Commerce_8h.html#a2912ccbb9ff253974228ad4ba91cf143":[2,0,0,0,4,4], -"Commerce_8h.html#a344044b0da3517b9d968ccf5c8610a80":[2,0,0,0,4,16], -"Commerce_8h.html#a3838977c5ae5445441d48b56964213c7":[2,0,0,0,4,8], -"Commerce_8h.html#a6838409b7aefcb1c2d5e9f15baec5652":[2,0,0,0,4,2], -"Commerce_8h.html#a921e1417a9fe438394af78ec4b8e4c8d":[2,0,0,0,4,12], -"Commerce_8h.html#a9413d659f705402cba84ece0c5ec879c":[2,0,0,0,4,17], -"Commerce_8h.html#aafc87028ca92f0d8b3eaad0cb363d667":[2,0,0,0,4,6], -"Commerce_8h.html#abc27276e3d8e93ad18a501f73ec99fbe":[2,0,0,0,4,11], -"Commerce_8h.html#ac84968174c317bd952598cd1281dec37":[2,0,0,0,4,15], -"Commerce_8h.html#ac9821a0d4e9cee4261d9018e73ae2c63":[2,0,0,0,4,3], -"Commerce_8h.html#acebbf2cef45c94ac4f39b311d25e8223":[2,0,0,0,4,13], -"Commerce_8h.html#ad09a0936789345df3fab4e73032147d5":[2,0,0,0,4,1], -"Commerce_8h.html#ad48fbf50a107c6de20d6540c0b00cba1":[2,0,0,0,4,14], -"Commerce_8h.html#ad82d35d974f7c505ea154b563fed6e30":[2,0,0,0,4,0], -"Commerce_8h.html#adeaebda5734246f7a724728201b1defe":[2,0,0,0,4,5], -"Commerce_8h.html#ae6c4f540f2ed5a7c831ff3bade441073":[2,0,0,0,4,7], -"Commerce_8h.html#affe41436fe6e1ebc5eb09befcb6f53e6":[2,0,0,0,4,9], +"Commerce_8h.html#a0767f0edbfc021d21149d2583476b3b3":[2,0,0,0,4,9], +"Commerce_8h.html#a0918e8976829a3294edab1bece0dd282":[2,0,0,0,4,17], +"Commerce_8h.html#a0e9144b0cacc99897b9588054e7144e4":[2,0,0,0,4,11], +"Commerce_8h.html#a13a93e336f165d20d12b8ec87f0474d3":[2,0,0,0,4,6], +"Commerce_8h.html#a20b4871d2883313f9dbbf4705c27fba9":[2,0,0,0,4,15], +"Commerce_8h.html#a3963d6ad53009787e4c657207c8c02aa":[2,0,0,0,4,1], +"Commerce_8h.html#a4c926b19d1b601b79a969156b45eae9d":[2,0,0,0,4,8], +"Commerce_8h.html#a4cccf9c8c2dc76301d318ffd6a9f871f":[2,0,0,0,4,16], +"Commerce_8h.html#a5018e5e2b10219564480dfef0296e8d1":[2,0,0,0,4,13], +"Commerce_8h.html#a7f2067928a50de564287aa5e0753445a":[2,0,0,0,4,10], +"Commerce_8h.html#a9542b2c498314999484d775dedcad584":[2,0,0,0,4,3], +"Commerce_8h.html#aa827bdcf2a4e231ef3cbc4acf919f3d7":[2,0,0,0,4,0], +"Commerce_8h.html#aabfaaadc046e4e018c27ed9c57337d00":[2,0,0,0,4,12], +"Commerce_8h.html#aaee3e8a8ac13ef1bca94ea4a2ae64bbb":[2,0,0,0,4,7], +"Commerce_8h.html#ab0f57fa4c4048bf1f650a9c01260a1dd":[2,0,0,0,4,4], +"Commerce_8h.html#ad124314928b407f6d0a8ac49e73202e3":[2,0,0,0,4,14], +"Commerce_8h.html#ad139ddf45f996ffb8bb46300b5c45d2a":[2,0,0,0,4,5], +"Commerce_8h.html#ae29ab09dde346d41b789676f98b8acde":[2,0,0,0,4,2], "Commerce_8h_source.html":[2,0,0,0,4], "Company_8h.html":[2,0,0,0,5], -"Company_8h.html#a185d71b9899abe7d59ab03e428a6c001":[2,0,0,0,5,10], -"Company_8h.html#a21797f2223123548175f7d5dd2c45f6f":[2,0,0,0,5,3], -"Company_8h.html#a24534f4c4a1de600425e21b6735119c7":[2,0,0,0,5,7], -"Company_8h.html#a50624bd179518d6d5166255f0264dab9":[2,0,0,0,5,1], -"Company_8h.html#a608ea4e643a21838e4795171f26da534":[2,0,0,0,5,4], -"Company_8h.html#a9195068e45b08b5a63eab35e7aed8ed2":[2,0,0,0,5,6], -"Company_8h.html#aa030fd86bdd5c05c7b0b4dac879bb195":[2,0,0,0,5,8], -"Company_8h.html#aaf120e7adb5e24d8d94f479576a9e8c7":[2,0,0,0,5,0], -"Company_8h.html#ad422fd122239ff98caf2f6a45f35283c":[2,0,0,0,5,2], -"Company_8h.html#ae291000bf7d9a9c05df42d81e8636d1b":[2,0,0,0,5,5], -"Company_8h.html#aedaea9cbddd9eaee8057bae2b5d00881":[2,0,0,0,5,9], +"Company_8h.html#a0136b25088ae46b23aefdd19eaebcc64":[2,0,0,0,5,7], +"Company_8h.html#a02b67ebf0ef4b30a7a48776b158e105a":[2,0,0,0,5,0], +"Company_8h.html#a04a7737b2377799810caba6a6b0311ee":[2,0,0,0,5,4], +"Company_8h.html#a1099f8aca6deb4fc3c00c3df3e04bc80":[2,0,0,0,5,1], +"Company_8h.html#a1e590c592a3cdbf5583383ee859f74d7":[2,0,0,0,5,2], +"Company_8h.html#a2d7397f6a1cbbae0bc3b3337094ac407":[2,0,0,0,5,6], +"Company_8h.html#a4d010c731f63c97b86e98c5a885982bb":[2,0,0,0,5,10], +"Company_8h.html#a7694dca1bd7ccd65e4303695231a561b":[2,0,0,0,5,9], +"Company_8h.html#a8a13dd8359d3aa09f1e2d191b2e22b67":[2,0,0,0,5,5], +"Company_8h.html#a94c98fe534829a1d8a017ceea772d07a":[2,0,0,0,5,3], +"Company_8h.html#ae40143ae16868dff4073b9b1c8aff922":[2,0,0,0,5,8], "Company_8h_source.html":[2,0,0,0,5], "Computer_8h.html":[2,0,0,0,6], -"Computer_8h.html#a129044c205970b896af574040c811309":[2,0,0,0,6,5], -"Computer_8h.html#a1445ef66e34b2f2811dbde13905744e8":[2,0,0,0,6,2], -"Computer_8h.html#a1a8018745b4f746c85ada0d00c428302":[2,0,0,0,6,1], -"Computer_8h.html#a22dba3b61b9d661ef45a85935dba673a":[2,0,0,0,6,7], -"Computer_8h.html#a2e1e0d1b5be6cd870d435c28e14afab5":[2,0,0,0,6,6], -"Computer_8h.html#a4b2afda0343805a317cbbef153f95070":[2,0,0,0,6,4], -"Computer_8h.html#a4d2198f1c433983669b98d2d5ad1e0c0":[2,0,0,0,6,3], -"Computer_8h.html#ac272f6f7e228c77cec54bdefd58b7a41":[2,0,0,0,6,0], -"Computer_8h.html#ac8ed21325d22c8f1c9683ac4a25235eb":[2,0,0,0,6,8], +"Computer_8h.html#a075c7fa201d569f296840ed267aa4216":[2,0,0,0,6,2], +"Computer_8h.html#a093f50dbdf26d934988407db4ddb8e16":[2,0,0,0,6,1], +"Computer_8h.html#a24a49de08b310a9df270659df74f0cc2":[2,0,0,0,6,8], +"Computer_8h.html#a26788ac0f00d882230486c044744ac7f":[2,0,0,0,6,0], +"Computer_8h.html#a3f1a6271d6f0032ff69d76db28a22fd7":[2,0,0,0,6,5], +"Computer_8h.html#a6b12fd59524206a1f64c4bac4c29ef13":[2,0,0,0,6,4], +"Computer_8h.html#a712bfacd76cd87d0ce5e8a2d93273d1c":[2,0,0,0,6,7], +"Computer_8h.html#a8dfa6197c1a88cb563fc58cbf3b882d7":[2,0,0,0,6,3], +"Computer_8h.html#afa3d83aaa0399142a21970d2bc329edc":[2,0,0,0,6,6], "Computer_8h_source.html":[2,0,0,0,6], "Crypto_8h.html":[2,0,0,0,7], -"Crypto_8h.html#ac680a4d48103e883fe3186ba9e9e5452":[2,0,0,0,7,1], -"Crypto_8h.html#aca6b050a572d5b0d1b32aae6b0605fbe":[2,0,0,0,7,0], +"Crypto_8h.html#a06acc630cf1abe98fd1066949da9d016":[2,0,0,0,7,1], +"Crypto_8h.html#a5e9c5db10e82dd4afad22511819ef820":[2,0,0,0,7,0], "Crypto_8h_source.html":[2,0,0,0,7], "Database_8h.html":[2,0,0,0,8], -"Database_8h.html#a06d4531d8ebee723a64d5e605720f81b":[2,0,0,0,8,4], -"Database_8h.html#a5cab35a30ce9cbd4993f53b50b9c493a":[2,0,0,0,8,3], -"Database_8h.html#a5fdb711ada0fdfa1de5a63b14b02039e":[2,0,0,0,8,0], -"Database_8h.html#a906ea40d11272610e628c66aa49c4850":[2,0,0,0,8,2], -"Database_8h.html#afd03a8acb1afe9736aadf87f90633ecd":[2,0,0,0,8,1], +"Database_8h.html#a2823b233f41e9820d5d205e515394b73":[2,0,0,0,8,4], +"Database_8h.html#a39ae277261458288680c1a71301b187a":[2,0,0,0,8,3], +"Database_8h.html#a7f177a373a20b623abf49161985d4eb6":[2,0,0,0,8,2], +"Database_8h.html#ac0c09a15dcf68e481cbeed982afec8e8":[2,0,0,0,8,1], +"Database_8h.html#ae1ebadd76d9acf879550afa079a7d85e":[2,0,0,0,8,0], "Database_8h_source.html":[2,0,0,0,8], "Datatype_8h.html":[2,0,0,0,9], -"Datatype_8h.html#a034365c43eb802729f01cce05d0088e1":[2,0,0,0,9,0], -"Datatype_8h.html#a35179e705e5cfcfcb9596b0da1a1242c":[2,0,0,0,9,1], +"Datatype_8h.html#a3f0613615165573f77dba5349bb00241":[2,0,0,0,9,1], +"Datatype_8h.html#a6e8fea28b1cf18124cb1c854496b35c2":[2,0,0,0,9,0], "Datatype_8h_source.html":[2,0,0,0,9], "Date_8h.html":[2,0,0,0,10], "Date_8h.html#a0a1ec9647c68eb08f4f47d162a424c5a":[2,0,0,0,10,0], "Date_8h.html#a0a1ec9647c68eb08f4f47d162a424c5aa5b512ee8a59deb284ad0a6a035ba10b1":[2,0,0,0,10,0,0], "Date_8h.html#a0a1ec9647c68eb08f4f47d162a424c5aaa3d5de3eac8bb00ae86fd1a1005f1500":[2,0,0,0,10,0,1], -"Date_8h.html#a0bbd9e5c72ba004e80cee50d507419c3":[2,0,0,0,10,18], -"Date_8h.html#a0f2c5e2430ef4e3f863fde934e9f9a72":[2,0,0,0,10,1], -"Date_8h.html#a1d428d0b411754e97e1c69fb5f9040c8":[2,0,0,0,10,16], -"Date_8h.html#a290ee5d52b8e9ba3e2900903013f6563":[2,0,0,0,10,8], -"Date_8h.html#a3a426b7a147f5b2ab7d513a35a339bc6":[2,0,0,0,10,12], -"Date_8h.html#a3e1ddbf5cf8fdd4455e5cae8da3cc350":[2,0,0,0,10,11], -"Date_8h.html#a3e4a11917f02c74982a19c041a778248":[2,0,0,0,10,7], -"Date_8h.html#a40731b59bf9f968161e5e8a40b6da285":[2,0,0,0,10,3], -"Date_8h.html#a6389d9132d8e5737bd9a8349c3b0e7c4":[2,0,0,0,10,9], -"Date_8h.html#a69af6c0dbea8355b8b03005d2a37c6ac":[2,0,0,0,10,15], -"Date_8h.html#a6c1918f3fe9464f2936ece5a2da0a610":[2,0,0,0,10,13], -"Date_8h.html#a708cc29034e0f39032c3e5777c2bac3a":[2,0,0,0,10,6], -"Date_8h.html#a71d54b26dfde4f3bbbb405ef4038e2df":[2,0,0,0,10,5], -"Date_8h.html#a80007e39c28b549d82bf8c46ea34edb9":[2,0,0,0,10,4], -"Date_8h.html#aa0791554490056b7a93bd0bc5e2c6f7f":[2,0,0,0,10,10], -"Date_8h.html#ac23d976039ae3ccc90dbd91555c364dc":[2,0,0,0,10,17], -"Date_8h.html#ad362334610ede9252c38809c19b691fa":[2,0,0,0,10,2], -"Date_8h.html#ad9fc8589a8b780696d661b00884df7a0":[2,0,0,0,10,19], -"Date_8h.html#ae0f18676171909188918c0b2f120e038":[2,0,0,0,10,14], +"Date_8h.html#a0c4ce65b05670d9bca85c5ed06c2a80e":[2,0,0,0,10,6], +"Date_8h.html#a10f6e0dcbe0cb97b26f1f0df9adf5a4c":[2,0,0,0,10,15], +"Date_8h.html#a2aa60eea8e85d6a742d00b57069ac82a":[2,0,0,0,10,10], +"Date_8h.html#a2f69901ef0b2b4882da4b46a971218cc":[2,0,0,0,10,3], +"Date_8h.html#a304545ffe96dbde52e3a36d1d5a0044c":[2,0,0,0,10,12], +"Date_8h.html#a3b64cd681a80d13f373ae79958c72113":[2,0,0,0,10,16], +"Date_8h.html#a3dba0cb591adb200b75a1db57785054d":[2,0,0,0,10,5], +"Date_8h.html#a46e98c27b1c6f313b918cb64d99a5d30":[2,0,0,0,10,2], +"Date_8h.html#a49644833493f4599027c7d332e04e26d":[2,0,0,0,10,7], +"Date_8h.html#a66bb0c111599b5ac0162cc36bffe9519":[2,0,0,0,10,14], +"Date_8h.html#a768e70b0a52f6ccd31ba84b33167b975":[2,0,0,0,10,19], +"Date_8h.html#a845e23281b58f0068e14c225cb90afd9":[2,0,0,0,10,4], +"Date_8h.html#a9b296cf77ba7fc42a060cd0aac3d3962":[2,0,0,0,10,11], +"Date_8h.html#a9de04d3e50ab9057ab7a92ed858a744a":[2,0,0,0,10,1], +"Date_8h.html#aac708c24548f17807e72646e385f298c":[2,0,0,0,10,18], +"Date_8h.html#aea16f01309c7b8134454035b8bf88617":[2,0,0,0,10,13], +"Date_8h.html#aebfe1d2284e37ee6b434694b976bf120":[2,0,0,0,10,8], +"Date_8h.html#aedf7f0dce5432f069ff57acaed0aa7e0":[2,0,0,0,10,17], +"Date_8h.html#af25ba3f294ef24501adb2fbf5bf60ace":[2,0,0,0,10,9], "Date_8h_source.html":[2,0,0,0,10], "Faker_8h.html":[2,0,0,0,11], "Faker_8h_source.html":[2,0,0,0,11], "Finance_8h.html":[2,0,0,0,12], -"Finance_8h.html#a216afbb9fcaab154bfe972add743be79":[2,0,0,0,12,9], -"Finance_8h.html#a29606d5523b5a21bf64c358ddc74413e":[2,0,0,0,12,13], -"Finance_8h.html#a2d09537f9c60d54f1b3efe87a625d7ff":[2,0,0,0,12,17], -"Finance_8h.html#a32e7989bf088c09599d1adca311c054b":[2,0,0,0,12,12], -"Finance_8h.html#a34a8190ed914e4e7fff458dce251b985":[2,0,0,0,12,10], -"Finance_8h.html#a4d59f8d895dc61d439c0cbe465f43dc9":[2,0,0,0,12,15], -"Finance_8h.html#a58726ca5cb5ba71dfd592f6258504ffb":[2,0,0,0,12,14], -"Finance_8h.html#a5a519898ac7629e39d6e6a25ceffab7d":[2,0,0,0,12,11], -"Finance_8h.html#a5df8a15db141fc4fbc1d49e1088c9484":[2,0,0,0,12,21], -"Finance_8h.html#a5e0304233bed8d213af5bd72664823d4":[2,0,0,0,12,6], -"Finance_8h.html#a66b99fc214d3bed0c90a7949dc6b3705":[2,0,0,0,12,8], +"Finance_8h.html#a036b1e9c9a590257c88f230ea7de602d":[2,0,0,0,12,11], +"Finance_8h.html#a05481e72083261ce62113644ddb6038f":[2,0,0,0,12,13], +"Finance_8h.html#a0ba2562d81c93595b2af0dcfc109fc84":[2,0,0,0,12,9], +"Finance_8h.html#a1a601801599811853376fccc3bd75831":[2,0,0,0,12,20], +"Finance_8h.html#a25d2ce6cdf0a4c3182c74f25cd6389dc":[2,0,0,0,12,7], +"Finance_8h.html#a30c18f090dc95e47a21846f694edc74d":[2,0,0,0,12,17], +"Finance_8h.html#a45a740f60cfb1788f79f08110dba3c3c":[2,0,0,0,12,6], +"Finance_8h.html#a5d717f0d58c42cd4588b3d26f9bcdb38":[2,0,0,0,12,12], +"Finance_8h.html#a692fb9b483d85c91d19ac2f7e79250a4":[2,0,0,0,12,10], +"Finance_8h.html#a6daf7688d136068b71d34ccb792b00bf":[2,0,0,0,12,15], "Finance_8h.html#a7503073690854f337acfc752a1801f5d":[2,0,0,0,12,1], "Finance_8h.html#a7503073690854f337acfc752a1801f5da0309a6c666a7a803fdb9db95de71cf01":[2,0,0,0,12,1,0], "Finance_8h.html#a7503073690854f337acfc752a1801f5da0c7d5ae44b2a0be9ebd7d6b9f7d60f20":[2,0,0,0,12,1,6], @@ -159,15 +158,16 @@ var NAVTREEINDEX0 = "Finance_8h.html#a7503073690854f337acfc752a1801f5daa67d4cbdd1b59e0ffccc6bafc83eb033":[2,0,0,0,12,1,4], "Finance_8h.html#a7503073690854f337acfc752a1801f5daac238a333872128a1a6f442fcebef042":[2,0,0,0,12,1,9], "Finance_8h.html#a7503073690854f337acfc752a1801f5dad8b00929dec65d422303256336ada04f":[2,0,0,0,12,1,1], -"Finance_8h.html#a94650c02aa931834471feed0da78f08b":[2,0,0,0,12,7], +"Finance_8h.html#a7e67f5ac9230274301dec25f36ba58bd":[2,0,0,0,12,4], +"Finance_8h.html#a8556f59f5be1b90fdcd8d08cb999f827":[2,0,0,0,12,14], +"Finance_8h.html#a89147ba29c55835df80b6bfbb31057b0":[2,0,0,0,12,19], +"Finance_8h.html#a89eeb8a7709d8f37073029532fa58f0a":[2,0,0,0,12,18], "Finance_8h.html#aa583be46abeaac908c81656813251bfa":[2,0,0,0,12,2], "Finance_8h.html#aa583be46abeaac908c81656813251bfaa2fe3351421d198ea6d3c4a4a0358d08f":[2,0,0,0,12,2,2], "Finance_8h.html#aa583be46abeaac908c81656813251bfaa89fc0d6fe12b0e0c1af5c7a0373435a6":[2,0,0,0,12,2,3], "Finance_8h.html#aa583be46abeaac908c81656813251bfaaabfc3a65538a6ec86502b2b498b6b4a6":[2,0,0,0,12,2,1], "Finance_8h.html#aa583be46abeaac908c81656813251bfaad5926562cceb8fa8a6540e470f1df930":[2,0,0,0,12,2,0], -"Finance_8h.html#ab5f0ab675cc48fc1e071b828ffe0016d":[2,0,0,0,12,19], -"Finance_8h.html#ab725a52ba235c34265be11d1a5676e11":[2,0,0,0,12,16], -"Finance_8h.html#abfae8042955482e83a5bab01e8316945":[2,0,0,0,12,5], +"Finance_8h.html#ab5e2e3ab4e301fed661d9f588600a717":[2,0,0,0,12,8], "Finance_8h.html#ac5b0ee06359a9a09f5c1fc09a6d7d918":[2,0,0,0,12,3], "Finance_8h.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a00247297c394dd443dc97067830c35f4":[2,0,0,0,12,3,24], "Finance_8h.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a01a151debf2bfee8906f43f4342eb10b":[2,0,0,0,12,3,2], @@ -196,56 +196,56 @@ var NAVTREEINDEX0 = "Finance_8h.html#ac5b0ee06359a9a09f5c1fc09a6d7d918aea2ba3f8011e19e3101ce65fdcefbcc4":[2,0,0,0,12,3,4], "Finance_8h.html#ac5b0ee06359a9a09f5c1fc09a6d7d918aea71b362e3ea9969db085abfccdeb10d":[2,0,0,0,12,3,21], "Finance_8h.html#ac5b0ee06359a9a09f5c1fc09a6d7d918afa79c3005daec47ecff84a116a0927a1":[2,0,0,0,12,3,12], -"Finance_8h.html#ae1c80b5a6001243ccee94cc507703477":[2,0,0,0,12,18], -"Finance_8h.html#af47e8f35ddd3b9ae270f36f62e21e05b":[2,0,0,0,12,20], -"Finance_8h.html#afc0f410251fed7d07e024b2e0a0729b3":[2,0,0,0,12,4], +"Finance_8h.html#acb6673644b599d3285f8582b23d74af9":[2,0,0,0,12,5], +"Finance_8h.html#acdba5149d4f18e5b05c3ea88de3f5c09":[2,0,0,0,12,21], +"Finance_8h.html#afa74fcebfd397842d3beb0b18620ec39":[2,0,0,0,12,16], "Finance_8h_source.html":[2,0,0,0,12], "Food_8h.html":[2,0,0,0,13], -"Food_8h.html#a0d867a40e079d6ac464007642c60f221":[2,0,0,0,13,2], -"Food_8h.html#a5479ec88ff85aadfbad730b33af548cc":[2,0,0,0,13,4], -"Food_8h.html#a6404af0445ed5723b97ef9171132d75b":[2,0,0,0,13,3], -"Food_8h.html#a8c93736673dbce43e6014943f7e75e8a":[2,0,0,0,13,7], -"Food_8h.html#aa2586db301f6a26b8f9ccfdb333fd293":[2,0,0,0,13,10], -"Food_8h.html#ac8bcd44c8ebf005d77cf4c64b1cf4311":[2,0,0,0,13,9], -"Food_8h.html#ad126c3e3da96b38d777cf20cb10bdd78":[2,0,0,0,13,1], -"Food_8h.html#ad5f3d82bec0d75c1c2181c2f48c5a8bd":[2,0,0,0,13,8], -"Food_8h.html#adc32e2b1001e920bdf8ab07208a4836b":[2,0,0,0,13,13], -"Food_8h.html#ae03809d8d07ae2c4eb8818d0e6655a66":[2,0,0,0,13,5], -"Food_8h.html#ae54dacb21cbc5f95841e93fd26a1dc0d":[2,0,0,0,13,11], -"Food_8h.html#ae7eaeb0123298f884a750f1c6355cacd":[2,0,0,0,13,12], -"Food_8h.html#aefba0c47fe6e5467a9ddddce257adcd2":[2,0,0,0,13,0], -"Food_8h.html#afc951542f8a95521402ab87cbdeb71f2":[2,0,0,0,13,6], +"Food_8h.html#a1afd0c7bce41f172f409956650b80401":[2,0,0,0,13,10], +"Food_8h.html#a242b623a082b6729ddc0ca5b06e08a37":[2,0,0,0,13,0], +"Food_8h.html#a342e20d575c9e53b2fff85f9c9744e57":[2,0,0,0,13,1], +"Food_8h.html#a3b58938e421e79f85126d4ef3b6e4280":[2,0,0,0,13,12], +"Food_8h.html#a524958b3f779590a3e7d781bdeb58f22":[2,0,0,0,13,4], +"Food_8h.html#a5f50d39d0da2d04f87d1fada468c2682":[2,0,0,0,13,11], +"Food_8h.html#a6e3f30c718598e29f6c5db9b42374033":[2,0,0,0,13,3], +"Food_8h.html#a7ab3916e74c59914e97c64334821e5c7":[2,0,0,0,13,13], +"Food_8h.html#ab60ef0fff7acc273fd2317c469f9bd2a":[2,0,0,0,13,7], +"Food_8h.html#abac00f1ce6f9b49dff1548efa5a2d017":[2,0,0,0,13,8], +"Food_8h.html#acea2316e65fbcaa8958179a1a1e688a8":[2,0,0,0,13,6], +"Food_8h.html#adb306cd2fc489aac94d9c03ad6013116":[2,0,0,0,13,9], +"Food_8h.html#ade6002cb3bafb7bced418d2d1c256f72":[2,0,0,0,13,2], +"Food_8h.html#adfa2995adb916eff7d864e830bc05b92":[2,0,0,0,13,5], "Food_8h_source.html":[2,0,0,0,13], "Git_8h.html":[2,0,0,0,14], -"Git_8h.html#a2770daf99a087e82a8cd1ac2ae3c24a7":[2,0,0,0,14,3], -"Git_8h.html#a35a6ab9dad291855cfac919e9869346c":[2,0,0,0,14,4], -"Git_8h.html#a4e9e76963846a33886421a59e65c8c25":[2,0,0,0,14,1], -"Git_8h.html#a63cc6bc9fa0458977d0982f858864535":[2,0,0,0,14,5], -"Git_8h.html#aa031fd6b63fb866c8d2479a7dfee0d35":[2,0,0,0,14,2], +"Git_8h.html#a309bf5a4ba8173045c751f3509494f94":[2,0,0,0,14,4], +"Git_8h.html#a436a7fdcdcca81c208bbca7da97af168":[2,0,0,0,14,5], +"Git_8h.html#a5f23fd2f7cb8f5996ef83a2e48a3417e":[2,0,0,0,14,3], +"Git_8h.html#a9057763074d9ca99cb23aa4696766893":[2,0,0,0,14,1], +"Git_8h.html#aa2e2ae5d68f8df30fbc31156c54f9778":[2,0,0,0,14,2], "Git_8h_source.html":[2,0,0,0,14], "Hacker_8h.html":[2,0,0,0,15], -"Hacker_8h.html#a1f5e5a7c6d0d4e1e1cbf7760cc6c73fe":[2,0,0,0,15,4], -"Hacker_8h.html#a219461f5eefdaaf572b263562fe2e025":[2,0,0,0,15,2], -"Hacker_8h.html#a48cf993e09f6ac0160250bc5452df5b9":[2,0,0,0,15,3], -"Hacker_8h.html#a613dfcf29afe110dfc1cb85337da5d9b":[2,0,0,0,15,5], -"Hacker_8h.html#acd6a81ea49b6b20fa8611419512ee10f":[2,0,0,0,15,0], -"Hacker_8h.html#ad20638e4e69212401bdd7cd718966be6":[2,0,0,0,15,1], +"Hacker_8h.html#a31cdbd8f27c40864c4cc622de9ac4a14":[2,0,0,0,15,5], +"Hacker_8h.html#a88bf4b9f6a06f804c206f51d36e3831d":[2,0,0,0,15,2], +"Hacker_8h.html#ab145eeeb1541c504518051e74bb1d6c0":[2,0,0,0,15,1], +"Hacker_8h.html#ab8e34e7b1172882cf567b0106779214c":[2,0,0,0,15,4], +"Hacker_8h.html#acda247954f20cfd70336242b02bcdd1d":[2,0,0,0,15,0], +"Hacker_8h.html#af4138bc944b402d9563120e50750aa26":[2,0,0,0,15,3], "Hacker_8h_source.html":[2,0,0,0,15], "Helper_8h.html":[2,0,0,0,16], "Helper_8h.html#a22370d33819758fb60d0b22751c6fbaa":[2,0,0,0,16,2], -"Helper_8h.html#a267e6800ee30faa00b9fc9430a81956f":[2,0,0,0,16,9], +"Helper_8h.html#a316cf4ac8f92ad52808e760f39974ca6":[2,0,0,0,16,9], "Helper_8h.html#a45706a0a4f710f384c1a8781ef14c0df":[2,0,0,0,16,11], -"Helper_8h.html#a5be0c12bca864e4eecf422983fac6210":[2,0,0,0,16,12], +"Helper_8h.html#a484c4cf1826e01d11c7f8541fb35e4f8":[2,0,0,0,16,8], +"Helper_8h.html#a52e611f6feb6b6cebb53f65991a54f6c":[2,0,0,0,16,12], "Helper_8h.html#a5be5b41027205e0b5c8525882327bb7b":[2,0,0,0,16,3], "Helper_8h.html#a620e3715e328fa71989c108d1c28ba48":[2,0,0,0,16,4], -"Helper_8h.html#a82febb5702bff2c84af9efeff604cddb":[2,0,0,0,16,8], "Helper_8h.html#a8cf1563770798ffe911d9d4500c4a547":[2,0,0,0,16,7], "Helper_8h.html#a98ff8c2ecd79f17526a225e015669150":[2,0,0,0,16,6], "Helper_8h.html#aa643a09d2b1129c269986c92a4cddb66":[2,0,0,0,16,5], -"Helper_8h.html#ac0daa6235fd507843ed86d6f53c6a16c":[2,0,0,0,16,10], "Helper_8h.html#acba439bbae90916469d2534caef3c6a6":[2,0,0,0,16,13], "Helper_8h.html#ad70082b17900d8c6a2d740cce993de97":[2,0,0,0,16,14], "Helper_8h.html#ae9d5478c49e71aef7eb2623f3d9c9009":[2,0,0,0,16,1], +"Helper_8h.html#afea39638210df8858b64480f140f4c2c":[2,0,0,0,16,10], "Helper_8h_source.html":[2,0,0,0,16], "Image_8h.html":[2,0,0,0,17], "Image_8h_source.html":[2,0,0,0,17], diff --git a/navtreeindex1.js b/navtreeindex1.js index bedc4e134..d8cf1a455 100644 --- a/navtreeindex1.js +++ b/navtreeindex1.js @@ -1,29 +1,31 @@ var NAVTREEINDEX1 = { +"Internet_8h.html#a005caa05149d90b3854aef6a4ccdf27e":[2,0,0,0,18,25], "Internet_8h.html#a02270adba2a94976603175f8904646cd":[2,0,0,0,18,3], "Internet_8h.html#a02270adba2a94976603175f8904646cda0d61f8370cad1d412f80b84d143e1257":[2,0,0,0,18,3,2], "Internet_8h.html#a02270adba2a94976603175f8904646cda7fc56270e7a70fa81a5935b72eacbe29":[2,0,0,0,18,3,0], "Internet_8h.html#a02270adba2a94976603175f8904646cda9d5ed678fe57bcca610140957afab571":[2,0,0,0,18,3,1], -"Internet_8h.html#a0746027aba19bc27dbe5bca73707f0bc":[2,0,0,0,18,6], -"Internet_8h.html#a0e2cd71dd1429486c255254161fe3e8d":[2,0,0,0,18,23], -"Internet_8h.html#a1867349f60b73f441e7b42b3d1550503":[2,0,0,0,18,18], +"Internet_8h.html#a0e22ade4bf001c126dd22e5c72506031":[2,0,0,0,18,5], +"Internet_8h.html#a18bb9341e2a6b1745f93bb56acf973ea":[2,0,0,0,18,17], "Internet_8h.html#a25d31766e509fb398f5534224b171a8d":[2,0,0,0,18,2], "Internet_8h.html#a25d31766e509fb398f5534224b171a8da1b6498e23a3c43775699129e7ebfcfeb":[2,0,0,0,18,2,2], "Internet_8h.html#a25d31766e509fb398f5534224b171a8da505a83f220c02df2f85c3810cd9ceb38":[2,0,0,0,18,2,4], "Internet_8h.html#a25d31766e509fb398f5534224b171a8da5391f9a882a54c787b206138ed6d28b0":[2,0,0,0,18,2,1], "Internet_8h.html#a25d31766e509fb398f5534224b171a8da7d65c64901711bc2cd2a33ff2641fbe9":[2,0,0,0,18,2,3], "Internet_8h.html#a25d31766e509fb398f5534224b171a8daa4097a97f20ebb7212625084936abcee":[2,0,0,0,18,2,0], -"Internet_8h.html#a2d0343d5392ac333fecf27fab9567cbc":[2,0,0,0,18,9], -"Internet_8h.html#a39aa3144b0c1cad63c72cf0270bf3a2a":[2,0,0,0,18,24], -"Internet_8h.html#a5082d31654a79c42189bd74ebcd9f177":[2,0,0,0,18,10], -"Internet_8h.html#a6873a40b7b83d3227d0401a7c0c6fa03":[2,0,0,0,18,26], -"Internet_8h.html#a6f44672173ac347db321ea45c5fbc108":[2,0,0,0,18,20], -"Internet_8h.html#a7984e90922498f1299cecd31c5f575a7":[2,0,0,0,18,5], -"Internet_8h.html#a8c549b1e91e70508dd706eecbb5d04c3":[2,0,0,0,18,16], -"Internet_8h.html#a8cd0c9ec4dcca31fce9b9b516e6fe40a":[2,0,0,0,18,19], -"Internet_8h.html#a92cc6255f875a1386b4ac47edba22b05":[2,0,0,0,18,25], -"Internet_8h.html#a9b548a60dd56b4caf3adda3dd36fe531":[2,0,0,0,18,14], -"Internet_8h.html#aa81ae4efbe46bdf5c5bfba6bfcd62d8c":[2,0,0,0,18,21], +"Internet_8h.html#a298bf281d43e08c58448962c094605ab":[2,0,0,0,18,15], +"Internet_8h.html#a351eb5eed7fd927d6a2869263b56e852":[2,0,0,0,18,14], +"Internet_8h.html#a40ee9376026f9017e3dcc90a8f53b7bc":[2,0,0,0,18,11], +"Internet_8h.html#a49fa76d8f033206ed91f965fd625b2cf":[2,0,0,0,18,9], +"Internet_8h.html#a640c9552088825e8f39eb42b61399c6e":[2,0,0,0,18,10], +"Internet_8h.html#a7233a627869287ae8dc81a1dd8324fd2":[2,0,0,0,18,7], +"Internet_8h.html#a73507aa24e5f1d8b74e0db4cdee32ee9":[2,0,0,0,18,12], +"Internet_8h.html#a88b044d010594ec94fa7127efb7c8bb1":[2,0,0,0,18,22], +"Internet_8h.html#a9332c1bd3d5fb1111e2fcc5fa04131a7":[2,0,0,0,18,8], +"Internet_8h.html#a9ec5e80a347ec1ad2a53f85588b510dc":[2,0,0,0,18,18], +"Internet_8h.html#aa1ebac0fa8bab72b27017f6736b7c51f":[2,0,0,0,18,20], +"Internet_8h.html#aae3de074437688cc7aa5d4926a184182":[2,0,0,0,18,13], +"Internet_8h.html#aae749a34446ecccdddcbba60868c4746":[2,0,0,0,18,26], "Internet_8h.html#ab1fd12c6089e1eb7e783223be1b73ac1":[2,0,0,0,18,1], "Internet_8h.html#ab1fd12c6089e1eb7e783223be1b73ac1a02c86eb2792f3262c21d030a87e19793":[2,0,0,0,18,1,8], "Internet_8h.html#ab1fd12c6089e1eb7e783223be1b73ac1a0a38e7286ebbb560354992b3ce62be67":[2,0,0,0,18,1,3], @@ -35,32 +37,30 @@ var NAVTREEINDEX1 = "Internet_8h.html#ab1fd12c6089e1eb7e783223be1b73ac1ac5836008c1649301e29351a55db8f65c":[2,0,0,0,18,1,2], "Internet_8h.html#ab1fd12c6089e1eb7e783223be1b73ac1ad212ce7fdc2357d19628334b5a2a2b2f":[2,0,0,0,18,1,4], "Internet_8h.html#ab1fd12c6089e1eb7e783223be1b73ac1aecfc2dffe568c10a67dbc6d3724cfde2":[2,0,0,0,18,1,0], +"Internet_8h.html#abac7e3c94d09f0f7a381f64a8032684e":[2,0,0,0,18,16], "Internet_8h.html#ac9fba82884b9a80bff2604b01135c7ec":[2,0,0,0,18,4], "Internet_8h.html#ac9fba82884b9a80bff2604b01135c7eca2badb7fa3e862298a650909d45c5066b":[2,0,0,0,18,4,1], "Internet_8h.html#ac9fba82884b9a80bff2604b01135c7eca9d4d43de68f0b3555d5a5ef5dc05bb95":[2,0,0,0,18,4,0], -"Internet_8h.html#acb5cc643b943d68ccf0b122ef3d15ced":[2,0,0,0,18,7], -"Internet_8h.html#acc05c79fd96761953b3f01f819536180":[2,0,0,0,18,11], -"Internet_8h.html#ad0f6d0599df66e819d84903c5d1c04cd":[2,0,0,0,18,8], -"Internet_8h.html#ad7ebdb868d20077439327c5630d77521":[2,0,0,0,18,15], -"Internet_8h.html#addf925e625f04b4d77cd1a051bc03491":[2,0,0,0,18,17], -"Internet_8h.html#ae9d32d02503d82a6bda4fdaeac223fec":[2,0,0,0,18,13], -"Internet_8h.html#aed462baedf55f4a57818f2d47aa69961":[2,0,0,0,18,12], -"Internet_8h.html#af1e915a97047baa2c43be9d16c96324f":[2,0,0,0,18,22], +"Internet_8h.html#acefc699b5b4a93a1f1538cbb49331114":[2,0,0,0,18,24], +"Internet_8h.html#ae1a9eb9071b9843c891c065fd87345e7":[2,0,0,0,18,6], +"Internet_8h.html#aeb2e69d9d72e640a64d4bda2d55b45fe":[2,0,0,0,18,21], +"Internet_8h.html#af6b363e2801aca6b2a686e80ee24c7c3":[2,0,0,0,18,19], +"Internet_8h.html#af7fe45110325fe2a80fe3cc776ac2ed2":[2,0,0,0,18,23], "Internet_8h_source.html":[2,0,0,0,18], "Location_8h.html":[2,0,0,0,19], -"Location_8h.html#a014218ed9be5b10bda09800d51831e23":[2,0,0,0,19,12], -"Location_8h.html#a06463ed236a1f2dbe60f2a84f9ce0743":[2,0,0,0,19,10], -"Location_8h.html#a067df038502723c706785d79bc18f4cf":[2,0,0,0,19,2], -"Location_8h.html#a09b8498a7d2d89f02e0002e494b4c41c":[2,0,0,0,19,1], -"Location_8h.html#a0b8614d8dd7e662d30d204a17eb5b7fe":[2,0,0,0,19,4], -"Location_8h.html#a31317ea37043cb3b0f2cdc85c121424b":[2,0,0,0,19,3], -"Location_8h.html#a3143e2d38681d13edc6750d6d8b5184a":[2,0,0,0,19,5], -"Location_8h.html#a49e27bccb036eb542fea02a4e6eaaaa6":[2,0,0,0,19,13], -"Location_8h.html#a4b96853a96e548cff475f1170b286b10":[2,0,0,0,19,8], -"Location_8h.html#a52b5a116bca1c7a1a98b45bdad013ba8":[2,0,0,0,19,6], -"Location_8h.html#a633a99e95359a5ad5d8e9bbae1faeb77":[2,0,0,0,19,11], -"Location_8h.html#aa0bacdc2268c1cbffb1d5eb74373d041":[2,0,0,0,19,7], -"Location_8h.html#af3882d9587e1ce076387b07a692fb5f6":[2,0,0,0,19,9], +"Location_8h.html#a310ef73ae962c41f0fb793e932683881":[2,0,0,0,19,10], +"Location_8h.html#a4d00638b4a23f205beca9030a93aa1d6":[2,0,0,0,19,9], +"Location_8h.html#a516e1c44a2c518d20eac0f95b664b04c":[2,0,0,0,19,7], +"Location_8h.html#a5e0b6b68297b82fe7cbabd6b2b644905":[2,0,0,0,19,2], +"Location_8h.html#a670448b0a8109a4b14b899231fa5da2d":[2,0,0,0,19,13], +"Location_8h.html#a6ed54826ac93e3184024ab276321ca3b":[2,0,0,0,19,12], +"Location_8h.html#a6f11c5eeb8a4a61c0bb36cc98fe93e06":[2,0,0,0,19,6], +"Location_8h.html#a828be7aebeeed04b9afc5019c0b54344":[2,0,0,0,19,4], +"Location_8h.html#abf141f8017e0b97eafedb1c0e2c1037a":[2,0,0,0,19,3], +"Location_8h.html#acdabffd579118713312582c082c33489":[2,0,0,0,19,8], +"Location_8h.html#acfcae308deae2a89a99a9c2d7721d4d7":[2,0,0,0,19,1], +"Location_8h.html#ad7add8bde67bede1c36d3834cb7fc463":[2,0,0,0,19,5], +"Location_8h.html#ae61de04e37a0c3ef796c2e2606accfeb":[2,0,0,0,19,11], "Location_8h.html#aff490c4284a54833b21a8d4de3d0b030":[2,0,0,0,19,0], "Location_8h.html#aff490c4284a54833b21a8d4de3d0b030a0309a6c666a7a803fdb9db95de71cf01":[2,0,0,0,19,0,6], "Location_8h.html#aff490c4284a54833b21a8d4de3d0b030a1007e1b7f894dfbf72a0eaa80f3bc57e":[2,0,0,0,19,0,9], @@ -79,43 +79,43 @@ var NAVTREEINDEX1 = "Location_8h.html#aff490c4284a54833b21a8d4de3d0b030af01fc92b23faa973f3492a23d5a705c5":[2,0,0,0,19,0,13], "Location_8h_source.html":[2,0,0,0,19], "Lorem_8h.html":[2,0,0,0,20], -"Lorem_8h.html#a1a74d4c996ca52d1ae14417285610baf":[2,0,0,0,20,4], -"Lorem_8h.html#a8111a758a08e8c5e1b3bb39388e5abca":[2,0,0,0,20,0], -"Lorem_8h.html#a92ea31975ddf38f5d5559812f3bd1e10":[2,0,0,0,20,2], -"Lorem_8h.html#aa7cdcb18cb5ab2787431d89336338b2c":[2,0,0,0,20,3], -"Lorem_8h.html#ab8f07baea1dc086f1dd7813468cd93f3":[2,0,0,0,20,6], -"Lorem_8h.html#ae1d59e6c9dd75a6dd9eddfcf5ccdf418":[2,0,0,0,20,5], -"Lorem_8h.html#aea97ee6a86fb23528a0c8a6672b94bb7":[2,0,0,0,20,1], +"Lorem_8h.html#a083881e3fc0adfc974bfdb6d09bf8970":[2,0,0,0,20,4], +"Lorem_8h.html#a2f5442a6de26bf6bd51ffbf1586cdbe3":[2,0,0,0,20,1], +"Lorem_8h.html#a375063dbea7caebda30aec4a3fd83775":[2,0,0,0,20,3], +"Lorem_8h.html#a474701bf19dcc2b62a199d540deb96fc":[2,0,0,0,20,2], +"Lorem_8h.html#ac247a6d5e1427f53953ac3fd699e831f":[2,0,0,0,20,0], +"Lorem_8h.html#ac8ac32eec75e6335ffdd9e7ba42c88e8":[2,0,0,0,20,6], +"Lorem_8h.html#acfe2ea3b024c37b6ab92571404cd6ce4":[2,0,0,0,20,5], "Lorem_8h_source.html":[2,0,0,0,20], "Medicine_8h.html":[2,0,0,0,21], -"Medicine_8h.html#a7130243ac62bdbbd51adff48d57954ca":[2,0,0,0,21,0], -"Medicine_8h.html#a75ec9409935c2fb14d7bac089993e790":[2,0,0,0,21,1], -"Medicine_8h.html#a7ba6b45627d6db8d9984a5724860d16b":[2,0,0,0,21,2], +"Medicine_8h.html#a20de78bbbd9859d1be5a025d1aa67df0":[2,0,0,0,21,1], +"Medicine_8h.html#add3e653f246cc4dc44639728f84260f4":[2,0,0,0,21,0], +"Medicine_8h.html#ae3051b9186cd322160e6f6986c70d49d":[2,0,0,0,21,2], "Medicine_8h_source.html":[2,0,0,0,21], "Movie_8h.html":[2,0,0,0,22], -"Movie_8h.html#a158659364c7b687d6d9512027f4633fc":[2,0,0,0,22,1], -"Movie_8h.html#a1a018a467c4b66a23f841ac419db8484":[2,0,0,0,22,2], -"Movie_8h.html#a201680680355673361e2377359631d7d":[2,0,0,0,22,4], -"Movie_8h.html#a409df328746370db427ae3033fd284b8":[2,0,0,0,22,5], -"Movie_8h.html#abe69d9192cd7239fa5d42354bf76fda3":[2,0,0,0,22,3], -"Movie_8h.html#abef12d0afe55cb3bb07d75feb3e1842a":[2,0,0,0,22,0], +"Movie_8h.html#a24eac3e1378c496af717f5b78d1f631a":[2,0,0,0,22,0], +"Movie_8h.html#a28cfcb8925096c8bd2a0ce7dd7772645":[2,0,0,0,22,4], +"Movie_8h.html#a55bae5cf4dbcdd3b785b340f28226128":[2,0,0,0,22,3], +"Movie_8h.html#a874a0bb72718925b1aa7f9c49a248f76":[2,0,0,0,22,1], +"Movie_8h.html#a92eaad86bc0027001c6c909c21027e93":[2,0,0,0,22,5], +"Movie_8h.html#ade9b515fd1f418beaae0de18c6b5f5d0":[2,0,0,0,22,2], "Movie_8h_source.html":[2,0,0,0,22], "Music_8h.html":[2,0,0,0,23], -"Music_8h.html#a687409148ce6bee425c496cee757e77b":[2,0,0,0,23,2], -"Music_8h.html#aa4026ee2d3f948b16016326756f268d8":[2,0,0,0,23,1], -"Music_8h.html#af57f6c0d3857f3d34eb480a015607c54":[2,0,0,0,23,0], +"Music_8h.html#a420b05ddc4e92ab9f581d93907e23042":[2,0,0,0,23,1], +"Music_8h.html#a74c35da84e2a60a833245fb8bffd6c48":[2,0,0,0,23,2], +"Music_8h.html#a8f960c10557e8c9b8d98414ec99f46e1":[2,0,0,0,23,0], "Music_8h_source.html":[2,0,0,0,23], "Number_8h.html":[2,0,0,0,24], "Number_8h_source.html":[2,0,0,0,24], "Person_8h.html":[2,0,0,0,25], -"Person_8h.html#a0c48db01584c3b6c44ecf5a1d955bbb3":[2,0,0,0,25,18], -"Person_8h.html#a143e5c964c8722e54be3c98647644d90":[2,0,0,0,25,9], -"Person_8h.html#a1bafad36c99490aa8993ee7612823fa4":[2,0,0,0,25,15], -"Person_8h.html#a25dcaa216bd77ba92e08440af7f08944":[2,0,0,0,25,12], -"Person_8h.html#a2f305d70964018e54bd8dcc0d7a0a5d8":[2,0,0,0,25,8], -"Person_8h.html#a3ce909c7c7b35530c159c7d36b830017":[2,0,0,0,25,14], -"Person_8h.html#a46af5a9dda2aaffb4e6e51e881aafcd6":[2,0,0,0,25,21], -"Person_8h.html#a51ebe30495fe27d33d38f2149e7ccce4":[2,0,0,0,25,17], +"Person_8h.html#a09e7f2c9db689e06a6f057e852fe32e8":[2,0,0,0,25,15], +"Person_8h.html#a12dbe0569b391994f9f3fd1207f688fc":[2,0,0,0,25,13], +"Person_8h.html#a275161f9c0bd16a7fa5d6b1003aa612a":[2,0,0,0,25,7], +"Person_8h.html#a4076a7788b7715cdd889f1fe23b66c17":[2,0,0,0,25,11], +"Person_8h.html#a41deabbecbf923fd045031c7456df21d":[2,0,0,0,25,4], +"Person_8h.html#a4b1a52c1aaba6acee97fe5326af38cce":[2,0,0,0,25,21], +"Person_8h.html#a4b696b7118429e5550b9664e6eb4c4a8":[2,0,0,0,25,5], +"Person_8h.html#a5f206e2cdd72189e665d0ab25c2da077":[2,0,0,0,25,20], "Person_8h.html#a659b715d67b28954aef92a078b55f8a8":[2,0,0,0,25,0], "Person_8h.html#a659b715d67b28954aef92a078b55f8a8a055301c56abc82dd3a81ea3810ad0599":[2,0,0,0,25,0,27], "Person_8h.html#a659b715d67b28954aef92a078b55f8a8a0a6de4460095f398e8a45ed512a7538f":[2,0,0,0,25,0,1], @@ -151,20 +151,22 @@ var NAVTREEINDEX1 = "Person_8h.html#a659b715d67b28954aef92a078b55f8a8ae78a6fc14ad64f7a78386b20568ce95b":[2,0,0,0,25,0,33], "Person_8h.html#a659b715d67b28954aef92a078b55f8a8aefa7394ecaa7fc7076a9da13a77236b8":[2,0,0,0,25,0,25], "Person_8h.html#a659b715d67b28954aef92a078b55f8a8af32ced6a9ba164c4b3c047fd1d7c882e":[2,0,0,0,25,0,16], -"Person_8h.html#aa6935843e6cf19bd3b7921d3469dc3bd":[2,0,0,0,25,11], +"Person_8h.html#a6f9626afb67c43e013958f64f5a58419":[2,0,0,0,25,19], +"Person_8h.html#a8a744df8b8f7dc01d21047350493be3c":[2,0,0,0,25,22], +"Person_8h.html#a996e5552ac035f4c8eca3538343bfd1e":[2,0,0,0,25,14], +"Person_8h.html#aa2d31df51f9e07afaba964b7864e729d":[2,0,0,0,25,6], +"Person_8h.html#aa4f5882c87c74e0167bf51f297c69993":[2,0,0,0,25,8], +"Person_8h.html#aa58e33aa6e056a200de1d94f7af80e31":[2,0,0,0,25,10], +"Person_8h.html#ab728ebbf9c6a7b830ff989943fc34330":[2,0,0,0,25,9], "Person_8h.html#ab7290e4523427c5876299e459d3ed038":[2,0,0,0,25,2], "Person_8h.html#ab7290e4523427c5876299e459d3ed038a63889cfb9d3cbe05d1bd2be5cc9953fd":[2,0,0,0,25,2,1], "Person_8h.html#ab7290e4523427c5876299e459d3ed038ab719ce180ec7bd9641fece2f920f4817":[2,0,0,0,25,2,0], -"Person_8h.html#abd243904a4ea4169ac26d6ee297d7d47":[2,0,0,0,25,13], -"Person_8h.html#ac40d08f2660ee8644d51b4450da2c3df":[2,0,0,0,25,20], -"Person_8h.html#ac496e9c24ca856167a49a416e4ef9a19":[2,0,0,0,25,22], -"Person_8h.html#ac6b17922541a379a7b88b9a57b6236cd":[2,0,0,0,25,6], +"Person_8h.html#ac6415f4c79132e8f0a4d5901f24e1164":[2,0,0,0,25,18], "Person_8h.html#ac71835f2e95a797941cb01c13efff749":[2,0,0,0,25,1], "Person_8h.html#ac71835f2e95a797941cb01c13efff749a0309a6c666a7a803fdb9db95de71cf01":[2,0,0,0,25,1,0], "Person_8h.html#ac71835f2e95a797941cb01c13efff749a0c7d5ae44b2a0be9ebd7d6b9f7d60f20":[2,0,0,0,25,1,2], "Person_8h.html#ac71835f2e95a797941cb01c13efff749a867f8282a36dd6525c3d40744a92fcf8":[2,0,0,0,25,1,3], "Person_8h.html#ac71835f2e95a797941cb01c13efff749a94880bda83bda77c5692876700711f15":[2,0,0,0,25,1,1], -"Person_8h.html#aca57908ce15927f2bef9df1f4ae1cbed":[2,0,0,0,25,4], "Person_8h.html#ad6599d35e7da66fbcb9b17af862bab90":[2,0,0,0,25,3], "Person_8h.html#ad6599d35e7da66fbcb9b17af862bab90a0309a6c666a7a803fdb9db95de71cf01":[2,0,0,0,25,3,1], "Person_8h.html#ad6599d35e7da66fbcb9b17af862bab90a1007e1b7f894dfbf72a0eaa80f3bc57e":[2,0,0,0,25,3,4], @@ -174,21 +176,19 @@ var NAVTREEINDEX1 = "Person_8h.html#ad6599d35e7da66fbcb9b17af862bab90a907eba32d950bfab68227fd7ea22999b":[2,0,0,0,25,3,6], "Person_8h.html#ad6599d35e7da66fbcb9b17af862bab90a94880bda83bda77c5692876700711f15":[2,0,0,0,25,3,5], "Person_8h.html#ad6599d35e7da66fbcb9b17af862bab90ad8b00929dec65d422303256336ada04f":[2,0,0,0,25,3,2], -"Person_8h.html#adf6ab8d0ff301c771d822212824b0e33":[2,0,0,0,25,10], -"Person_8h.html#ae8323c33660ad6f2a3112e346ff54fff":[2,0,0,0,25,19], -"Person_8h.html#af44c8680454b8f887a9c9cb49413e3f3":[2,0,0,0,25,7], -"Person_8h.html#af7806a8a3d1ff6964a7d9cc9a61f64e9":[2,0,0,0,25,16], -"Person_8h.html#afd542c047eace709bda4d319447708e0":[2,0,0,0,25,5], +"Person_8h.html#adb390e221234be2ed111463db5eb681e":[2,0,0,0,25,16], +"Person_8h.html#ae53e51b39112140ebb7f0df60afacebb":[2,0,0,0,25,17], +"Person_8h.html#aed588e01226bc0ba073dbf0e1e6cf96f":[2,0,0,0,25,12], "Person_8h_source.html":[2,0,0,0,25], "Phone_8h.html":[2,0,0,0,26], -"Phone_8h.html#a0570c9e1cbaf4029dce8391e8ee82136":[2,0,0,0,26,2], -"Phone_8h.html#a254899020ff9e9f170df6192ed1cdc9d":[2,0,0,0,26,5], -"Phone_8h.html#a60d31aa54f8880e3780b05aaefbd1e25":[2,0,0,0,26,8], -"Phone_8h.html#a65067f7798859dde47329dcbf394309c":[2,0,0,0,26,3], -"Phone_8h.html#a7b8f2bedf28f69e05d5301a262aafc84":[2,0,0,0,26,1], -"Phone_8h.html#a7dd39c75af5a1c92b0bdc8fb5af411bc":[2,0,0,0,26,4], -"Phone_8h.html#ab87e1563eb6ca035e8eb1ff4f4ddedbc":[2,0,0,0,26,7], -"Phone_8h.html#acec68af85bab18de03132a7ba7aaf717":[2,0,0,0,26,6], +"Phone_8h.html#a3650beedfaf4ee151d36ad97334a5c28":[2,0,0,0,26,7], +"Phone_8h.html#a4428423b163c879f3b829e22dd9599e9":[2,0,0,0,26,8], +"Phone_8h.html#a610e92717aef3b4c7ae68d3982248807":[2,0,0,0,26,3], +"Phone_8h.html#a6c9fc68316c71b3fed6bbb2e8196114d":[2,0,0,0,26,4], +"Phone_8h.html#a8eaab573a6fc096915ccbf9b4e64d097":[2,0,0,0,26,6], +"Phone_8h.html#a9f75c5ff84cca943b1dad4fd8ac9c37d":[2,0,0,0,26,5], +"Phone_8h.html#ad22489de493fbdfb3f849f35f6657c18":[2,0,0,0,26,2], +"Phone_8h.html#af0ac28a1180f714704a2098afe61cceb":[2,0,0,0,26,1], "Phone_8h.html#af67e35b39f2987b4ed513541c7425a0a":[2,0,0,0,26,0], "Phone_8h.html#af67e35b39f2987b4ed513541c7425a0aa00247297c394dd443dc97067830c35f4":[2,0,0,0,26,0,187], "Phone_8h.html#af67e35b39f2987b4ed513541c7425a0aa008ced81ddf77a45e35513f4459d7bbf":[2,0,0,0,26,0,155], diff --git a/navtreeindex2.js b/navtreeindex2.js index 086d8bfef..b3e1b1d88 100644 --- a/navtreeindex2.js +++ b/navtreeindex2.js @@ -172,82 +172,82 @@ var NAVTREEINDEX2 = "Phone_8h.html#af67e35b39f2987b4ed513541c7425a0aafe07e488fe56260f45240c1c8a8882a8":[2,0,0,0,26,0,220], "Phone_8h_source.html":[2,0,0,0,26], "Plant_8h.html":[2,0,0,0,27], -"Plant_8h.html#a1bdcb19c1a6569bf8cff00d7505d2808":[2,0,0,0,27,3], -"Plant_8h.html#a353d64e4e2e1400e0dd96d078c5131ab":[2,0,0,0,27,1], -"Plant_8h.html#a65152361a985672f3dbc42c7fefc9833":[2,0,0,0,27,0], -"Plant_8h.html#a90eb1289cbc58fbc048e55a80a177ec1":[2,0,0,0,27,2], -"Plant_8h.html#a99790494e0d645a14b68649d34566cf2":[2,0,0,0,27,6], -"Plant_8h.html#ab93a578f701b1a317fb25833585eeaca":[2,0,0,0,27,5], -"Plant_8h.html#ae386023b5c5962552335b76a443385a4":[2,0,0,0,27,7], -"Plant_8h.html#ae9c4affc23f27b11b72fb4ae0f3c55c4":[2,0,0,0,27,4], +"Plant_8h.html#a2db3a292b5d1ac189c6d71b062aeef0d":[2,0,0,0,27,0], +"Plant_8h.html#a5329b6a391ffdfb799d8ad17f1739de1":[2,0,0,0,27,1], +"Plant_8h.html#a717a7a9a82dc1c97f98ac1c9c41eca3e":[2,0,0,0,27,6], +"Plant_8h.html#a742bdeecafc315f57971e024cb9203a8":[2,0,0,0,27,3], +"Plant_8h.html#a86bfd2dc95c27ba02e8aa5786d56f3ed":[2,0,0,0,27,4], +"Plant_8h.html#ab21548af4b288b15d53ca1bfd37749a9":[2,0,0,0,27,5], +"Plant_8h.html#ad1d202ee597bf050ccbccd0c93c92c4e":[2,0,0,0,27,7], +"Plant_8h.html#ae7883287f9db68b65ac0a6cdf05e12bd":[2,0,0,0,27,2], "Plant_8h_source.html":[2,0,0,0,27], "RandomGenerator_8h.html":[2,0,0,0,28], "RandomGenerator_8h_source.html":[2,0,0,0,28], "Science_8h.html":[2,0,0,0,29], -"Science_8h.html#a35838ac101fc4e1f39fd3ff467283195":[2,0,0,0,29,7], -"Science_8h.html#a3c230449f9f7b8cc52060540bc1dae4d":[2,0,0,0,29,2], -"Science_8h.html#a69dde99d81369271b4533ccb73d8d1b3":[2,0,0,0,29,5], -"Science_8h.html#a914c8967ba89a32c72849593aee71121":[2,0,0,0,29,8], -"Science_8h.html#a9315db6511e8a0386fa56ee47960944e":[2,0,0,0,29,6], -"Science_8h.html#a9c78abbc1ad4d7dc475b46a51aded605":[2,0,0,0,29,4], -"Science_8h.html#af9c156a3582134c9032ff2a088b7eef7":[2,0,0,0,29,3], +"Science_8h.html#a04050890c20bc122855fdfa076021466":[2,0,0,0,29,4], +"Science_8h.html#a042c3ae9a8fd931a587ab7f3021cbb34":[2,0,0,0,29,5], +"Science_8h.html#a55cbc01652253f47c3b597eb6579f930":[2,0,0,0,29,6], +"Science_8h.html#a757668dd0208c494fc9136bd46c6aa23":[2,0,0,0,29,2], +"Science_8h.html#acf42254f0508ee63f11ba5b35a32338b":[2,0,0,0,29,7], +"Science_8h.html#af4d5df3993f6749a148253bbc7e82d91":[2,0,0,0,29,3], +"Science_8h.html#af5ca292f992a9807b390a4a61c35eeeb":[2,0,0,0,29,8], "Science_8h_source.html":[2,0,0,0,29], "Sport_8h.html":[2,0,0,0,30], -"Sport_8h.html#a0841d643bbf375bce242c584bdd1d2c4":[2,0,0,0,30,0], -"Sport_8h.html#a1c376b54dc15e2f14f217ae67c5e9ebd":[2,0,0,0,30,3], -"Sport_8h.html#a6774deb366b24afb914f0967ad280ed5":[2,0,0,0,30,2], -"Sport_8h.html#aac2a6bde48faae8ad676cc6722ee6181":[2,0,0,0,30,4], -"Sport_8h.html#aae593416f8c7647b4e70cea58a98a970":[2,0,0,0,30,1], +"Sport_8h.html#aa90d1438ac4295f1625b351b0c93afe4":[2,0,0,0,30,2], +"Sport_8h.html#ab01ea8697643964befb319962765dfc2":[2,0,0,0,30,0], +"Sport_8h.html#ac83c75a907ea7c58bcec87698d259201":[2,0,0,0,30,4], +"Sport_8h.html#ae688d8f907acd3ad106667091a20ee01":[2,0,0,0,30,1], +"Sport_8h.html#ae9662b27668406faaf6aadbad0866384":[2,0,0,0,30,3], "Sport_8h_source.html":[2,0,0,0,30], "String_8h.html":[2,0,0,0,31], -"String_8h.html#a01a1a0aa804e3a4a46d831cf7c977f2f":[2,0,0,0,31,9], -"String_8h.html#a0d1d2b0e35c1f552a52931fe14afa36b":[2,0,0,0,31,11], -"String_8h.html#a1c8f39a9083d995b932fe6d0dc8aa416":[2,0,0,0,31,14], -"String_8h.html#a2012f8c5038b2f4152abc9c6cf7bf772":[2,0,0,0,31,16], -"String_8h.html#a226dc6df5c872e0d450d27761a940b44":[2,0,0,0,31,20], +"String_8h.html#a0f34587fb525159e53e01829edbe81cd":[2,0,0,0,31,5], +"String_8h.html#a1e3a8454501914f1d54f607336a8ab5c":[2,0,0,0,31,18], +"String_8h.html#a271ae1a89baf97693b8181f7e88975db":[2,0,0,0,31,3], +"String_8h.html#a2b72fcb64a3202113769a90cf922b140":[2,0,0,0,31,15], "String_8h.html#a335d7aad191429aa88bed20818881d95":[2,0,0,0,31,22], -"String_8h.html#a4caa5e7c1ea545c11f9db1b8d67a0b44":[2,0,0,0,31,5], +"String_8h.html#a34013d255a8eaf4c2afab2090c15cb8d":[2,0,0,0,31,21], +"String_8h.html#a53c522cba8f02956fb554ef73261424b":[2,0,0,0,31,14], "String_8h.html#a5b7a1d4a3ebb389e224c7bfc534d7cda":[2,0,0,0,31,2], "String_8h.html#a5b7a1d4a3ebb389e224c7bfc534d7cdaa19de5b94f7b83900d4b296d9fa491aec":[2,0,0,0,31,2,2], "String_8h.html#a5b7a1d4a3ebb389e224c7bfc534d7cdaa699b4f79215d191584653efebf156e52":[2,0,0,0,31,2,0], "String_8h.html#a5b7a1d4a3ebb389e224c7bfc534d7cdaab75fcdd2d72d9e000beab48622402d93":[2,0,0,0,31,2,1], -"String_8h.html#a64bd9e8226d6418b3a10a9deda65b78d":[2,0,0,0,31,17], -"String_8h.html#a69abec2835dae8d22b0002214a74074b":[2,0,0,0,31,10], -"String_8h.html#a6bee03ca29f6add293e969874324407d":[2,0,0,0,31,12], -"String_8h.html#a7144ae2024184d71a09cb51144461d89":[2,0,0,0,31,7], -"String_8h.html#a7c152abc53a8cb3df62d0c0d0c644d7a":[2,0,0,0,31,15], -"String_8h.html#a81c9c75d8a252926f919e152285745a4":[2,0,0,0,31,19], -"String_8h.html#a9de63f57b20be6a06a9373b71f0fef90":[2,0,0,0,31,18], -"String_8h.html#a9e6d05b396d2e71fd46c2556faf6162a":[2,0,0,0,31,8], -"String_8h.html#ac825d46cb8e73eee5ba8aea4f50e455d":[2,0,0,0,31,21], -"String_8h.html#ac9905fff398faebc862080ebfaec57d6":[2,0,0,0,31,13], -"String_8h.html#ad0f4eaebf422d9ddf8740a763c17c66c":[2,0,0,0,31,4], -"String_8h.html#ada511e0da86ca3a8efcc8874c6cb516f":[2,0,0,0,31,6], +"String_8h.html#a5c42bbf54d5c027e895f9acc8a46bc22":[2,0,0,0,31,8], +"String_8h.html#a5f7f456ce960ac5d9407c805144b3943":[2,0,0,0,31,11], +"String_8h.html#a609843a4fde8ddb1d6304b25916858e6":[2,0,0,0,31,10], +"String_8h.html#a646c3109166518bfa5bcf5c2f5de98ef":[2,0,0,0,31,17], +"String_8h.html#a6613ccca522a49631ed49c7d93c32e85":[2,0,0,0,31,20], +"String_8h.html#a66f88f14a90528cdf5683a55a9d4a280":[2,0,0,0,31,6], +"String_8h.html#a6b7e02197a0cec823f7b051c7234865b":[2,0,0,0,31,16], +"String_8h.html#a8d3259903d00cae5042e753dc2f6c487":[2,0,0,0,31,7], +"String_8h.html#a8e19bab9b27625c925d09c75b543fa72":[2,0,0,0,31,12], +"String_8h.html#abf5e1f4e277703148d5ab06e6a0bfeda":[2,0,0,0,31,4], +"String_8h.html#ac54da67b0fb85a3dcd6b970e286bcd1c":[2,0,0,0,31,9], "String_8h.html#ae0a533af930e38eee4c35054705ee180":[2,0,0,0,31,1], -"String_8h.html#af13059076cd4378460387205aa0abf13":[2,0,0,0,31,3], +"String_8h.html#ae1f0a16d0a30f3fe542042384f76ec2c":[2,0,0,0,31,19], +"String_8h.html#afdf0e7008f19716d3b6d82058cc07621":[2,0,0,0,31,13], "String_8h_source.html":[2,0,0,0,31], "System_8h.html":[2,0,0,0,32], -"System_8h.html#a0b6a342786f02463dfbf79e188179fd5":[2,0,0,0,32,10], -"System_8h.html#a38e41ca0dce57c758966a20ef0a809fc":[2,0,0,0,32,6], -"System_8h.html#a5b7c73d6bde98732d09c5c46118f5199":[2,0,0,0,32,12], -"System_8h.html#a6b7e776e89f9d98a2445068de5ba7e00":[2,0,0,0,32,4], -"System_8h.html#a726010cfcd6aaaab4b0054f45c72de74":[2,0,0,0,32,8], -"System_8h.html#a7b35e2fb4bfc7cff9670a800198f071c":[2,0,0,0,32,11], -"System_8h.html#a9736b08b0d753a6a227c1454efd9ada6":[2,0,0,0,32,14], -"System_8h.html#a9a5f62f1cb1f26bb14cf2d4c3b13031a":[2,0,0,0,32,13], -"System_8h.html#aad257e51aeaf64c852c2a4c437673bed":[2,0,0,0,32,5], +"System_8h.html#a0f4b656749ffa2840fbef78d38d4c254":[2,0,0,0,32,14], +"System_8h.html#a152dc7686f707ff769181cd6821aba7c":[2,0,0,0,32,10], +"System_8h.html#a309b2c94f384cc9d682640506aba1375":[2,0,0,0,32,5], +"System_8h.html#a60b8848155700550735de7e9df912005":[2,0,0,0,32,9], +"System_8h.html#a74d7b69a1a18ae8958c29271e1f230a2":[2,0,0,0,32,4], +"System_8h.html#a853ea09c9fb8b8c03fda5c0ed1d29086":[2,0,0,0,32,7], +"System_8h.html#a9f65bb388e66bc8cb04e07ecf5a8e4e9":[2,0,0,0,32,13], +"System_8h.html#a9f8f6e022652e96f1bfa55dff4c8082a":[2,0,0,0,32,6], +"System_8h.html#aa7006eb2917cbeaf645afd4d9dc1c5bb":[2,0,0,0,32,11], +"System_8h.html#ad28ecf10cae675e76cbf0232611c700b":[2,0,0,0,32,12], +"System_8h.html#ad4309983f04c3100cca8fc8e45968e3b":[2,0,0,0,32,8], "System_8h.html#aeeae0c993bee26944d1d31ad6c339a08":[2,0,0,0,32,3], "System_8h.html#aeeae0c993bee26944d1d31ad6c339a08a34e2d1989a1dbf75cd631596133ee5ee":[2,0,0,0,32,3,4], "System_8h.html#aeeae0c993bee26944d1d31ad6c339a08a9dffbf69ffba8bc38bc4e01abf4b1675":[2,0,0,0,32,3,3], "System_8h.html#aeeae0c993bee26944d1d31ad6c339a08ab22f0418e8ac915eb66f829d262d14a2":[2,0,0,0,32,3,1], "System_8h.html#aeeae0c993bee26944d1d31ad6c339a08abe53a0541a6d36f6ecb879fa2c584b08":[2,0,0,0,32,3,2], "System_8h.html#aeeae0c993bee26944d1d31ad6c339a08ae498749f3c42246d50b15c81c101d988":[2,0,0,0,32,3,0], -"System_8h.html#af230cb9d644c2e8db69f1ec2d1357c0a":[2,0,0,0,32,9], -"System_8h.html#afdad863fa2df95c35576c5359873d2cc":[2,0,0,0,32,7], "System_8h_source.html":[2,0,0,0,32], "Vehicle_8h.html":[2,0,0,0,33], -"Vehicle_8h.html#a0667e110f6f701356e91b32081096e82":[2,0,0,0,33,2], -"Vehicle_8h.html#a2043e5e5f52895f33dab0615947bd88c":[2,0,0,0,33,7], -"Vehicle_8h.html#a24baca86e4f565c26b9ced672ad4ff1f":[2,0,0,0,33,1], -"Vehicle_8h.html#a4fb5122b7a02827bc7d6d61ae7b46a2b":[2,0,0,0,33,6] +"Vehicle_8h.html#a07ee147d6c81dfeb7bc70eb5378c0dbc":[2,0,0,0,33,2], +"Vehicle_8h.html#a2d43c573f64ded598fe59c97668f756a":[2,0,0,0,33,3], +"Vehicle_8h.html#a2dacf1f3d0037cf58abf6322eee29ba3":[2,0,0,0,33,7], +"Vehicle_8h.html#a3ab3c5b8357f4abe61a81c97e3df99b1":[2,0,0,0,33,8] }; diff --git a/navtreeindex3.js b/navtreeindex3.js index 99fb3fccd..c1b265dff 100644 --- a/navtreeindex3.js +++ b/navtreeindex3.js @@ -1,30 +1,30 @@ var NAVTREEINDEX3 = { -"Vehicle_8h.html#a749e286df2b31b8e6bf93279649bd49f":[2,0,0,0,33,3], -"Vehicle_8h.html#ac173717cf3836a8b86ae0731b141e541":[2,0,0,0,33,4], -"Vehicle_8h.html#ad4bd52438b6f43aa65b239b7b39e7c7a":[2,0,0,0,33,0], -"Vehicle_8h.html#aeeb619009b55f379112bf359f932d950":[2,0,0,0,33,5], -"Vehicle_8h.html#af8960c3e3c2b0be0039bed9aceb75e1f":[2,0,0,0,33,8], +"Vehicle_8h.html#a78783093e7083fa2e897f7ca2226da68":[2,0,0,0,33,1], +"Vehicle_8h.html#ab20d989510dfb2ed421d378c1179ea8e":[2,0,0,0,33,6], +"Vehicle_8h.html#abcd2613f6e47ac7650924209851ff05e":[2,0,0,0,33,0], +"Vehicle_8h.html#abf36408d14fc12c02a8f6a5ba2773241":[2,0,0,0,33,5], +"Vehicle_8h.html#af3cdcd00d15094190e9fcdec62b31e21":[2,0,0,0,33,4], "Vehicle_8h_source.html":[2,0,0,0,33], "VideoGame_8h.html":[2,0,0,0,34], -"VideoGame_8h.html#a2278603116988bb7a3a278bbf21abe4b":[2,0,0,0,34,3], -"VideoGame_8h.html#a4f51ce8271b4356736a05f5efb8fee58":[2,0,0,0,34,0], -"VideoGame_8h.html#a54a1c4e7ed9618e9f6b00956c5e1c996":[2,0,0,0,34,1], -"VideoGame_8h.html#adbf90f3e74f8f081b643f59ecf0ef7e4":[2,0,0,0,34,2], +"VideoGame_8h.html#a31ebb893e24ebecdc8392f9f36363005":[2,0,0,0,34,3], +"VideoGame_8h.html#a4dd164bf14e461898d8a1408c6300127":[2,0,0,0,34,2], +"VideoGame_8h.html#ab36d80c15e07e2e266da6df41a40f222":[2,0,0,0,34,0], +"VideoGame_8h.html#ae5bdba1c888f8934eb817848a705983c":[2,0,0,0,34,1], "VideoGame_8h_source.html":[2,0,0,0,34], "Weather_8h.html":[2,0,0,0,35], -"Weather_8h.html#a1a56fb25e24d32f05724d23dac952e5a":[2,0,0,0,35,0], +"Weather_8h.html#a029a4533396f1266c44ac7aaae7a681f":[2,0,0,0,35,0], "Weather_8h_source.html":[2,0,0,0,35], "Word_8h.html":[2,0,0,0,36], -"Word_8h.html#a43c692f60960fbf94b050bfe4b8e8e22":[2,0,0,0,36,6], -"Word_8h.html#a6dc3f2b0ec7c85a289ae817c8f5fbd82":[2,0,0,0,36,5], -"Word_8h.html#a8e0958090d99910a02a9207eb195ac72":[2,0,0,0,36,3], -"Word_8h.html#aa25f46ff1050df3e7d8fbaf9c1e43e61":[2,0,0,0,36,8], -"Word_8h.html#aa9fba0899d670e8b41578ce7ca6f0649":[2,0,0,0,36,4], -"Word_8h.html#aac796dde65ebca48c2c8f13c573e8f2f":[2,0,0,0,36,0], -"Word_8h.html#aafc560af719f8bb54443106ccc5ce097":[2,0,0,0,36,7], -"Word_8h.html#abc098fdfbc3aafc972845777809eb804":[2,0,0,0,36,2], -"Word_8h.html#af1aa6d42bad487947ee2f689ba408fc0":[2,0,0,0,36,1], +"Word_8h.html#a03ac408bfcf1e583e0e94830bd7e54e8":[2,0,0,0,36,7], +"Word_8h.html#a0d9897ef2f1a2c30d8c375db2a8da628":[2,0,0,0,36,1], +"Word_8h.html#a3300afd6043c0f11af23e3bd0b9f1782":[2,0,0,0,36,8], +"Word_8h.html#a6e7e5f4576246ac2b1f086a0ecc2c62f":[2,0,0,0,36,2], +"Word_8h.html#a756eef88511091fc80942ab0a1502aaa":[2,0,0,0,36,6], +"Word_8h.html#a82ec1a575f056e5c79d2e7bc4e89335d":[2,0,0,0,36,3], +"Word_8h.html#aa380bf2a6c8cd76db8fe13d20ff6ccf9":[2,0,0,0,36,4], +"Word_8h.html#ad55c7c834bad43272cfcf0f6bce0aa7b":[2,0,0,0,36,5], +"Word_8h.html#af0f10fe34e975d361fd1d286d5073cc2":[2,0,0,0,36,0], "Word_8h_source.html":[2,0,0,0,36], "annotated.html":[1,0], "classes.html":[1,1], @@ -55,140 +55,139 @@ var NAVTREEINDEX3 = "index.html":[], "namespacefaker.html":[0,0,0], "namespacefaker_1_1airline.html":[0,0,0,0], -"namespacefaker_1_1airline.html#a05f13ae28d39d5dbcb5b936e4497dd87":[0,0,0,0,10], -"namespacefaker_1_1airline.html#a2d77cd49e5a018ff59bd3b4af15ad61f":[0,0,0,0,6], -"namespacefaker_1_1airline.html#a37f9fc7a55a48c6b1b751abf672c6b8c":[0,0,0,0,11], -"namespacefaker_1_1airline.html#a532d10901dace2ab28b0960f180d7167":[0,0,0,0,7], -"namespacefaker_1_1airline.html#a7bbffc434f39726fc3fa8e269e3a6153":[0,0,0,0,5], +"namespacefaker_1_1airline.html#a088e61d005ef3d6b2e5f31a1b1a879af":[0,0,0,0,7], +"namespacefaker_1_1airline.html#a727a0d70eabe9b705561b7a37a329dcd":[0,0,0,0,5], +"namespacefaker_1_1airline.html#a92371b24b6158571a8a57abb904ab4e2":[0,0,0,0,8], +"namespacefaker_1_1airline.html#a9d4a31bb5a16f63ad962a51bfb5ff10a":[0,0,0,0,11], "namespacefaker_1_1airline.html#aa0f30eb26e69720c80bc6ec9184247b7":[0,0,0,0,4], "namespacefaker_1_1airline.html#aa0f30eb26e69720c80bc6ec9184247b7a05b24a6d4237848d917e06244f7e1736":[0,0,0,0,4,1], "namespacefaker_1_1airline.html#aa0f30eb26e69720c80bc6ec9184247b7a1023529b16fb0241300737d43d83dd43":[0,0,0,0,4,2], "namespacefaker_1_1airline.html#aa0f30eb26e69720c80bc6ec9184247b7a9c1c6794d4b1fb6ed518d57daa87b628":[0,0,0,0,4,0], -"namespacefaker_1_1airline.html#aa56913f27a3e446347815040005a5ad6":[0,0,0,0,9], -"namespacefaker_1_1airline.html#ac601e607e9255c2b2adfdc7f1164fff5":[0,0,0,0,8], -"namespacefaker_1_1airline.html#ad4616c2354c2f4ed5cb609d5cfe3c6ae":[0,0,0,0,12], +"namespacefaker_1_1airline.html#aa8b0b5cbbe6eebbd8869fdac9fc5ddc1":[0,0,0,0,10], +"namespacefaker_1_1airline.html#abd4ed31284f90116d7d449776ad57055":[0,0,0,0,12], +"namespacefaker_1_1airline.html#ae206a7cb56b3047e258315df5f7161a9":[0,0,0,0,6], +"namespacefaker_1_1airline.html#af528ab7cf1d1a4578ccf79f903337b08":[0,0,0,0,9], "namespacefaker_1_1animal.html":[0,0,0,1], -"namespacefaker_1_1animal.html#a0a1db024b1b8739ed5f1958ef8b6a7d9":[0,0,0,1,14], -"namespacefaker_1_1animal.html#a0b33cb7ee5223c144bb3a1830cebf2c7":[0,0,0,1,10], -"namespacefaker_1_1animal.html#a36ed9fa5bb3848c736f5f8b90feda27c":[0,0,0,1,13], -"namespacefaker_1_1animal.html#a441d3ba5a0f83f0d9a0ddd65f404ddcd":[0,0,0,1,9], -"namespacefaker_1_1animal.html#a659735cbc4de972ba3f35f63ec0d27fe":[0,0,0,1,1], -"namespacefaker_1_1animal.html#a92590354ef84eee387f11e3d2bcfddb0":[0,0,0,1,4], -"namespacefaker_1_1animal.html#aa1894f1a60279ce88fd47715468317ed":[0,0,0,1,2], -"namespacefaker_1_1animal.html#aa465b0c3ad1aff430a1186bb0e70148f":[0,0,0,1,12], -"namespacefaker_1_1animal.html#aab77f3014ecba0275f7174123241341a":[0,0,0,1,11], -"namespacefaker_1_1animal.html#ab60c2887a217aab604aa5cf101f2111e":[0,0,0,1,6], -"namespacefaker_1_1animal.html#ac6d69638f497ee4a4f5bfc8736d77a7a":[0,0,0,1,7], -"namespacefaker_1_1animal.html#ad5a021941b3217ad85b9bb6468c64afa":[0,0,0,1,0], -"namespacefaker_1_1animal.html#ad84c7f5ba8970e062cec1cf582d93cb8":[0,0,0,1,8], -"namespacefaker_1_1animal.html#aeb60e91e3ae3b4e5f19cee1de63fd932":[0,0,0,1,5], -"namespacefaker_1_1animal.html#afc0e7f6df112ea944eb28f7e8869b9ba":[0,0,0,1,3], +"namespacefaker_1_1animal.html#a08d156573d0833f51a1801eb304b17e7":[0,0,0,1,1], +"namespacefaker_1_1animal.html#a19537578e35dd0b29c0795b6f15a229a":[0,0,0,1,4], +"namespacefaker_1_1animal.html#a1ef73aba70cae19b9c641358f98aa95e":[0,0,0,1,0], +"namespacefaker_1_1animal.html#a28047a3b51fe323aced748c28d803260":[0,0,0,1,12], +"namespacefaker_1_1animal.html#a2ccedc3f16ba5fb6c4f5eeb2c6c054db":[0,0,0,1,13], +"namespacefaker_1_1animal.html#a4ae8c4c6f1f5bb5e752123bbd4a703bc":[0,0,0,1,2], +"namespacefaker_1_1animal.html#a80fac2d14544020b80c868a20c64b449":[0,0,0,1,3], +"namespacefaker_1_1animal.html#a8afb736853a9d86a7bd677c7d3efcb6d":[0,0,0,1,8], +"namespacefaker_1_1animal.html#a8c4897c2f0595d2dfc7078eb69162467":[0,0,0,1,9], +"namespacefaker_1_1animal.html#a9d703f755381a685727eb7fb8647432a":[0,0,0,1,11], +"namespacefaker_1_1animal.html#ac9fadd9047d359167a80c26a072d3c83":[0,0,0,1,6], +"namespacefaker_1_1animal.html#acb99c0a7f282644bcf634def0242d64d":[0,0,0,1,7], +"namespacefaker_1_1animal.html#adfd4d918152dc948148116834c308bcf":[0,0,0,1,10], +"namespacefaker_1_1animal.html#af243dbc79d1b5d6b5a0d4cd629e23800":[0,0,0,1,14], +"namespacefaker_1_1animal.html#afded126e2aec909fd65966de87a55b66":[0,0,0,1,5], "namespacefaker_1_1book.html":[0,0,0,2], -"namespacefaker_1_1book.html#a2cc4b90b4520f1c6270b75c04bb6d9e9":[0,0,0,2,1], -"namespacefaker_1_1book.html#a386ea74bfcbe29d2ee6d548b84d22913":[0,0,0,2,2], -"namespacefaker_1_1book.html#a9d0b2419884e08a03abcaf3eab1404f8":[0,0,0,2,0], -"namespacefaker_1_1book.html#ade2c418d498da58f35ef8d2598695bac":[0,0,0,2,4], -"namespacefaker_1_1book.html#ae4056294f2921db836fcbfc6ab7a989a":[0,0,0,2,5], -"namespacefaker_1_1book.html#af7a880b84f03ecde0682f5f6902cce36":[0,0,0,2,3], +"namespacefaker_1_1book.html#a1fa4a557140820ec75d9411d082950f6":[0,0,0,2,3], +"namespacefaker_1_1book.html#a3ed50eb1ee042cf87f5cddc940578e20":[0,0,0,2,4], +"namespacefaker_1_1book.html#a54abd69be2c8c7cc922be0e96ba3a4e4":[0,0,0,2,2], +"namespacefaker_1_1book.html#a79b26014c07fdacac3e0577c0c42deb4":[0,0,0,2,0], +"namespacefaker_1_1book.html#a82befa5a03d3cbaf833aae155d6aa59d":[0,0,0,2,1], +"namespacefaker_1_1book.html#af6280d543f49b04263f1efd7b3399bd5":[0,0,0,2,5], "namespacefaker_1_1color.html":[0,0,0,3], -"namespacefaker_1_1color.html#a211a94576870c858386db5f385e431c9":[0,0,0,3,4], -"namespacefaker_1_1color.html#a2a16d64d3382baf7f172b4202339d0cd":[0,0,0,3,7], -"namespacefaker_1_1color.html#a2a9fbb291d06dac5bbf080df7f071029":[0,0,0,3,2], -"namespacefaker_1_1color.html#a6898fd424937d70c224b2e865ee95c36":[0,0,0,3,1], -"namespacefaker_1_1color.html#a7cb3694851af1b3ff9d8749a79a8edbc":[0,0,0,3,8], -"namespacefaker_1_1color.html#a816a0c0be275b89b64c35ecf2cc4f28a":[0,0,0,3,6], -"namespacefaker_1_1color.html#aa19e81ff75573b59f41c95efc2b72f21":[0,0,0,3,9], -"namespacefaker_1_1color.html#aa663b09a8bbd624fda6d1be5e3bfdc9e":[0,0,0,3,5], -"namespacefaker_1_1color.html#acfeb67e5d7107fb3458dd1f85f92cca0":[0,0,0,3,3], -"namespacefaker_1_1color.html#af9489b47125df91562d9dfe74baa48d6":[0,0,0,3,0], +"namespacefaker_1_1color.html#a029e95b2d93b04c1b07ecf8e1942f690":[0,0,0,3,0], +"namespacefaker_1_1color.html#a036bd0fa934a250f82eeb08c6a74bfcd":[0,0,0,3,3], +"namespacefaker_1_1color.html#a125a5d22271e5883e4b4c939324eabcf":[0,0,0,3,4], +"namespacefaker_1_1color.html#a293bb321a832653d0436df1fcdccacbf":[0,0,0,3,7], +"namespacefaker_1_1color.html#a7c586ab6590f34db1170dbd586bf18b1":[0,0,0,3,6], +"namespacefaker_1_1color.html#a8e30cdd5e0f2d52ca7a21c37a5843d3f":[0,0,0,3,9], +"namespacefaker_1_1color.html#a95505c20701451ee42aba82bc5209264":[0,0,0,3,2], +"namespacefaker_1_1color.html#ad77b26473e833e142dbcf4b7eb40151d":[0,0,0,3,1], +"namespacefaker_1_1color.html#af6a5bd8e9feb97f01ef3a41621cec14a":[0,0,0,3,8], +"namespacefaker_1_1color.html#afd8333f4cc9596e3819ad009f6080528":[0,0,0,3,5], "namespacefaker_1_1commerce.html":[0,0,0,4], -"namespacefaker_1_1commerce.html#a0320bc93f754b7eb9eeed858c7344248":[0,0,0,4,10], -"namespacefaker_1_1commerce.html#a2912ccbb9ff253974228ad4ba91cf143":[0,0,0,4,4], -"namespacefaker_1_1commerce.html#a344044b0da3517b9d968ccf5c8610a80":[0,0,0,4,16], -"namespacefaker_1_1commerce.html#a3838977c5ae5445441d48b56964213c7":[0,0,0,4,8], -"namespacefaker_1_1commerce.html#a6838409b7aefcb1c2d5e9f15baec5652":[0,0,0,4,2], -"namespacefaker_1_1commerce.html#a921e1417a9fe438394af78ec4b8e4c8d":[0,0,0,4,12], -"namespacefaker_1_1commerce.html#a9413d659f705402cba84ece0c5ec879c":[0,0,0,4,17], -"namespacefaker_1_1commerce.html#aafc87028ca92f0d8b3eaad0cb363d667":[0,0,0,4,6], -"namespacefaker_1_1commerce.html#abc27276e3d8e93ad18a501f73ec99fbe":[0,0,0,4,11], -"namespacefaker_1_1commerce.html#ac84968174c317bd952598cd1281dec37":[0,0,0,4,15], -"namespacefaker_1_1commerce.html#ac9821a0d4e9cee4261d9018e73ae2c63":[0,0,0,4,3], -"namespacefaker_1_1commerce.html#acebbf2cef45c94ac4f39b311d25e8223":[0,0,0,4,13], -"namespacefaker_1_1commerce.html#ad09a0936789345df3fab4e73032147d5":[0,0,0,4,1], -"namespacefaker_1_1commerce.html#ad48fbf50a107c6de20d6540c0b00cba1":[0,0,0,4,14], -"namespacefaker_1_1commerce.html#ad82d35d974f7c505ea154b563fed6e30":[0,0,0,4,0], -"namespacefaker_1_1commerce.html#adeaebda5734246f7a724728201b1defe":[0,0,0,4,5], -"namespacefaker_1_1commerce.html#ae6c4f540f2ed5a7c831ff3bade441073":[0,0,0,4,7], -"namespacefaker_1_1commerce.html#affe41436fe6e1ebc5eb09befcb6f53e6":[0,0,0,4,9], +"namespacefaker_1_1commerce.html#a0767f0edbfc021d21149d2583476b3b3":[0,0,0,4,9], +"namespacefaker_1_1commerce.html#a0918e8976829a3294edab1bece0dd282":[0,0,0,4,17], +"namespacefaker_1_1commerce.html#a0e9144b0cacc99897b9588054e7144e4":[0,0,0,4,11], +"namespacefaker_1_1commerce.html#a13a93e336f165d20d12b8ec87f0474d3":[0,0,0,4,6], +"namespacefaker_1_1commerce.html#a20b4871d2883313f9dbbf4705c27fba9":[0,0,0,4,15], +"namespacefaker_1_1commerce.html#a3963d6ad53009787e4c657207c8c02aa":[0,0,0,4,1], +"namespacefaker_1_1commerce.html#a4c926b19d1b601b79a969156b45eae9d":[0,0,0,4,8], +"namespacefaker_1_1commerce.html#a4cccf9c8c2dc76301d318ffd6a9f871f":[0,0,0,4,16], +"namespacefaker_1_1commerce.html#a5018e5e2b10219564480dfef0296e8d1":[0,0,0,4,13], +"namespacefaker_1_1commerce.html#a7f2067928a50de564287aa5e0753445a":[0,0,0,4,10], +"namespacefaker_1_1commerce.html#a9542b2c498314999484d775dedcad584":[0,0,0,4,3], +"namespacefaker_1_1commerce.html#aa827bdcf2a4e231ef3cbc4acf919f3d7":[0,0,0,4,0], +"namespacefaker_1_1commerce.html#aabfaaadc046e4e018c27ed9c57337d00":[0,0,0,4,12], +"namespacefaker_1_1commerce.html#aaee3e8a8ac13ef1bca94ea4a2ae64bbb":[0,0,0,4,7], +"namespacefaker_1_1commerce.html#ab0f57fa4c4048bf1f650a9c01260a1dd":[0,0,0,4,4], +"namespacefaker_1_1commerce.html#ad124314928b407f6d0a8ac49e73202e3":[0,0,0,4,14], +"namespacefaker_1_1commerce.html#ad139ddf45f996ffb8bb46300b5c45d2a":[0,0,0,4,5], +"namespacefaker_1_1commerce.html#ae29ab09dde346d41b789676f98b8acde":[0,0,0,4,2], "namespacefaker_1_1company.html":[0,0,0,5], -"namespacefaker_1_1company.html#a185d71b9899abe7d59ab03e428a6c001":[0,0,0,5,10], -"namespacefaker_1_1company.html#a21797f2223123548175f7d5dd2c45f6f":[0,0,0,5,3], -"namespacefaker_1_1company.html#a24534f4c4a1de600425e21b6735119c7":[0,0,0,5,7], -"namespacefaker_1_1company.html#a50624bd179518d6d5166255f0264dab9":[0,0,0,5,1], -"namespacefaker_1_1company.html#a608ea4e643a21838e4795171f26da534":[0,0,0,5,4], -"namespacefaker_1_1company.html#a9195068e45b08b5a63eab35e7aed8ed2":[0,0,0,5,6], -"namespacefaker_1_1company.html#aa030fd86bdd5c05c7b0b4dac879bb195":[0,0,0,5,8], -"namespacefaker_1_1company.html#aaf120e7adb5e24d8d94f479576a9e8c7":[0,0,0,5,0], -"namespacefaker_1_1company.html#ad422fd122239ff98caf2f6a45f35283c":[0,0,0,5,2], -"namespacefaker_1_1company.html#ae291000bf7d9a9c05df42d81e8636d1b":[0,0,0,5,5], -"namespacefaker_1_1company.html#aedaea9cbddd9eaee8057bae2b5d00881":[0,0,0,5,9], +"namespacefaker_1_1company.html#a0136b25088ae46b23aefdd19eaebcc64":[0,0,0,5,7], +"namespacefaker_1_1company.html#a02b67ebf0ef4b30a7a48776b158e105a":[0,0,0,5,0], +"namespacefaker_1_1company.html#a04a7737b2377799810caba6a6b0311ee":[0,0,0,5,4], +"namespacefaker_1_1company.html#a1099f8aca6deb4fc3c00c3df3e04bc80":[0,0,0,5,1], +"namespacefaker_1_1company.html#a1e590c592a3cdbf5583383ee859f74d7":[0,0,0,5,2], +"namespacefaker_1_1company.html#a2d7397f6a1cbbae0bc3b3337094ac407":[0,0,0,5,6], +"namespacefaker_1_1company.html#a4d010c731f63c97b86e98c5a885982bb":[0,0,0,5,10], +"namespacefaker_1_1company.html#a7694dca1bd7ccd65e4303695231a561b":[0,0,0,5,9], +"namespacefaker_1_1company.html#a8a13dd8359d3aa09f1e2d191b2e22b67":[0,0,0,5,5], +"namespacefaker_1_1company.html#a94c98fe534829a1d8a017ceea772d07a":[0,0,0,5,3], +"namespacefaker_1_1company.html#ae40143ae16868dff4073b9b1c8aff922":[0,0,0,5,8], "namespacefaker_1_1computer.html":[0,0,0,6], -"namespacefaker_1_1computer.html#a129044c205970b896af574040c811309":[0,0,0,6,5], -"namespacefaker_1_1computer.html#a1445ef66e34b2f2811dbde13905744e8":[0,0,0,6,2], -"namespacefaker_1_1computer.html#a1a8018745b4f746c85ada0d00c428302":[0,0,0,6,1], -"namespacefaker_1_1computer.html#a22dba3b61b9d661ef45a85935dba673a":[0,0,0,6,7], -"namespacefaker_1_1computer.html#a2e1e0d1b5be6cd870d435c28e14afab5":[0,0,0,6,6], -"namespacefaker_1_1computer.html#a4b2afda0343805a317cbbef153f95070":[0,0,0,6,4], -"namespacefaker_1_1computer.html#a4d2198f1c433983669b98d2d5ad1e0c0":[0,0,0,6,3], -"namespacefaker_1_1computer.html#ac272f6f7e228c77cec54bdefd58b7a41":[0,0,0,6,0], -"namespacefaker_1_1computer.html#ac8ed21325d22c8f1c9683ac4a25235eb":[0,0,0,6,8], +"namespacefaker_1_1computer.html#a075c7fa201d569f296840ed267aa4216":[0,0,0,6,2], +"namespacefaker_1_1computer.html#a093f50dbdf26d934988407db4ddb8e16":[0,0,0,6,1], +"namespacefaker_1_1computer.html#a24a49de08b310a9df270659df74f0cc2":[0,0,0,6,8], +"namespacefaker_1_1computer.html#a26788ac0f00d882230486c044744ac7f":[0,0,0,6,0], +"namespacefaker_1_1computer.html#a3f1a6271d6f0032ff69d76db28a22fd7":[0,0,0,6,5], +"namespacefaker_1_1computer.html#a6b12fd59524206a1f64c4bac4c29ef13":[0,0,0,6,4], +"namespacefaker_1_1computer.html#a712bfacd76cd87d0ce5e8a2d93273d1c":[0,0,0,6,7], +"namespacefaker_1_1computer.html#a8dfa6197c1a88cb563fc58cbf3b882d7":[0,0,0,6,3], +"namespacefaker_1_1computer.html#afa3d83aaa0399142a21970d2bc329edc":[0,0,0,6,6], "namespacefaker_1_1crypto.html":[0,0,0,7], -"namespacefaker_1_1crypto.html#ac680a4d48103e883fe3186ba9e9e5452":[0,0,0,7,1], -"namespacefaker_1_1crypto.html#aca6b050a572d5b0d1b32aae6b0605fbe":[0,0,0,7,0], +"namespacefaker_1_1crypto.html#a06acc630cf1abe98fd1066949da9d016":[0,0,0,7,1], +"namespacefaker_1_1crypto.html#a5e9c5db10e82dd4afad22511819ef820":[0,0,0,7,0], "namespacefaker_1_1database.html":[0,0,0,8], -"namespacefaker_1_1database.html#a06d4531d8ebee723a64d5e605720f81b":[0,0,0,8,4], -"namespacefaker_1_1database.html#a5cab35a30ce9cbd4993f53b50b9c493a":[0,0,0,8,3], -"namespacefaker_1_1database.html#a5fdb711ada0fdfa1de5a63b14b02039e":[0,0,0,8,0], -"namespacefaker_1_1database.html#a906ea40d11272610e628c66aa49c4850":[0,0,0,8,2], -"namespacefaker_1_1database.html#afd03a8acb1afe9736aadf87f90633ecd":[0,0,0,8,1], +"namespacefaker_1_1database.html#a2823b233f41e9820d5d205e515394b73":[0,0,0,8,4], +"namespacefaker_1_1database.html#a39ae277261458288680c1a71301b187a":[0,0,0,8,3], +"namespacefaker_1_1database.html#a7f177a373a20b623abf49161985d4eb6":[0,0,0,8,2], +"namespacefaker_1_1database.html#ac0c09a15dcf68e481cbeed982afec8e8":[0,0,0,8,1], +"namespacefaker_1_1database.html#ae1ebadd76d9acf879550afa079a7d85e":[0,0,0,8,0], "namespacefaker_1_1datatype.html":[0,0,0,9], -"namespacefaker_1_1datatype.html#a034365c43eb802729f01cce05d0088e1":[0,0,0,9,0], -"namespacefaker_1_1datatype.html#a35179e705e5cfcfcb9596b0da1a1242c":[0,0,0,9,1], +"namespacefaker_1_1datatype.html#a3f0613615165573f77dba5349bb00241":[0,0,0,9,1], +"namespacefaker_1_1datatype.html#a6e8fea28b1cf18124cb1c854496b35c2":[0,0,0,9,0], "namespacefaker_1_1date.html":[0,0,0,10], "namespacefaker_1_1date.html#a0a1ec9647c68eb08f4f47d162a424c5a":[0,0,0,10,0], "namespacefaker_1_1date.html#a0a1ec9647c68eb08f4f47d162a424c5aa5b512ee8a59deb284ad0a6a035ba10b1":[0,0,0,10,0,0], "namespacefaker_1_1date.html#a0a1ec9647c68eb08f4f47d162a424c5aaa3d5de3eac8bb00ae86fd1a1005f1500":[0,0,0,10,0,1], -"namespacefaker_1_1date.html#a0bbd9e5c72ba004e80cee50d507419c3":[0,0,0,10,18], -"namespacefaker_1_1date.html#a0f2c5e2430ef4e3f863fde934e9f9a72":[0,0,0,10,1], -"namespacefaker_1_1date.html#a1d428d0b411754e97e1c69fb5f9040c8":[0,0,0,10,16], -"namespacefaker_1_1date.html#a290ee5d52b8e9ba3e2900903013f6563":[0,0,0,10,8], -"namespacefaker_1_1date.html#a3a426b7a147f5b2ab7d513a35a339bc6":[0,0,0,10,12], -"namespacefaker_1_1date.html#a3e1ddbf5cf8fdd4455e5cae8da3cc350":[0,0,0,10,11], -"namespacefaker_1_1date.html#a3e4a11917f02c74982a19c041a778248":[0,0,0,10,7], -"namespacefaker_1_1date.html#a40731b59bf9f968161e5e8a40b6da285":[0,0,0,10,3], -"namespacefaker_1_1date.html#a6389d9132d8e5737bd9a8349c3b0e7c4":[0,0,0,10,9], -"namespacefaker_1_1date.html#a69af6c0dbea8355b8b03005d2a37c6ac":[0,0,0,10,15], -"namespacefaker_1_1date.html#a6c1918f3fe9464f2936ece5a2da0a610":[0,0,0,10,13], -"namespacefaker_1_1date.html#a708cc29034e0f39032c3e5777c2bac3a":[0,0,0,10,6], -"namespacefaker_1_1date.html#a71d54b26dfde4f3bbbb405ef4038e2df":[0,0,0,10,5], -"namespacefaker_1_1date.html#a80007e39c28b549d82bf8c46ea34edb9":[0,0,0,10,4], -"namespacefaker_1_1date.html#aa0791554490056b7a93bd0bc5e2c6f7f":[0,0,0,10,10], -"namespacefaker_1_1date.html#ac23d976039ae3ccc90dbd91555c364dc":[0,0,0,10,17], -"namespacefaker_1_1date.html#ad362334610ede9252c38809c19b691fa":[0,0,0,10,2], -"namespacefaker_1_1date.html#ad9fc8589a8b780696d661b00884df7a0":[0,0,0,10,19], -"namespacefaker_1_1date.html#ae0f18676171909188918c0b2f120e038":[0,0,0,10,14], +"namespacefaker_1_1date.html#a0c4ce65b05670d9bca85c5ed06c2a80e":[0,0,0,10,6], +"namespacefaker_1_1date.html#a10f6e0dcbe0cb97b26f1f0df9adf5a4c":[0,0,0,10,15], +"namespacefaker_1_1date.html#a2aa60eea8e85d6a742d00b57069ac82a":[0,0,0,10,10], +"namespacefaker_1_1date.html#a2f69901ef0b2b4882da4b46a971218cc":[0,0,0,10,3], +"namespacefaker_1_1date.html#a304545ffe96dbde52e3a36d1d5a0044c":[0,0,0,10,12], +"namespacefaker_1_1date.html#a3b64cd681a80d13f373ae79958c72113":[0,0,0,10,16], +"namespacefaker_1_1date.html#a3dba0cb591adb200b75a1db57785054d":[0,0,0,10,5], +"namespacefaker_1_1date.html#a46e98c27b1c6f313b918cb64d99a5d30":[0,0,0,10,2], +"namespacefaker_1_1date.html#a49644833493f4599027c7d332e04e26d":[0,0,0,10,7], +"namespacefaker_1_1date.html#a66bb0c111599b5ac0162cc36bffe9519":[0,0,0,10,14], +"namespacefaker_1_1date.html#a768e70b0a52f6ccd31ba84b33167b975":[0,0,0,10,19], +"namespacefaker_1_1date.html#a845e23281b58f0068e14c225cb90afd9":[0,0,0,10,4], +"namespacefaker_1_1date.html#a9b296cf77ba7fc42a060cd0aac3d3962":[0,0,0,10,11], +"namespacefaker_1_1date.html#a9de04d3e50ab9057ab7a92ed858a744a":[0,0,0,10,1], +"namespacefaker_1_1date.html#aac708c24548f17807e72646e385f298c":[0,0,0,10,18], +"namespacefaker_1_1date.html#aea16f01309c7b8134454035b8bf88617":[0,0,0,10,13], +"namespacefaker_1_1date.html#aebfe1d2284e37ee6b434694b976bf120":[0,0,0,10,8], +"namespacefaker_1_1date.html#aedf7f0dce5432f069ff57acaed0aa7e0":[0,0,0,10,17], +"namespacefaker_1_1date.html#af25ba3f294ef24501adb2fbf5bf60ace":[0,0,0,10,9], "namespacefaker_1_1finance.html":[0,0,0,11], -"namespacefaker_1_1finance.html#a216afbb9fcaab154bfe972add743be79":[0,0,0,11,9], -"namespacefaker_1_1finance.html#a29606d5523b5a21bf64c358ddc74413e":[0,0,0,11,13], -"namespacefaker_1_1finance.html#a2d09537f9c60d54f1b3efe87a625d7ff":[0,0,0,11,17], -"namespacefaker_1_1finance.html#a32e7989bf088c09599d1adca311c054b":[0,0,0,11,12], -"namespacefaker_1_1finance.html#a34a8190ed914e4e7fff458dce251b985":[0,0,0,11,10], -"namespacefaker_1_1finance.html#a4d59f8d895dc61d439c0cbe465f43dc9":[0,0,0,11,15], -"namespacefaker_1_1finance.html#a58726ca5cb5ba71dfd592f6258504ffb":[0,0,0,11,14], -"namespacefaker_1_1finance.html#a5a519898ac7629e39d6e6a25ceffab7d":[0,0,0,11,11], -"namespacefaker_1_1finance.html#a5df8a15db141fc4fbc1d49e1088c9484":[0,0,0,11,21], -"namespacefaker_1_1finance.html#a5e0304233bed8d213af5bd72664823d4":[0,0,0,11,6], -"namespacefaker_1_1finance.html#a66b99fc214d3bed0c90a7949dc6b3705":[0,0,0,11,8], +"namespacefaker_1_1finance.html#a036b1e9c9a590257c88f230ea7de602d":[0,0,0,11,11], +"namespacefaker_1_1finance.html#a05481e72083261ce62113644ddb6038f":[0,0,0,11,13], +"namespacefaker_1_1finance.html#a0ba2562d81c93595b2af0dcfc109fc84":[0,0,0,11,9], +"namespacefaker_1_1finance.html#a1a601801599811853376fccc3bd75831":[0,0,0,11,20], +"namespacefaker_1_1finance.html#a25d2ce6cdf0a4c3182c74f25cd6389dc":[0,0,0,11,7], +"namespacefaker_1_1finance.html#a30c18f090dc95e47a21846f694edc74d":[0,0,0,11,17], +"namespacefaker_1_1finance.html#a45a740f60cfb1788f79f08110dba3c3c":[0,0,0,11,6], +"namespacefaker_1_1finance.html#a5d717f0d58c42cd4588b3d26f9bcdb38":[0,0,0,11,12], +"namespacefaker_1_1finance.html#a692fb9b483d85c91d19ac2f7e79250a4":[0,0,0,11,10], +"namespacefaker_1_1finance.html#a6daf7688d136068b71d34ccb792b00bf":[0,0,0,11,15], "namespacefaker_1_1finance.html#a7503073690854f337acfc752a1801f5d":[0,0,0,11,1], "namespacefaker_1_1finance.html#a7503073690854f337acfc752a1801f5da0309a6c666a7a803fdb9db95de71cf01":[0,0,0,11,1,0], "namespacefaker_1_1finance.html#a7503073690854f337acfc752a1801f5da0c7d5ae44b2a0be9ebd7d6b9f7d60f20":[0,0,0,11,1,6], @@ -200,15 +199,16 @@ var NAVTREEINDEX3 = "namespacefaker_1_1finance.html#a7503073690854f337acfc752a1801f5daa67d4cbdd1b59e0ffccc6bafc83eb033":[0,0,0,11,1,4], "namespacefaker_1_1finance.html#a7503073690854f337acfc752a1801f5daac238a333872128a1a6f442fcebef042":[0,0,0,11,1,9], "namespacefaker_1_1finance.html#a7503073690854f337acfc752a1801f5dad8b00929dec65d422303256336ada04f":[0,0,0,11,1,1], -"namespacefaker_1_1finance.html#a94650c02aa931834471feed0da78f08b":[0,0,0,11,7], +"namespacefaker_1_1finance.html#a7e67f5ac9230274301dec25f36ba58bd":[0,0,0,11,4], +"namespacefaker_1_1finance.html#a8556f59f5be1b90fdcd8d08cb999f827":[0,0,0,11,14], +"namespacefaker_1_1finance.html#a89147ba29c55835df80b6bfbb31057b0":[0,0,0,11,19], +"namespacefaker_1_1finance.html#a89eeb8a7709d8f37073029532fa58f0a":[0,0,0,11,18], "namespacefaker_1_1finance.html#aa583be46abeaac908c81656813251bfa":[0,0,0,11,2], "namespacefaker_1_1finance.html#aa583be46abeaac908c81656813251bfaa2fe3351421d198ea6d3c4a4a0358d08f":[0,0,0,11,2,2], "namespacefaker_1_1finance.html#aa583be46abeaac908c81656813251bfaa89fc0d6fe12b0e0c1af5c7a0373435a6":[0,0,0,11,2,3], "namespacefaker_1_1finance.html#aa583be46abeaac908c81656813251bfaaabfc3a65538a6ec86502b2b498b6b4a6":[0,0,0,11,2,1], "namespacefaker_1_1finance.html#aa583be46abeaac908c81656813251bfaad5926562cceb8fa8a6540e470f1df930":[0,0,0,11,2,0], -"namespacefaker_1_1finance.html#ab5f0ab675cc48fc1e071b828ffe0016d":[0,0,0,11,19], -"namespacefaker_1_1finance.html#ab725a52ba235c34265be11d1a5676e11":[0,0,0,11,16], -"namespacefaker_1_1finance.html#abfae8042955482e83a5bab01e8316945":[0,0,0,11,5], +"namespacefaker_1_1finance.html#ab5e2e3ab4e301fed661d9f588600a717":[0,0,0,11,8], "namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918":[0,0,0,11,3], "namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a00247297c394dd443dc97067830c35f4":[0,0,0,11,3,24], "namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a01a151debf2bfee8906f43f4342eb10b":[0,0,0,11,3,2], @@ -237,17 +237,17 @@ var NAVTREEINDEX3 = "namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918aea2ba3f8011e19e3101ce65fdcefbcc4":[0,0,0,11,3,4], "namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918aea71b362e3ea9969db085abfccdeb10d":[0,0,0,11,3,21], "namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918afa79c3005daec47ecff84a116a0927a1":[0,0,0,11,3,12], -"namespacefaker_1_1finance.html#ae1c80b5a6001243ccee94cc507703477":[0,0,0,11,18], -"namespacefaker_1_1finance.html#af47e8f35ddd3b9ae270f36f62e21e05b":[0,0,0,11,20], -"namespacefaker_1_1finance.html#afc0f410251fed7d07e024b2e0a0729b3":[0,0,0,11,4], +"namespacefaker_1_1finance.html#acb6673644b599d3285f8582b23d74af9":[0,0,0,11,5], +"namespacefaker_1_1finance.html#acdba5149d4f18e5b05c3ea88de3f5c09":[0,0,0,11,21], +"namespacefaker_1_1finance.html#afa74fcebfd397842d3beb0b18620ec39":[0,0,0,11,16], "namespacefaker_1_1food.html":[0,0,0,12], -"namespacefaker_1_1food.html#a0d867a40e079d6ac464007642c60f221":[0,0,0,12,2], -"namespacefaker_1_1food.html#a5479ec88ff85aadfbad730b33af548cc":[0,0,0,12,4], -"namespacefaker_1_1food.html#a6404af0445ed5723b97ef9171132d75b":[0,0,0,12,3], -"namespacefaker_1_1food.html#a8c93736673dbce43e6014943f7e75e8a":[0,0,0,12,7], -"namespacefaker_1_1food.html#aa2586db301f6a26b8f9ccfdb333fd293":[0,0,0,12,10], -"namespacefaker_1_1food.html#ac8bcd44c8ebf005d77cf4c64b1cf4311":[0,0,0,12,9], -"namespacefaker_1_1food.html#ad126c3e3da96b38d777cf20cb10bdd78":[0,0,0,12,1], -"namespacefaker_1_1food.html#ad5f3d82bec0d75c1c2181c2f48c5a8bd":[0,0,0,12,8], -"namespacefaker_1_1food.html#adc32e2b1001e920bdf8ab07208a4836b":[0,0,0,12,13] +"namespacefaker_1_1food.html#a1afd0c7bce41f172f409956650b80401":[0,0,0,12,10], +"namespacefaker_1_1food.html#a242b623a082b6729ddc0ca5b06e08a37":[0,0,0,12,0], +"namespacefaker_1_1food.html#a342e20d575c9e53b2fff85f9c9744e57":[0,0,0,12,1], +"namespacefaker_1_1food.html#a3b58938e421e79f85126d4ef3b6e4280":[0,0,0,12,12], +"namespacefaker_1_1food.html#a524958b3f779590a3e7d781bdeb58f22":[0,0,0,12,4], +"namespacefaker_1_1food.html#a5f50d39d0da2d04f87d1fada468c2682":[0,0,0,12,11], +"namespacefaker_1_1food.html#a6e3f30c718598e29f6c5db9b42374033":[0,0,0,12,3], +"namespacefaker_1_1food.html#a7ab3916e74c59914e97c64334821e5c7":[0,0,0,12,13], +"namespacefaker_1_1food.html#ab60ef0fff7acc273fd2317c469f9bd2a":[0,0,0,12,7] }; diff --git a/navtreeindex4.js b/navtreeindex4.js index 3f806c962..102197055 100644 --- a/navtreeindex4.js +++ b/navtreeindex4.js @@ -1,63 +1,65 @@ var NAVTREEINDEX4 = { -"namespacefaker_1_1food.html#ae03809d8d07ae2c4eb8818d0e6655a66":[0,0,0,12,5], -"namespacefaker_1_1food.html#ae54dacb21cbc5f95841e93fd26a1dc0d":[0,0,0,12,11], -"namespacefaker_1_1food.html#ae7eaeb0123298f884a750f1c6355cacd":[0,0,0,12,12], -"namespacefaker_1_1food.html#aefba0c47fe6e5467a9ddddce257adcd2":[0,0,0,12,0], -"namespacefaker_1_1food.html#afc951542f8a95521402ab87cbdeb71f2":[0,0,0,12,6], +"namespacefaker_1_1food.html#abac00f1ce6f9b49dff1548efa5a2d017":[0,0,0,12,8], +"namespacefaker_1_1food.html#acea2316e65fbcaa8958179a1a1e688a8":[0,0,0,12,6], +"namespacefaker_1_1food.html#adb306cd2fc489aac94d9c03ad6013116":[0,0,0,12,9], +"namespacefaker_1_1food.html#ade6002cb3bafb7bced418d2d1c256f72":[0,0,0,12,2], +"namespacefaker_1_1food.html#adfa2995adb916eff7d864e830bc05b92":[0,0,0,12,5], "namespacefaker_1_1git.html":[0,0,0,13], -"namespacefaker_1_1git.html#a2770daf99a087e82a8cd1ac2ae3c24a7":[0,0,0,13,3], -"namespacefaker_1_1git.html#a35a6ab9dad291855cfac919e9869346c":[0,0,0,13,4], -"namespacefaker_1_1git.html#a4e9e76963846a33886421a59e65c8c25":[0,0,0,13,1], -"namespacefaker_1_1git.html#a63cc6bc9fa0458977d0982f858864535":[0,0,0,13,5], -"namespacefaker_1_1git.html#aa031fd6b63fb866c8d2479a7dfee0d35":[0,0,0,13,2], +"namespacefaker_1_1git.html#a309bf5a4ba8173045c751f3509494f94":[0,0,0,13,4], +"namespacefaker_1_1git.html#a436a7fdcdcca81c208bbca7da97af168":[0,0,0,13,5], +"namespacefaker_1_1git.html#a5f23fd2f7cb8f5996ef83a2e48a3417e":[0,0,0,13,3], +"namespacefaker_1_1git.html#a9057763074d9ca99cb23aa4696766893":[0,0,0,13,1], +"namespacefaker_1_1git.html#aa2e2ae5d68f8df30fbc31156c54f9778":[0,0,0,13,2], "namespacefaker_1_1hacker.html":[0,0,0,14], -"namespacefaker_1_1hacker.html#a1f5e5a7c6d0d4e1e1cbf7760cc6c73fe":[0,0,0,14,4], -"namespacefaker_1_1hacker.html#a219461f5eefdaaf572b263562fe2e025":[0,0,0,14,2], -"namespacefaker_1_1hacker.html#a48cf993e09f6ac0160250bc5452df5b9":[0,0,0,14,3], -"namespacefaker_1_1hacker.html#a613dfcf29afe110dfc1cb85337da5d9b":[0,0,0,14,5], -"namespacefaker_1_1hacker.html#acd6a81ea49b6b20fa8611419512ee10f":[0,0,0,14,0], -"namespacefaker_1_1hacker.html#ad20638e4e69212401bdd7cd718966be6":[0,0,0,14,1], +"namespacefaker_1_1hacker.html#a31cdbd8f27c40864c4cc622de9ac4a14":[0,0,0,14,5], +"namespacefaker_1_1hacker.html#a88bf4b9f6a06f804c206f51d36e3831d":[0,0,0,14,2], +"namespacefaker_1_1hacker.html#ab145eeeb1541c504518051e74bb1d6c0":[0,0,0,14,1], +"namespacefaker_1_1hacker.html#ab8e34e7b1172882cf567b0106779214c":[0,0,0,14,4], +"namespacefaker_1_1hacker.html#acda247954f20cfd70336242b02bcdd1d":[0,0,0,14,0], +"namespacefaker_1_1hacker.html#af4138bc944b402d9563120e50750aa26":[0,0,0,14,3], "namespacefaker_1_1helper.html":[0,0,0,15], "namespacefaker_1_1helper.html#a22370d33819758fb60d0b22751c6fbaa":[0,0,0,15,2], -"namespacefaker_1_1helper.html#a267e6800ee30faa00b9fc9430a81956f":[0,0,0,15,9], +"namespacefaker_1_1helper.html#a316cf4ac8f92ad52808e760f39974ca6":[0,0,0,15,9], "namespacefaker_1_1helper.html#a45706a0a4f710f384c1a8781ef14c0df":[0,0,0,15,11], -"namespacefaker_1_1helper.html#a5be0c12bca864e4eecf422983fac6210":[0,0,0,15,12], +"namespacefaker_1_1helper.html#a484c4cf1826e01d11c7f8541fb35e4f8":[0,0,0,15,8], +"namespacefaker_1_1helper.html#a52e611f6feb6b6cebb53f65991a54f6c":[0,0,0,15,12], "namespacefaker_1_1helper.html#a5be5b41027205e0b5c8525882327bb7b":[0,0,0,15,3], "namespacefaker_1_1helper.html#a620e3715e328fa71989c108d1c28ba48":[0,0,0,15,4], -"namespacefaker_1_1helper.html#a82febb5702bff2c84af9efeff604cddb":[0,0,0,15,8], "namespacefaker_1_1helper.html#a8cf1563770798ffe911d9d4500c4a547":[0,0,0,15,7], "namespacefaker_1_1helper.html#a98ff8c2ecd79f17526a225e015669150":[0,0,0,15,6], "namespacefaker_1_1helper.html#aa643a09d2b1129c269986c92a4cddb66":[0,0,0,15,5], -"namespacefaker_1_1helper.html#ac0daa6235fd507843ed86d6f53c6a16c":[0,0,0,15,10], "namespacefaker_1_1helper.html#acba439bbae90916469d2534caef3c6a6":[0,0,0,15,13], "namespacefaker_1_1helper.html#ad70082b17900d8c6a2d740cce993de97":[0,0,0,15,14], "namespacefaker_1_1helper.html#ae9d5478c49e71aef7eb2623f3d9c9009":[0,0,0,15,1], +"namespacefaker_1_1helper.html#afea39638210df8858b64480f140f4c2c":[0,0,0,15,10], "namespacefaker_1_1internet.html":[0,0,0,16], +"namespacefaker_1_1internet.html#a005caa05149d90b3854aef6a4ccdf27e":[0,0,0,16,25], "namespacefaker_1_1internet.html#a02270adba2a94976603175f8904646cd":[0,0,0,16,3], "namespacefaker_1_1internet.html#a02270adba2a94976603175f8904646cda0d61f8370cad1d412f80b84d143e1257":[0,0,0,16,3,2], "namespacefaker_1_1internet.html#a02270adba2a94976603175f8904646cda7fc56270e7a70fa81a5935b72eacbe29":[0,0,0,16,3,0], "namespacefaker_1_1internet.html#a02270adba2a94976603175f8904646cda9d5ed678fe57bcca610140957afab571":[0,0,0,16,3,1], -"namespacefaker_1_1internet.html#a0746027aba19bc27dbe5bca73707f0bc":[0,0,0,16,6], -"namespacefaker_1_1internet.html#a0e2cd71dd1429486c255254161fe3e8d":[0,0,0,16,23], -"namespacefaker_1_1internet.html#a1867349f60b73f441e7b42b3d1550503":[0,0,0,16,18], +"namespacefaker_1_1internet.html#a0e22ade4bf001c126dd22e5c72506031":[0,0,0,16,5], +"namespacefaker_1_1internet.html#a18bb9341e2a6b1745f93bb56acf973ea":[0,0,0,16,17], "namespacefaker_1_1internet.html#a25d31766e509fb398f5534224b171a8d":[0,0,0,16,2], "namespacefaker_1_1internet.html#a25d31766e509fb398f5534224b171a8da1b6498e23a3c43775699129e7ebfcfeb":[0,0,0,16,2,2], "namespacefaker_1_1internet.html#a25d31766e509fb398f5534224b171a8da505a83f220c02df2f85c3810cd9ceb38":[0,0,0,16,2,4], "namespacefaker_1_1internet.html#a25d31766e509fb398f5534224b171a8da5391f9a882a54c787b206138ed6d28b0":[0,0,0,16,2,1], "namespacefaker_1_1internet.html#a25d31766e509fb398f5534224b171a8da7d65c64901711bc2cd2a33ff2641fbe9":[0,0,0,16,2,3], "namespacefaker_1_1internet.html#a25d31766e509fb398f5534224b171a8daa4097a97f20ebb7212625084936abcee":[0,0,0,16,2,0], -"namespacefaker_1_1internet.html#a2d0343d5392ac333fecf27fab9567cbc":[0,0,0,16,9], -"namespacefaker_1_1internet.html#a39aa3144b0c1cad63c72cf0270bf3a2a":[0,0,0,16,24], -"namespacefaker_1_1internet.html#a5082d31654a79c42189bd74ebcd9f177":[0,0,0,16,10], -"namespacefaker_1_1internet.html#a6873a40b7b83d3227d0401a7c0c6fa03":[0,0,0,16,26], -"namespacefaker_1_1internet.html#a6f44672173ac347db321ea45c5fbc108":[0,0,0,16,20], -"namespacefaker_1_1internet.html#a7984e90922498f1299cecd31c5f575a7":[0,0,0,16,5], -"namespacefaker_1_1internet.html#a8c549b1e91e70508dd706eecbb5d04c3":[0,0,0,16,16], -"namespacefaker_1_1internet.html#a8cd0c9ec4dcca31fce9b9b516e6fe40a":[0,0,0,16,19], -"namespacefaker_1_1internet.html#a92cc6255f875a1386b4ac47edba22b05":[0,0,0,16,25], -"namespacefaker_1_1internet.html#a9b548a60dd56b4caf3adda3dd36fe531":[0,0,0,16,14], -"namespacefaker_1_1internet.html#aa81ae4efbe46bdf5c5bfba6bfcd62d8c":[0,0,0,16,21], +"namespacefaker_1_1internet.html#a298bf281d43e08c58448962c094605ab":[0,0,0,16,15], +"namespacefaker_1_1internet.html#a351eb5eed7fd927d6a2869263b56e852":[0,0,0,16,14], +"namespacefaker_1_1internet.html#a40ee9376026f9017e3dcc90a8f53b7bc":[0,0,0,16,11], +"namespacefaker_1_1internet.html#a49fa76d8f033206ed91f965fd625b2cf":[0,0,0,16,9], +"namespacefaker_1_1internet.html#a640c9552088825e8f39eb42b61399c6e":[0,0,0,16,10], +"namespacefaker_1_1internet.html#a7233a627869287ae8dc81a1dd8324fd2":[0,0,0,16,7], +"namespacefaker_1_1internet.html#a73507aa24e5f1d8b74e0db4cdee32ee9":[0,0,0,16,12], +"namespacefaker_1_1internet.html#a88b044d010594ec94fa7127efb7c8bb1":[0,0,0,16,22], +"namespacefaker_1_1internet.html#a9332c1bd3d5fb1111e2fcc5fa04131a7":[0,0,0,16,8], +"namespacefaker_1_1internet.html#a9ec5e80a347ec1ad2a53f85588b510dc":[0,0,0,16,18], +"namespacefaker_1_1internet.html#aa1ebac0fa8bab72b27017f6736b7c51f":[0,0,0,16,20], +"namespacefaker_1_1internet.html#aae3de074437688cc7aa5d4926a184182":[0,0,0,16,13], +"namespacefaker_1_1internet.html#aae749a34446ecccdddcbba60868c4746":[0,0,0,16,26], "namespacefaker_1_1internet.html#ab1fd12c6089e1eb7e783223be1b73ac1":[0,0,0,16,1], "namespacefaker_1_1internet.html#ab1fd12c6089e1eb7e783223be1b73ac1a02c86eb2792f3262c21d030a87e19793":[0,0,0,16,1,8], "namespacefaker_1_1internet.html#ab1fd12c6089e1eb7e783223be1b73ac1a0a38e7286ebbb560354992b3ce62be67":[0,0,0,16,1,3], @@ -69,31 +71,29 @@ var NAVTREEINDEX4 = "namespacefaker_1_1internet.html#ab1fd12c6089e1eb7e783223be1b73ac1ac5836008c1649301e29351a55db8f65c":[0,0,0,16,1,2], "namespacefaker_1_1internet.html#ab1fd12c6089e1eb7e783223be1b73ac1ad212ce7fdc2357d19628334b5a2a2b2f":[0,0,0,16,1,4], "namespacefaker_1_1internet.html#ab1fd12c6089e1eb7e783223be1b73ac1aecfc2dffe568c10a67dbc6d3724cfde2":[0,0,0,16,1,0], +"namespacefaker_1_1internet.html#abac7e3c94d09f0f7a381f64a8032684e":[0,0,0,16,16], "namespacefaker_1_1internet.html#ac9fba82884b9a80bff2604b01135c7ec":[0,0,0,16,4], "namespacefaker_1_1internet.html#ac9fba82884b9a80bff2604b01135c7eca2badb7fa3e862298a650909d45c5066b":[0,0,0,16,4,1], "namespacefaker_1_1internet.html#ac9fba82884b9a80bff2604b01135c7eca9d4d43de68f0b3555d5a5ef5dc05bb95":[0,0,0,16,4,0], -"namespacefaker_1_1internet.html#acb5cc643b943d68ccf0b122ef3d15ced":[0,0,0,16,7], -"namespacefaker_1_1internet.html#acc05c79fd96761953b3f01f819536180":[0,0,0,16,11], -"namespacefaker_1_1internet.html#ad0f6d0599df66e819d84903c5d1c04cd":[0,0,0,16,8], -"namespacefaker_1_1internet.html#ad7ebdb868d20077439327c5630d77521":[0,0,0,16,15], -"namespacefaker_1_1internet.html#addf925e625f04b4d77cd1a051bc03491":[0,0,0,16,17], -"namespacefaker_1_1internet.html#ae9d32d02503d82a6bda4fdaeac223fec":[0,0,0,16,13], -"namespacefaker_1_1internet.html#aed462baedf55f4a57818f2d47aa69961":[0,0,0,16,12], -"namespacefaker_1_1internet.html#af1e915a97047baa2c43be9d16c96324f":[0,0,0,16,22], +"namespacefaker_1_1internet.html#acefc699b5b4a93a1f1538cbb49331114":[0,0,0,16,24], +"namespacefaker_1_1internet.html#ae1a9eb9071b9843c891c065fd87345e7":[0,0,0,16,6], +"namespacefaker_1_1internet.html#aeb2e69d9d72e640a64d4bda2d55b45fe":[0,0,0,16,21], +"namespacefaker_1_1internet.html#af6b363e2801aca6b2a686e80ee24c7c3":[0,0,0,16,19], +"namespacefaker_1_1internet.html#af7fe45110325fe2a80fe3cc776ac2ed2":[0,0,0,16,23], "namespacefaker_1_1location.html":[0,0,0,17], -"namespacefaker_1_1location.html#a014218ed9be5b10bda09800d51831e23":[0,0,0,17,12], -"namespacefaker_1_1location.html#a06463ed236a1f2dbe60f2a84f9ce0743":[0,0,0,17,10], -"namespacefaker_1_1location.html#a067df038502723c706785d79bc18f4cf":[0,0,0,17,2], -"namespacefaker_1_1location.html#a09b8498a7d2d89f02e0002e494b4c41c":[0,0,0,17,1], -"namespacefaker_1_1location.html#a0b8614d8dd7e662d30d204a17eb5b7fe":[0,0,0,17,4], -"namespacefaker_1_1location.html#a31317ea37043cb3b0f2cdc85c121424b":[0,0,0,17,3], -"namespacefaker_1_1location.html#a3143e2d38681d13edc6750d6d8b5184a":[0,0,0,17,5], -"namespacefaker_1_1location.html#a49e27bccb036eb542fea02a4e6eaaaa6":[0,0,0,17,13], -"namespacefaker_1_1location.html#a4b96853a96e548cff475f1170b286b10":[0,0,0,17,8], -"namespacefaker_1_1location.html#a52b5a116bca1c7a1a98b45bdad013ba8":[0,0,0,17,6], -"namespacefaker_1_1location.html#a633a99e95359a5ad5d8e9bbae1faeb77":[0,0,0,17,11], -"namespacefaker_1_1location.html#aa0bacdc2268c1cbffb1d5eb74373d041":[0,0,0,17,7], -"namespacefaker_1_1location.html#af3882d9587e1ce076387b07a692fb5f6":[0,0,0,17,9], +"namespacefaker_1_1location.html#a310ef73ae962c41f0fb793e932683881":[0,0,0,17,10], +"namespacefaker_1_1location.html#a4d00638b4a23f205beca9030a93aa1d6":[0,0,0,17,9], +"namespacefaker_1_1location.html#a516e1c44a2c518d20eac0f95b664b04c":[0,0,0,17,7], +"namespacefaker_1_1location.html#a5e0b6b68297b82fe7cbabd6b2b644905":[0,0,0,17,2], +"namespacefaker_1_1location.html#a670448b0a8109a4b14b899231fa5da2d":[0,0,0,17,13], +"namespacefaker_1_1location.html#a6ed54826ac93e3184024ab276321ca3b":[0,0,0,17,12], +"namespacefaker_1_1location.html#a6f11c5eeb8a4a61c0bb36cc98fe93e06":[0,0,0,17,6], +"namespacefaker_1_1location.html#a828be7aebeeed04b9afc5019c0b54344":[0,0,0,17,4], +"namespacefaker_1_1location.html#abf141f8017e0b97eafedb1c0e2c1037a":[0,0,0,17,3], +"namespacefaker_1_1location.html#acdabffd579118713312582c082c33489":[0,0,0,17,8], +"namespacefaker_1_1location.html#acfcae308deae2a89a99a9c2d7721d4d7":[0,0,0,17,1], +"namespacefaker_1_1location.html#ad7add8bde67bede1c36d3834cb7fc463":[0,0,0,17,5], +"namespacefaker_1_1location.html#ae61de04e37a0c3ef796c2e2606accfeb":[0,0,0,17,11], "namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030":[0,0,0,17,0], "namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030a0309a6c666a7a803fdb9db95de71cf01":[0,0,0,17,0,6], "namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030a1007e1b7f894dfbf72a0eaa80f3bc57e":[0,0,0,17,0,9], @@ -111,37 +111,37 @@ var NAVTREEINDEX4 = "namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030ad8b00929dec65d422303256336ada04f":[0,0,0,17,0,7], "namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030af01fc92b23faa973f3492a23d5a705c5":[0,0,0,17,0,13], "namespacefaker_1_1lorem.html":[0,0,0,18], -"namespacefaker_1_1lorem.html#a1a74d4c996ca52d1ae14417285610baf":[0,0,0,18,4], -"namespacefaker_1_1lorem.html#a8111a758a08e8c5e1b3bb39388e5abca":[0,0,0,18,0], -"namespacefaker_1_1lorem.html#a92ea31975ddf38f5d5559812f3bd1e10":[0,0,0,18,2], -"namespacefaker_1_1lorem.html#aa7cdcb18cb5ab2787431d89336338b2c":[0,0,0,18,3], -"namespacefaker_1_1lorem.html#ab8f07baea1dc086f1dd7813468cd93f3":[0,0,0,18,6], -"namespacefaker_1_1lorem.html#ae1d59e6c9dd75a6dd9eddfcf5ccdf418":[0,0,0,18,5], -"namespacefaker_1_1lorem.html#aea97ee6a86fb23528a0c8a6672b94bb7":[0,0,0,18,1], +"namespacefaker_1_1lorem.html#a083881e3fc0adfc974bfdb6d09bf8970":[0,0,0,18,4], +"namespacefaker_1_1lorem.html#a2f5442a6de26bf6bd51ffbf1586cdbe3":[0,0,0,18,1], +"namespacefaker_1_1lorem.html#a375063dbea7caebda30aec4a3fd83775":[0,0,0,18,3], +"namespacefaker_1_1lorem.html#a474701bf19dcc2b62a199d540deb96fc":[0,0,0,18,2], +"namespacefaker_1_1lorem.html#ac247a6d5e1427f53953ac3fd699e831f":[0,0,0,18,0], +"namespacefaker_1_1lorem.html#ac8ac32eec75e6335ffdd9e7ba42c88e8":[0,0,0,18,6], +"namespacefaker_1_1lorem.html#acfe2ea3b024c37b6ab92571404cd6ce4":[0,0,0,18,5], "namespacefaker_1_1medicine.html":[0,0,0,19], -"namespacefaker_1_1medicine.html#a7130243ac62bdbbd51adff48d57954ca":[0,0,0,19,0], -"namespacefaker_1_1medicine.html#a75ec9409935c2fb14d7bac089993e790":[0,0,0,19,1], -"namespacefaker_1_1medicine.html#a7ba6b45627d6db8d9984a5724860d16b":[0,0,0,19,2], +"namespacefaker_1_1medicine.html#a20de78bbbd9859d1be5a025d1aa67df0":[0,0,0,19,1], +"namespacefaker_1_1medicine.html#add3e653f246cc4dc44639728f84260f4":[0,0,0,19,0], +"namespacefaker_1_1medicine.html#ae3051b9186cd322160e6f6986c70d49d":[0,0,0,19,2], "namespacefaker_1_1movie.html":[0,0,0,20], -"namespacefaker_1_1movie.html#a158659364c7b687d6d9512027f4633fc":[0,0,0,20,1], -"namespacefaker_1_1movie.html#a1a018a467c4b66a23f841ac419db8484":[0,0,0,20,2], -"namespacefaker_1_1movie.html#a201680680355673361e2377359631d7d":[0,0,0,20,4], -"namespacefaker_1_1movie.html#a409df328746370db427ae3033fd284b8":[0,0,0,20,5], -"namespacefaker_1_1movie.html#abe69d9192cd7239fa5d42354bf76fda3":[0,0,0,20,3], -"namespacefaker_1_1movie.html#abef12d0afe55cb3bb07d75feb3e1842a":[0,0,0,20,0], +"namespacefaker_1_1movie.html#a24eac3e1378c496af717f5b78d1f631a":[0,0,0,20,0], +"namespacefaker_1_1movie.html#a28cfcb8925096c8bd2a0ce7dd7772645":[0,0,0,20,4], +"namespacefaker_1_1movie.html#a55bae5cf4dbcdd3b785b340f28226128":[0,0,0,20,3], +"namespacefaker_1_1movie.html#a874a0bb72718925b1aa7f9c49a248f76":[0,0,0,20,1], +"namespacefaker_1_1movie.html#a92eaad86bc0027001c6c909c21027e93":[0,0,0,20,5], +"namespacefaker_1_1movie.html#ade9b515fd1f418beaae0de18c6b5f5d0":[0,0,0,20,2], "namespacefaker_1_1music.html":[0,0,0,21], -"namespacefaker_1_1music.html#a687409148ce6bee425c496cee757e77b":[0,0,0,21,2], -"namespacefaker_1_1music.html#aa4026ee2d3f948b16016326756f268d8":[0,0,0,21,1], -"namespacefaker_1_1music.html#af57f6c0d3857f3d34eb480a015607c54":[0,0,0,21,0], +"namespacefaker_1_1music.html#a420b05ddc4e92ab9f581d93907e23042":[0,0,0,21,1], +"namespacefaker_1_1music.html#a74c35da84e2a60a833245fb8bffd6c48":[0,0,0,21,2], +"namespacefaker_1_1music.html#a8f960c10557e8c9b8d98414ec99f46e1":[0,0,0,21,0], "namespacefaker_1_1person.html":[0,0,0,22], -"namespacefaker_1_1person.html#a0c48db01584c3b6c44ecf5a1d955bbb3":[0,0,0,22,18], -"namespacefaker_1_1person.html#a143e5c964c8722e54be3c98647644d90":[0,0,0,22,9], -"namespacefaker_1_1person.html#a1bafad36c99490aa8993ee7612823fa4":[0,0,0,22,15], -"namespacefaker_1_1person.html#a25dcaa216bd77ba92e08440af7f08944":[0,0,0,22,12], -"namespacefaker_1_1person.html#a2f305d70964018e54bd8dcc0d7a0a5d8":[0,0,0,22,8], -"namespacefaker_1_1person.html#a3ce909c7c7b35530c159c7d36b830017":[0,0,0,22,14], -"namespacefaker_1_1person.html#a46af5a9dda2aaffb4e6e51e881aafcd6":[0,0,0,22,21], -"namespacefaker_1_1person.html#a51ebe30495fe27d33d38f2149e7ccce4":[0,0,0,22,17], +"namespacefaker_1_1person.html#a09e7f2c9db689e06a6f057e852fe32e8":[0,0,0,22,15], +"namespacefaker_1_1person.html#a12dbe0569b391994f9f3fd1207f688fc":[0,0,0,22,13], +"namespacefaker_1_1person.html#a275161f9c0bd16a7fa5d6b1003aa612a":[0,0,0,22,7], +"namespacefaker_1_1person.html#a4076a7788b7715cdd889f1fe23b66c17":[0,0,0,22,11], +"namespacefaker_1_1person.html#a41deabbecbf923fd045031c7456df21d":[0,0,0,22,4], +"namespacefaker_1_1person.html#a4b1a52c1aaba6acee97fe5326af38cce":[0,0,0,22,21], +"namespacefaker_1_1person.html#a4b696b7118429e5550b9664e6eb4c4a8":[0,0,0,22,5], +"namespacefaker_1_1person.html#a5f206e2cdd72189e665d0ab25c2da077":[0,0,0,22,20], "namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8":[0,0,0,22,0], "namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a055301c56abc82dd3a81ea3810ad0599":[0,0,0,22,0,27], "namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a0a6de4460095f398e8a45ed512a7538f":[0,0,0,22,0,1], @@ -177,20 +177,22 @@ var NAVTREEINDEX4 = "namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8ae78a6fc14ad64f7a78386b20568ce95b":[0,0,0,22,0,33], "namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8aefa7394ecaa7fc7076a9da13a77236b8":[0,0,0,22,0,25], "namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8af32ced6a9ba164c4b3c047fd1d7c882e":[0,0,0,22,0,16], -"namespacefaker_1_1person.html#aa6935843e6cf19bd3b7921d3469dc3bd":[0,0,0,22,11], +"namespacefaker_1_1person.html#a6f9626afb67c43e013958f64f5a58419":[0,0,0,22,19], +"namespacefaker_1_1person.html#a8a744df8b8f7dc01d21047350493be3c":[0,0,0,22,22], +"namespacefaker_1_1person.html#a996e5552ac035f4c8eca3538343bfd1e":[0,0,0,22,14], +"namespacefaker_1_1person.html#aa2d31df51f9e07afaba964b7864e729d":[0,0,0,22,6], +"namespacefaker_1_1person.html#aa4f5882c87c74e0167bf51f297c69993":[0,0,0,22,8], +"namespacefaker_1_1person.html#aa58e33aa6e056a200de1d94f7af80e31":[0,0,0,22,10], +"namespacefaker_1_1person.html#ab728ebbf9c6a7b830ff989943fc34330":[0,0,0,22,9], "namespacefaker_1_1person.html#ab7290e4523427c5876299e459d3ed038":[0,0,0,22,2], "namespacefaker_1_1person.html#ab7290e4523427c5876299e459d3ed038a63889cfb9d3cbe05d1bd2be5cc9953fd":[0,0,0,22,2,1], "namespacefaker_1_1person.html#ab7290e4523427c5876299e459d3ed038ab719ce180ec7bd9641fece2f920f4817":[0,0,0,22,2,0], -"namespacefaker_1_1person.html#abd243904a4ea4169ac26d6ee297d7d47":[0,0,0,22,13], -"namespacefaker_1_1person.html#ac40d08f2660ee8644d51b4450da2c3df":[0,0,0,22,20], -"namespacefaker_1_1person.html#ac496e9c24ca856167a49a416e4ef9a19":[0,0,0,22,22], -"namespacefaker_1_1person.html#ac6b17922541a379a7b88b9a57b6236cd":[0,0,0,22,6], +"namespacefaker_1_1person.html#ac6415f4c79132e8f0a4d5901f24e1164":[0,0,0,22,18], "namespacefaker_1_1person.html#ac71835f2e95a797941cb01c13efff749":[0,0,0,22,1], "namespacefaker_1_1person.html#ac71835f2e95a797941cb01c13efff749a0309a6c666a7a803fdb9db95de71cf01":[0,0,0,22,1,0], "namespacefaker_1_1person.html#ac71835f2e95a797941cb01c13efff749a0c7d5ae44b2a0be9ebd7d6b9f7d60f20":[0,0,0,22,1,2], "namespacefaker_1_1person.html#ac71835f2e95a797941cb01c13efff749a867f8282a36dd6525c3d40744a92fcf8":[0,0,0,22,1,3], "namespacefaker_1_1person.html#ac71835f2e95a797941cb01c13efff749a94880bda83bda77c5692876700711f15":[0,0,0,22,1,1], -"namespacefaker_1_1person.html#aca57908ce15927f2bef9df1f4ae1cbed":[0,0,0,22,4], "namespacefaker_1_1person.html#ad6599d35e7da66fbcb9b17af862bab90":[0,0,0,22,3], "namespacefaker_1_1person.html#ad6599d35e7da66fbcb9b17af862bab90a0309a6c666a7a803fdb9db95de71cf01":[0,0,0,22,3,1], "namespacefaker_1_1person.html#ad6599d35e7da66fbcb9b17af862bab90a1007e1b7f894dfbf72a0eaa80f3bc57e":[0,0,0,22,3,4], @@ -200,20 +202,18 @@ var NAVTREEINDEX4 = "namespacefaker_1_1person.html#ad6599d35e7da66fbcb9b17af862bab90a907eba32d950bfab68227fd7ea22999b":[0,0,0,22,3,6], "namespacefaker_1_1person.html#ad6599d35e7da66fbcb9b17af862bab90a94880bda83bda77c5692876700711f15":[0,0,0,22,3,5], "namespacefaker_1_1person.html#ad6599d35e7da66fbcb9b17af862bab90ad8b00929dec65d422303256336ada04f":[0,0,0,22,3,2], -"namespacefaker_1_1person.html#adf6ab8d0ff301c771d822212824b0e33":[0,0,0,22,10], -"namespacefaker_1_1person.html#ae8323c33660ad6f2a3112e346ff54fff":[0,0,0,22,19], -"namespacefaker_1_1person.html#af44c8680454b8f887a9c9cb49413e3f3":[0,0,0,22,7], -"namespacefaker_1_1person.html#af7806a8a3d1ff6964a7d9cc9a61f64e9":[0,0,0,22,16], -"namespacefaker_1_1person.html#afd542c047eace709bda4d319447708e0":[0,0,0,22,5], +"namespacefaker_1_1person.html#adb390e221234be2ed111463db5eb681e":[0,0,0,22,16], +"namespacefaker_1_1person.html#ae53e51b39112140ebb7f0df60afacebb":[0,0,0,22,17], +"namespacefaker_1_1person.html#aed588e01226bc0ba073dbf0e1e6cf96f":[0,0,0,22,12], "namespacefaker_1_1phone.html":[0,0,0,23], -"namespacefaker_1_1phone.html#a0570c9e1cbaf4029dce8391e8ee82136":[0,0,0,23,2], -"namespacefaker_1_1phone.html#a254899020ff9e9f170df6192ed1cdc9d":[0,0,0,23,5], -"namespacefaker_1_1phone.html#a60d31aa54f8880e3780b05aaefbd1e25":[0,0,0,23,8], -"namespacefaker_1_1phone.html#a65067f7798859dde47329dcbf394309c":[0,0,0,23,3], -"namespacefaker_1_1phone.html#a7b8f2bedf28f69e05d5301a262aafc84":[0,0,0,23,1], -"namespacefaker_1_1phone.html#a7dd39c75af5a1c92b0bdc8fb5af411bc":[0,0,0,23,4], -"namespacefaker_1_1phone.html#ab87e1563eb6ca035e8eb1ff4f4ddedbc":[0,0,0,23,7], -"namespacefaker_1_1phone.html#acec68af85bab18de03132a7ba7aaf717":[0,0,0,23,6], +"namespacefaker_1_1phone.html#a3650beedfaf4ee151d36ad97334a5c28":[0,0,0,23,7], +"namespacefaker_1_1phone.html#a4428423b163c879f3b829e22dd9599e9":[0,0,0,23,8], +"namespacefaker_1_1phone.html#a610e92717aef3b4c7ae68d3982248807":[0,0,0,23,3], +"namespacefaker_1_1phone.html#a6c9fc68316c71b3fed6bbb2e8196114d":[0,0,0,23,4], +"namespacefaker_1_1phone.html#a8eaab573a6fc096915ccbf9b4e64d097":[0,0,0,23,6], +"namespacefaker_1_1phone.html#a9f75c5ff84cca943b1dad4fd8ac9c37d":[0,0,0,23,5], +"namespacefaker_1_1phone.html#ad22489de493fbdfb3f849f35f6657c18":[0,0,0,23,2], +"namespacefaker_1_1phone.html#af0ac28a1180f714704a2098afe61cceb":[0,0,0,23,1], "namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0a":[0,0,0,23,0], "namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa00247297c394dd443dc97067830c35f4":[0,0,0,23,0,187], "namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa008ced81ddf77a45e35513f4459d7bbf":[0,0,0,23,0,155], diff --git a/navtreeindex5.js b/navtreeindex5.js index 8f32de475..f83dde645 100644 --- a/navtreeindex5.js +++ b/navtreeindex5.js @@ -196,58 +196,58 @@ var NAVTREEINDEX5 = "namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aafdef6daa799e80dbce1b561577b21181":[0,0,0,23,0,222], "namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aafe07e488fe56260f45240c1c8a8882a8":[0,0,0,23,0,220], "namespacefaker_1_1plant.html":[0,0,0,24], -"namespacefaker_1_1plant.html#a1bdcb19c1a6569bf8cff00d7505d2808":[0,0,0,24,3], -"namespacefaker_1_1plant.html#a353d64e4e2e1400e0dd96d078c5131ab":[0,0,0,24,1], -"namespacefaker_1_1plant.html#a65152361a985672f3dbc42c7fefc9833":[0,0,0,24,0], -"namespacefaker_1_1plant.html#a90eb1289cbc58fbc048e55a80a177ec1":[0,0,0,24,2], -"namespacefaker_1_1plant.html#a99790494e0d645a14b68649d34566cf2":[0,0,0,24,6], -"namespacefaker_1_1plant.html#ab93a578f701b1a317fb25833585eeaca":[0,0,0,24,5], -"namespacefaker_1_1plant.html#ae386023b5c5962552335b76a443385a4":[0,0,0,24,7], -"namespacefaker_1_1plant.html#ae9c4affc23f27b11b72fb4ae0f3c55c4":[0,0,0,24,4], +"namespacefaker_1_1plant.html#a2db3a292b5d1ac189c6d71b062aeef0d":[0,0,0,24,0], +"namespacefaker_1_1plant.html#a5329b6a391ffdfb799d8ad17f1739de1":[0,0,0,24,1], +"namespacefaker_1_1plant.html#a717a7a9a82dc1c97f98ac1c9c41eca3e":[0,0,0,24,6], +"namespacefaker_1_1plant.html#a742bdeecafc315f57971e024cb9203a8":[0,0,0,24,3], +"namespacefaker_1_1plant.html#a86bfd2dc95c27ba02e8aa5786d56f3ed":[0,0,0,24,4], +"namespacefaker_1_1plant.html#ab21548af4b288b15d53ca1bfd37749a9":[0,0,0,24,5], +"namespacefaker_1_1plant.html#ad1d202ee597bf050ccbccd0c93c92c4e":[0,0,0,24,7], +"namespacefaker_1_1plant.html#ae7883287f9db68b65ac0a6cdf05e12bd":[0,0,0,24,2], "namespacefaker_1_1science.html":[0,0,0,25], -"namespacefaker_1_1science.html#a35838ac101fc4e1f39fd3ff467283195":[0,0,0,25,7], -"namespacefaker_1_1science.html#a3c230449f9f7b8cc52060540bc1dae4d":[0,0,0,25,2], -"namespacefaker_1_1science.html#a69dde99d81369271b4533ccb73d8d1b3":[0,0,0,25,5], -"namespacefaker_1_1science.html#a914c8967ba89a32c72849593aee71121":[0,0,0,25,8], -"namespacefaker_1_1science.html#a9315db6511e8a0386fa56ee47960944e":[0,0,0,25,6], -"namespacefaker_1_1science.html#a9c78abbc1ad4d7dc475b46a51aded605":[0,0,0,25,4], -"namespacefaker_1_1science.html#af9c156a3582134c9032ff2a088b7eef7":[0,0,0,25,3], +"namespacefaker_1_1science.html#a04050890c20bc122855fdfa076021466":[0,0,0,25,4], +"namespacefaker_1_1science.html#a042c3ae9a8fd931a587ab7f3021cbb34":[0,0,0,25,5], +"namespacefaker_1_1science.html#a55cbc01652253f47c3b597eb6579f930":[0,0,0,25,6], +"namespacefaker_1_1science.html#a757668dd0208c494fc9136bd46c6aa23":[0,0,0,25,2], +"namespacefaker_1_1science.html#acf42254f0508ee63f11ba5b35a32338b":[0,0,0,25,7], +"namespacefaker_1_1science.html#af4d5df3993f6749a148253bbc7e82d91":[0,0,0,25,3], +"namespacefaker_1_1science.html#af5ca292f992a9807b390a4a61c35eeeb":[0,0,0,25,8], "namespacefaker_1_1sport.html":[0,0,0,26], -"namespacefaker_1_1sport.html#a0841d643bbf375bce242c584bdd1d2c4":[0,0,0,26,0], -"namespacefaker_1_1sport.html#a1c376b54dc15e2f14f217ae67c5e9ebd":[0,0,0,26,3], -"namespacefaker_1_1sport.html#a6774deb366b24afb914f0967ad280ed5":[0,0,0,26,2], -"namespacefaker_1_1sport.html#aac2a6bde48faae8ad676cc6722ee6181":[0,0,0,26,4], -"namespacefaker_1_1sport.html#aae593416f8c7647b4e70cea58a98a970":[0,0,0,26,1], +"namespacefaker_1_1sport.html#aa90d1438ac4295f1625b351b0c93afe4":[0,0,0,26,2], +"namespacefaker_1_1sport.html#ab01ea8697643964befb319962765dfc2":[0,0,0,26,0], +"namespacefaker_1_1sport.html#ac83c75a907ea7c58bcec87698d259201":[0,0,0,26,4], +"namespacefaker_1_1sport.html#ae688d8f907acd3ad106667091a20ee01":[0,0,0,26,1], +"namespacefaker_1_1sport.html#ae9662b27668406faaf6aadbad0866384":[0,0,0,26,3], "namespacefaker_1_1string.html":[0,0,0,27], -"namespacefaker_1_1string.html#a01a1a0aa804e3a4a46d831cf7c977f2f":[0,0,0,27,9], -"namespacefaker_1_1string.html#a0d1d2b0e35c1f552a52931fe14afa36b":[0,0,0,27,11], -"namespacefaker_1_1string.html#a1c8f39a9083d995b932fe6d0dc8aa416":[0,0,0,27,14], -"namespacefaker_1_1string.html#a2012f8c5038b2f4152abc9c6cf7bf772":[0,0,0,27,16], -"namespacefaker_1_1string.html#a226dc6df5c872e0d450d27761a940b44":[0,0,0,27,20], +"namespacefaker_1_1string.html#a0f34587fb525159e53e01829edbe81cd":[0,0,0,27,5], +"namespacefaker_1_1string.html#a1e3a8454501914f1d54f607336a8ab5c":[0,0,0,27,18], +"namespacefaker_1_1string.html#a271ae1a89baf97693b8181f7e88975db":[0,0,0,27,3], +"namespacefaker_1_1string.html#a2b72fcb64a3202113769a90cf922b140":[0,0,0,27,15], "namespacefaker_1_1string.html#a335d7aad191429aa88bed20818881d95":[0,0,0,27,22], -"namespacefaker_1_1string.html#a4caa5e7c1ea545c11f9db1b8d67a0b44":[0,0,0,27,5], +"namespacefaker_1_1string.html#a34013d255a8eaf4c2afab2090c15cb8d":[0,0,0,27,21], +"namespacefaker_1_1string.html#a53c522cba8f02956fb554ef73261424b":[0,0,0,27,14], "namespacefaker_1_1string.html#a5b7a1d4a3ebb389e224c7bfc534d7cda":[0,0,0,27,2], "namespacefaker_1_1string.html#a5b7a1d4a3ebb389e224c7bfc534d7cdaa19de5b94f7b83900d4b296d9fa491aec":[0,0,0,27,2,2], "namespacefaker_1_1string.html#a5b7a1d4a3ebb389e224c7bfc534d7cdaa699b4f79215d191584653efebf156e52":[0,0,0,27,2,0], "namespacefaker_1_1string.html#a5b7a1d4a3ebb389e224c7bfc534d7cdaab75fcdd2d72d9e000beab48622402d93":[0,0,0,27,2,1], -"namespacefaker_1_1string.html#a64bd9e8226d6418b3a10a9deda65b78d":[0,0,0,27,17], -"namespacefaker_1_1string.html#a69abec2835dae8d22b0002214a74074b":[0,0,0,27,10], -"namespacefaker_1_1string.html#a6bee03ca29f6add293e969874324407d":[0,0,0,27,12], -"namespacefaker_1_1string.html#a7144ae2024184d71a09cb51144461d89":[0,0,0,27,7], -"namespacefaker_1_1string.html#a7c152abc53a8cb3df62d0c0d0c644d7a":[0,0,0,27,15], -"namespacefaker_1_1string.html#a81c9c75d8a252926f919e152285745a4":[0,0,0,27,19], -"namespacefaker_1_1string.html#a9de63f57b20be6a06a9373b71f0fef90":[0,0,0,27,18], -"namespacefaker_1_1string.html#a9e6d05b396d2e71fd46c2556faf6162a":[0,0,0,27,8], -"namespacefaker_1_1string.html#ac825d46cb8e73eee5ba8aea4f50e455d":[0,0,0,27,21], -"namespacefaker_1_1string.html#ac9905fff398faebc862080ebfaec57d6":[0,0,0,27,13], -"namespacefaker_1_1string.html#ad0f4eaebf422d9ddf8740a763c17c66c":[0,0,0,27,4], -"namespacefaker_1_1string.html#ada511e0da86ca3a8efcc8874c6cb516f":[0,0,0,27,6], +"namespacefaker_1_1string.html#a5c42bbf54d5c027e895f9acc8a46bc22":[0,0,0,27,8], +"namespacefaker_1_1string.html#a5f7f456ce960ac5d9407c805144b3943":[0,0,0,27,11], +"namespacefaker_1_1string.html#a609843a4fde8ddb1d6304b25916858e6":[0,0,0,27,10], +"namespacefaker_1_1string.html#a646c3109166518bfa5bcf5c2f5de98ef":[0,0,0,27,17], +"namespacefaker_1_1string.html#a6613ccca522a49631ed49c7d93c32e85":[0,0,0,27,20], +"namespacefaker_1_1string.html#a66f88f14a90528cdf5683a55a9d4a280":[0,0,0,27,6], +"namespacefaker_1_1string.html#a6b7e02197a0cec823f7b051c7234865b":[0,0,0,27,16], +"namespacefaker_1_1string.html#a8d3259903d00cae5042e753dc2f6c487":[0,0,0,27,7], +"namespacefaker_1_1string.html#a8e19bab9b27625c925d09c75b543fa72":[0,0,0,27,12], +"namespacefaker_1_1string.html#abf5e1f4e277703148d5ab06e6a0bfeda":[0,0,0,27,4], +"namespacefaker_1_1string.html#ac54da67b0fb85a3dcd6b970e286bcd1c":[0,0,0,27,9], "namespacefaker_1_1string.html#ae0a533af930e38eee4c35054705ee180":[0,0,0,27,1], -"namespacefaker_1_1string.html#af13059076cd4378460387205aa0abf13":[0,0,0,27,3], +"namespacefaker_1_1string.html#ae1f0a16d0a30f3fe542042384f76ec2c":[0,0,0,27,19], +"namespacefaker_1_1string.html#afdf0e7008f19716d3b6d82058cc07621":[0,0,0,27,13], "namespacefaker_1_1system.html":[0,0,0,28], -"namespacefaker_1_1system.html#a0b6a342786f02463dfbf79e188179fd5":[0,0,0,28,10], -"namespacefaker_1_1system.html#a38e41ca0dce57c758966a20ef0a809fc":[0,0,0,28,6], -"namespacefaker_1_1system.html#a5b7c73d6bde98732d09c5c46118f5199":[0,0,0,28,12], -"namespacefaker_1_1system.html#a6b7e776e89f9d98a2445068de5ba7e00":[0,0,0,28,4], -"namespacefaker_1_1system.html#a726010cfcd6aaaab4b0054f45c72de74":[0,0,0,28,8] +"namespacefaker_1_1system.html#a0f4b656749ffa2840fbef78d38d4c254":[0,0,0,28,14], +"namespacefaker_1_1system.html#a152dc7686f707ff769181cd6821aba7c":[0,0,0,28,10], +"namespacefaker_1_1system.html#a309b2c94f384cc9d682640506aba1375":[0,0,0,28,5], +"namespacefaker_1_1system.html#a60b8848155700550735de7e9df912005":[0,0,0,28,9], +"namespacefaker_1_1system.html#a74d7b69a1a18ae8958c29271e1f230a2":[0,0,0,28,4] }; diff --git a/navtreeindex6.js b/navtreeindex6.js index 0e0aa342f..05d65791f 100644 --- a/navtreeindex6.js +++ b/navtreeindex6.js @@ -1,44 +1,44 @@ var NAVTREEINDEX6 = { -"namespacefaker_1_1system.html#a7b35e2fb4bfc7cff9670a800198f071c":[0,0,0,28,11], -"namespacefaker_1_1system.html#a9736b08b0d753a6a227c1454efd9ada6":[0,0,0,28,14], -"namespacefaker_1_1system.html#a9a5f62f1cb1f26bb14cf2d4c3b13031a":[0,0,0,28,13], -"namespacefaker_1_1system.html#aad257e51aeaf64c852c2a4c437673bed":[0,0,0,28,5], +"namespacefaker_1_1system.html#a853ea09c9fb8b8c03fda5c0ed1d29086":[0,0,0,28,7], +"namespacefaker_1_1system.html#a9f65bb388e66bc8cb04e07ecf5a8e4e9":[0,0,0,28,13], +"namespacefaker_1_1system.html#a9f8f6e022652e96f1bfa55dff4c8082a":[0,0,0,28,6], +"namespacefaker_1_1system.html#aa7006eb2917cbeaf645afd4d9dc1c5bb":[0,0,0,28,11], +"namespacefaker_1_1system.html#ad28ecf10cae675e76cbf0232611c700b":[0,0,0,28,12], +"namespacefaker_1_1system.html#ad4309983f04c3100cca8fc8e45968e3b":[0,0,0,28,8], "namespacefaker_1_1system.html#aeeae0c993bee26944d1d31ad6c339a08":[0,0,0,28,3], "namespacefaker_1_1system.html#aeeae0c993bee26944d1d31ad6c339a08a34e2d1989a1dbf75cd631596133ee5ee":[0,0,0,28,3,4], "namespacefaker_1_1system.html#aeeae0c993bee26944d1d31ad6c339a08a9dffbf69ffba8bc38bc4e01abf4b1675":[0,0,0,28,3,3], "namespacefaker_1_1system.html#aeeae0c993bee26944d1d31ad6c339a08ab22f0418e8ac915eb66f829d262d14a2":[0,0,0,28,3,1], "namespacefaker_1_1system.html#aeeae0c993bee26944d1d31ad6c339a08abe53a0541a6d36f6ecb879fa2c584b08":[0,0,0,28,3,2], "namespacefaker_1_1system.html#aeeae0c993bee26944d1d31ad6c339a08ae498749f3c42246d50b15c81c101d988":[0,0,0,28,3,0], -"namespacefaker_1_1system.html#af230cb9d644c2e8db69f1ec2d1357c0a":[0,0,0,28,9], -"namespacefaker_1_1system.html#afdad863fa2df95c35576c5359873d2cc":[0,0,0,28,7], "namespacefaker_1_1vehicle.html":[0,0,0,29], -"namespacefaker_1_1vehicle.html#a0667e110f6f701356e91b32081096e82":[0,0,0,29,2], -"namespacefaker_1_1vehicle.html#a2043e5e5f52895f33dab0615947bd88c":[0,0,0,29,7], -"namespacefaker_1_1vehicle.html#a24baca86e4f565c26b9ced672ad4ff1f":[0,0,0,29,1], -"namespacefaker_1_1vehicle.html#a4fb5122b7a02827bc7d6d61ae7b46a2b":[0,0,0,29,6], -"namespacefaker_1_1vehicle.html#a749e286df2b31b8e6bf93279649bd49f":[0,0,0,29,3], -"namespacefaker_1_1vehicle.html#ac173717cf3836a8b86ae0731b141e541":[0,0,0,29,4], -"namespacefaker_1_1vehicle.html#ad4bd52438b6f43aa65b239b7b39e7c7a":[0,0,0,29,0], -"namespacefaker_1_1vehicle.html#aeeb619009b55f379112bf359f932d950":[0,0,0,29,5], -"namespacefaker_1_1vehicle.html#af8960c3e3c2b0be0039bed9aceb75e1f":[0,0,0,29,8], +"namespacefaker_1_1vehicle.html#a07ee147d6c81dfeb7bc70eb5378c0dbc":[0,0,0,29,2], +"namespacefaker_1_1vehicle.html#a2d43c573f64ded598fe59c97668f756a":[0,0,0,29,3], +"namespacefaker_1_1vehicle.html#a2dacf1f3d0037cf58abf6322eee29ba3":[0,0,0,29,7], +"namespacefaker_1_1vehicle.html#a3ab3c5b8357f4abe61a81c97e3df99b1":[0,0,0,29,8], +"namespacefaker_1_1vehicle.html#a78783093e7083fa2e897f7ca2226da68":[0,0,0,29,1], +"namespacefaker_1_1vehicle.html#ab20d989510dfb2ed421d378c1179ea8e":[0,0,0,29,6], +"namespacefaker_1_1vehicle.html#abcd2613f6e47ac7650924209851ff05e":[0,0,0,29,0], +"namespacefaker_1_1vehicle.html#abf36408d14fc12c02a8f6a5ba2773241":[0,0,0,29,5], +"namespacefaker_1_1vehicle.html#af3cdcd00d15094190e9fcdec62b31e21":[0,0,0,29,4], "namespacefaker_1_1videogame.html":[0,0,0,30], -"namespacefaker_1_1videogame.html#a2278603116988bb7a3a278bbf21abe4b":[0,0,0,30,3], -"namespacefaker_1_1videogame.html#a4f51ce8271b4356736a05f5efb8fee58":[0,0,0,30,0], -"namespacefaker_1_1videogame.html#a54a1c4e7ed9618e9f6b00956c5e1c996":[0,0,0,30,1], -"namespacefaker_1_1videogame.html#adbf90f3e74f8f081b643f59ecf0ef7e4":[0,0,0,30,2], +"namespacefaker_1_1videogame.html#a31ebb893e24ebecdc8392f9f36363005":[0,0,0,30,3], +"namespacefaker_1_1videogame.html#a4dd164bf14e461898d8a1408c6300127":[0,0,0,30,2], +"namespacefaker_1_1videogame.html#ab36d80c15e07e2e266da6df41a40f222":[0,0,0,30,0], +"namespacefaker_1_1videogame.html#ae5bdba1c888f8934eb817848a705983c":[0,0,0,30,1], "namespacefaker_1_1weather.html":[0,0,0,31], -"namespacefaker_1_1weather.html#a1a56fb25e24d32f05724d23dac952e5a":[0,0,0,31,0], +"namespacefaker_1_1weather.html#a029a4533396f1266c44ac7aaae7a681f":[0,0,0,31,0], "namespacefaker_1_1word.html":[0,0,0,32], -"namespacefaker_1_1word.html#a43c692f60960fbf94b050bfe4b8e8e22":[0,0,0,32,6], -"namespacefaker_1_1word.html#a6dc3f2b0ec7c85a289ae817c8f5fbd82":[0,0,0,32,5], -"namespacefaker_1_1word.html#a8e0958090d99910a02a9207eb195ac72":[0,0,0,32,3], -"namespacefaker_1_1word.html#aa25f46ff1050df3e7d8fbaf9c1e43e61":[0,0,0,32,8], -"namespacefaker_1_1word.html#aa9fba0899d670e8b41578ce7ca6f0649":[0,0,0,32,4], -"namespacefaker_1_1word.html#aac796dde65ebca48c2c8f13c573e8f2f":[0,0,0,32,0], -"namespacefaker_1_1word.html#aafc560af719f8bb54443106ccc5ce097":[0,0,0,32,7], -"namespacefaker_1_1word.html#abc098fdfbc3aafc972845777809eb804":[0,0,0,32,2], -"namespacefaker_1_1word.html#af1aa6d42bad487947ee2f689ba408fc0":[0,0,0,32,1], +"namespacefaker_1_1word.html#a03ac408bfcf1e583e0e94830bd7e54e8":[0,0,0,32,7], +"namespacefaker_1_1word.html#a0d9897ef2f1a2c30d8c375db2a8da628":[0,0,0,32,1], +"namespacefaker_1_1word.html#a3300afd6043c0f11af23e3bd0b9f1782":[0,0,0,32,8], +"namespacefaker_1_1word.html#a6e7e5f4576246ac2b1f086a0ecc2c62f":[0,0,0,32,2], +"namespacefaker_1_1word.html#a756eef88511091fc80942ab0a1502aaa":[0,0,0,32,6], +"namespacefaker_1_1word.html#a82ec1a575f056e5c79d2e7bc4e89335d":[0,0,0,32,3], +"namespacefaker_1_1word.html#aa380bf2a6c8cd76db8fe13d20ff6ccf9":[0,0,0,32,4], +"namespacefaker_1_1word.html#ad55c7c834bad43272cfcf0f6bce0aa7b":[0,0,0,32,5], +"namespacefaker_1_1word.html#af0f10fe34e975d361fd1d286d5073cc2":[0,0,0,32,0], "namespacemembers.html":[0,1,0], "namespacemembers.html":[0,1,0,0], "namespacemembers_b.html":[0,1,0,1], diff --git a/search/all_0.js b/search/all_0.js index 0baebb698..c66aa7abd 100644 --- a/search/all_0.js +++ b/search/all_0.js @@ -1,47 +1,47 @@ var searchData= [ ['a_0',['A',['../namespacefaker_1_1internet.html#a02270adba2a94976603175f8904646cda7fc56270e7a70fa81a5935b72eacbe29',1,'faker::internet']]], - ['abbreviation_1',['abbreviation',['../namespacefaker_1_1hacker.html#acd6a81ea49b6b20fa8611419512ee10f',1,'faker::hacker']]], - ['accountnumber_2',['accountNumber',['../namespacefaker_1_1finance.html#afc0f410251fed7d07e024b2e0a0729b3',1,'faker::finance']]], - ['accounttype_3',['accountType',['../namespacefaker_1_1finance.html#abfae8042955482e83a5bab01e8316945',1,'faker::finance']]], + ['abbreviation_1',['abbreviation',['../namespacefaker_1_1hacker.html#acda247954f20cfd70336242b02bcdd1d',1,'faker::hacker']]], + ['accountnumber_2',['accountNumber',['../namespacefaker_1_1finance.html#a7e67f5ac9230274301dec25f36ba58bd',1,'faker::finance']]], + ['accounttype_3',['accountType',['../namespacefaker_1_1finance.html#acb6673644b599d3285f8582b23d74af9',1,'faker::finance']]], ['activity_4',['Activity',['../namespacefaker_1_1internet.html#ab1fd12c6089e1eb7e783223be1b73ac1aecfc2dffe568c10a67dbc6d3724cfde2',1,'faker::internet']]], - ['actor_5',['actor',['../namespacefaker_1_1movie.html#abef12d0afe55cb3bb07d75feb3e1842a',1,'faker::movie']]], - ['actress_6',['actress',['../namespacefaker_1_1movie.html#a158659364c7b687d6d9512027f4633fc',1,'faker::movie']]], + ['actor_5',['actor',['../namespacefaker_1_1movie.html#a24eac3e1378c496af717f5b78d1f631a',1,'faker::movie']]], + ['actress_6',['actress',['../namespacefaker_1_1movie.html#a874a0bb72718925b1aa7f9c49a248f76',1,'faker::movie']]], ['addresscountry_7',['AddressCountry',['../namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030',1,'faker::location']]], - ['adjective_8',['adjective',['../namespacefaker_1_1hacker.html#ad20638e4e69212401bdd7cd718966be6',1,'faker::hacker::adjective()'],['../namespacefaker_1_1word.html#aac796dde65ebca48c2c8f13c573e8f2f',1,'faker::word::adjective(std::optional< unsigned > length=std::nullopt)']]], - ['adverb_9',['adverb',['../namespacefaker_1_1word.html#af1aa6d42bad487947ee2f689ba408fc0',1,'faker::word']]], + ['adjective_8',['adjective',['../namespacefaker_1_1hacker.html#ab145eeeb1541c504518051e74bb1d6c0',1,'faker::hacker::adjective()'],['../namespacefaker_1_1word.html#af0f10fe34e975d361fd1d286d5073cc2',1,'faker::word::adjective(std::optional< unsigned > length=std::nullopt)']]], + ['adverb_9',['adverb',['../namespacefaker_1_1word.html#a0d9897ef2f1a2c30d8c375db2a8da628',1,'faker::word']]], ['afghanistan_10',['Afghanistan',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa6e9767f4f15357401b148b9a8ced14ef',1,'faker::phone']]], ['aircrafttype_11',['AircraftType',['../namespacefaker_1_1airline.html#aa0f30eb26e69720c80bc6ec9184247b7',1,'faker::airline']]], - ['aircrafttype_12',['aircraftType',['../namespacefaker_1_1airline.html#a7bbffc434f39726fc3fa8e269e3a6153',1,'faker::airline']]], - ['airline_13',['airline',['../namespacefaker_1_1airline.html#a2d77cd49e5a018ff59bd3b4af15ad61f',1,'faker::airline']]], + ['aircrafttype_12',['aircraftType',['../namespacefaker_1_1airline.html#a727a0d70eabe9b705561b7a37a329dcd',1,'faker::airline']]], + ['airline_13',['airline',['../namespacefaker_1_1airline.html#ae206a7cb56b3047e258315df5f7161a9',1,'faker::airline']]], ['airline_2eh_14',['Airline.h',['../Airline_8h.html',1,'']]], ['airlineinfo_15',['AirlineInfo',['../structfaker_1_1airline_1_1AirlineInfo.html',1,'faker::airline']]], ['airplane_16',['Airplane',['../structfaker_1_1airline_1_1Airplane.html',1,'faker::airline']]], - ['airplane_17',['airplane',['../namespacefaker_1_1airline.html#a532d10901dace2ab28b0960f180d7167',1,'faker::airline']]], + ['airplane_17',['airplane',['../namespacefaker_1_1airline.html#a088e61d005ef3d6b2e5f31a1b1a879af',1,'faker::airline']]], ['airport_18',['Airport',['../structfaker_1_1airline_1_1Airport.html',1,'faker::airline']]], - ['airport_19',['airport',['../namespacefaker_1_1airline.html#ac601e607e9255c2b2adfdc7f1164fff5',1,'faker::airline']]], + ['airport_19',['airport',['../namespacefaker_1_1airline.html#a92371b24b6158571a8a57abb904ab4e2',1,'faker::airline']]], ['alandislands_20',['AlandIslands',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aac6cf4058465588ddb03a5177004e5994',1,'faker::phone']]], ['albania_21',['Albania',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aac420ddff824a5c0eec70dd23d62496bc',1,'faker::phone']]], ['albanian_22',['Albanian',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8aa716b6a3e8cf5994165d64d712db61d8',1,'faker::person']]], - ['alcoholicbeverage_23',['alcoholicBeverage',['../namespacefaker_1_1food.html#aefba0c47fe6e5467a9ddddce257adcd2',1,'faker::food']]], + ['alcoholicbeverage_23',['alcoholicBeverage',['../namespacefaker_1_1food.html#a242b623a082b6729ddc0ca5b06e08a37',1,'faker::food']]], ['algeria_24',['Algeria',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa575b9408b6daa2ddcefbcf6d81c9b4c9',1,'faker::phone']]], - ['alpha_25',['alpha',['../namespacefaker_1_1string.html#ad0f4eaebf422d9ddf8740a763c17c66c',1,'faker::string::alpha(unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")'],['../namespacefaker_1_1string.html#af13059076cd4378460387205aa0abf13',1,'faker::string::alpha(GuaranteeMap &&guarantee, unsigned length=1, StringCasing casing=StringCasing::Mixed)']]], - ['alphanumeric_26',['alphanumeric',['../namespacefaker_1_1string.html#ada511e0da86ca3a8efcc8874c6cb516f',1,'faker::string::alphanumeric(unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")'],['../namespacefaker_1_1string.html#a4caa5e7c1ea545c11f9db1b8d67a0b44',1,'faker::string::alphanumeric(GuaranteeMap &&guarantee, unsigned length=1, StringCasing casing=StringCasing::Mixed)']]], + ['alpha_25',['alpha',['../namespacefaker_1_1string.html#abf5e1f4e277703148d5ab06e6a0bfeda',1,'faker::string::alpha(unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")'],['../namespacefaker_1_1string.html#a271ae1a89baf97693b8181f7e88975db',1,'faker::string::alpha(GuaranteeMap &&guarantee, unsigned length=1, StringCasing casing=StringCasing::Mixed)']]], + ['alphanumeric_26',['alphanumeric',['../namespacefaker_1_1string.html#a66f88f14a90528cdf5683a55a9d4a280',1,'faker::string::alphanumeric(unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")'],['../namespacefaker_1_1string.html#a0f34587fb525159e53e01829edbe81cd',1,'faker::string::alphanumeric(GuaranteeMap &&guarantee, unsigned length=1, StringCasing casing=StringCasing::Mixed)']]], ['americanexpress_27',['AmericanExpress',['../namespacefaker_1_1finance.html#aa583be46abeaac908c81656813251bfaad5926562cceb8fa8a6540e470f1df930',1,'faker::finance']]], ['americansamoa_28',['AmericanSamoa',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa69cee7e59fd1d744ff26c9b2d328aec9',1,'faker::phone']]], - ['amount_29',['amount',['../namespacefaker_1_1finance.html#a5e0304233bed8d213af5bd72664823d4',1,'faker::finance']]], + ['amount_29',['amount',['../namespacefaker_1_1finance.html#a45a740f60cfb1788f79f08110dba3c3c',1,'faker::finance']]], ['andorra_30',['Andorra',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa68746a7280b143cfc01f967610d3e86d',1,'faker::phone']]], ['angola_31',['Angola',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa232bf11cb81bcdb269f76a08fde8b947',1,'faker::phone']]], ['anguilla_32',['Anguilla',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aacedfc05affe8143cc552076e77407863',1,'faker::phone']]], ['animal_2eh_33',['Animal.h',['../Animal_8h.html',1,'']]], - ['anonymoususername_34',['anonymousUsername',['../namespacefaker_1_1internet.html#a7984e90922498f1299cecd31c5f575a7',1,'faker::internet']]], + ['anonymoususername_34',['anonymousUsername',['../namespacefaker_1_1internet.html#a0e22ade4bf001c126dd22e5c72506031',1,'faker::internet']]], ['antiguaandbarbuda_35',['AntiguaAndBarbuda',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa122e4c6c9454be35b16e465278691f33',1,'faker::phone']]], ['application_36',['Application',['../namespacefaker_1_1system.html#aeeae0c993bee26944d1d31ad6c339a08ae498749f3c42246d50b15c81c101d988',1,'faker::system']]], - ['areacode_37',['areaCode',['../namespacefaker_1_1phone.html#a7b8f2bedf28f69e05d5301a262aafc84',1,'faker::phone']]], + ['areacode_37',['areaCode',['../namespacefaker_1_1phone.html#af0ac28a1180f714704a2098afe61cceb',1,'faker::phone']]], ['argentina_38',['Argentina',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa3536be57ce0713954e454ae6c53ec023',1,'faker::phone']]], ['armenia_39',['Armenia',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaa00c273f0f497484093fa94865cf5ca5',1,'faker::phone']]], ['arrayelement_40',['arrayElement',['../namespacefaker_1_1helper.html#aa643a09d2b1129c269986c92a4cddb66',1,'faker::helper::arrayElement(std::span< const T > data)'],['../namespacefaker_1_1helper.html#ae9d5478c49e71aef7eb2623f3d9c9009',1,'faker::helper::arrayElement(const std::array< T, N > &data)'],['../namespacefaker_1_1helper.html#a620e3715e328fa71989c108d1c28ba48',1,'faker::helper::arrayElement(It start, It end) -> decltype(*::std::declval< It >())'],['../namespacefaker_1_1helper.html#a5be5b41027205e0b5c8525882327bb7b',1,'faker::helper::arrayElement(const std::vector< T > &data)'],['../namespacefaker_1_1helper.html#a22370d33819758fb60d0b22751c6fbaa',1,'faker::helper::arrayElement(const std::initializer_list< T > &data)']]], - ['artist_41',['artist',['../namespacefaker_1_1music.html#af57f6c0d3857f3d34eb480a015607c54',1,'faker::music']]], + ['artist_41',['artist',['../namespacefaker_1_1music.html#a8f960c10557e8c9b8d98414ec99f46e1',1,'faker::music']]], ['aruba_42',['Aruba',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa4893b64051cf425047ddd8606dae25f4',1,'faker::phone']]], ['atleastcount_43',['atLeastCount',['../structfaker_1_1string_1_1CharCount.html#a465bc786f3be8c39efdb7134468a5b21',1,'faker::string::CharCount']]], ['atmostcount_44',['atMostCount',['../structfaker_1_1string_1_1CharCount.html#a78467d29318e0b0979a518e263e2ad2a',1,'faker::string::CharCount']]], @@ -50,6 +50,6 @@ var searchData= ['australia_47',['Australia',['../namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030a4442e4af0916f53a07fb8ca9a49b98ed',1,'faker::location::Australia'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa4442e4af0916f53a07fb8ca9a49b98ed',1,'faker::phone::Australia']]], ['austria_48',['Austria',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a9891739094756d2605946c867b32ad28',1,'faker::finance::Austria'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa9891739094756d2605946c867b32ad28',1,'faker::phone::Austria']]], ['author_49',['Author',['../structfaker_1_1git_1_1Author.html',1,'faker::git']]], - ['author_50',['author',['../namespacefaker_1_1book.html#a9d0b2419884e08a03abcaf3eab1404f8',1,'faker::book']]], + ['author_50',['author',['../namespacefaker_1_1book.html#a79b26014c07fdacac3e0577c0c42deb4',1,'faker::book']]], ['azerbaijan_51',['Azerbaijan',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa7176f8c3bccfdf02322c73f7a0bc9688',1,'faker::phone']]] ]; diff --git a/search/all_1.js b/search/all_1.js index c4a67c0fc..3c0a4fb32 100644 --- a/search/all_1.js +++ b/search/all_1.js @@ -5,7 +5,7 @@ var searchData= ['bahrain_2',['Bahrain',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa6ddecd8ccd9f648d19dc02c7a566cb4f',1,'faker::phone']]], ['bangladesh_3',['Bangladesh',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaf78a77f631d275aac6a914a17fe1b885',1,'faker::phone']]], ['barbados_4',['Barbados',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa3214c0f21d200a1dae4eb83a53ec2730',1,'faker::phone']]], - ['bear_5',['bear',['../namespacefaker_1_1animal.html#ad5a021941b3217ad85b9bb6468c64afa',1,'faker::animal']]], + ['bear_5',['bear',['../namespacefaker_1_1animal.html#a1ef73aba70cae19b9c641358f98aa95e',1,'faker::animal']]], ['belarus_6',['Belarus',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa6542f875eaa09a5c550e5f3986400ad9',1,'faker::phone']]], ['belarusian_7',['Belarusian',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a0a6de4460095f398e8a45ed512a7538f',1,'faker::person']]], ['belgium_8',['Belgium',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a6c1674d14bf5f95742f572cddb0641a7',1,'faker::finance::Belgium'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa6c1674d14bf5f95742f572cddb0641a7',1,'faker::phone::Belgium']]], @@ -13,30 +13,30 @@ var searchData= ['benin_10',['Benin',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa9e7002d53d4db7bfad4f5cf419b0c126',1,'faker::phone']]], ['bermuda_11',['Bermuda',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa6653bea16d7ac8a266d752e9a0176c4f',1,'faker::phone']]], ['bhutan_12',['Bhutan',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aae65a0ed0e39dd14a9e5af441efb09b37',1,'faker::phone']]], - ['bic_13',['bic',['../namespacefaker_1_1finance.html#a94650c02aa931834471feed0da78f08b',1,'faker::finance']]], + ['bic_13',['bic',['../namespacefaker_1_1finance.html#a25d2ce6cdf0a4c3182c74f25cd6389dc',1,'faker::finance']]], ['biccountry_14',['BicCountry',['../namespacefaker_1_1finance.html#a7503073690854f337acfc752a1801f5d',1,'faker::finance']]], - ['bicycle_15',['bicycle',['../namespacefaker_1_1vehicle.html#ad4bd52438b6f43aa65b239b7b39e7c7a',1,'faker::vehicle']]], - ['binary_16',['binary',['../namespacefaker_1_1string.html#a9e6d05b396d2e71fd46c2556faf6162a',1,'faker::string::binary(unsigned length=1)'],['../namespacefaker_1_1string.html#a7144ae2024184d71a09cb51144461d89',1,'faker::string::binary(GuaranteeMap &&guarantee, unsigned length=1)']]], - ['bio_17',['bio',['../namespacefaker_1_1person.html#aca57908ce15927f2bef9df1f4ae1cbed',1,'faker::person']]], - ['bird_18',['bird',['../namespacefaker_1_1animal.html#a659735cbc4de972ba3f35f63ec0d27fe',1,'faker::animal']]], - ['birthdatebyage_19',['birthdateByAge',['../namespacefaker_1_1date.html#a0f2c5e2430ef4e3f863fde934e9f9a72',1,'faker::date']]], - ['birthdatebyyear_20',['birthdateByYear',['../namespacefaker_1_1date.html#ad362334610ede9252c38809c19b691fa',1,'faker::date']]], - ['bitcoinaddress_21',['bitcoinAddress',['../namespacefaker_1_1finance.html#a66b99fc214d3bed0c90a7949dc6b3705',1,'faker::finance']]], + ['bicycle_15',['bicycle',['../namespacefaker_1_1vehicle.html#abcd2613f6e47ac7650924209851ff05e',1,'faker::vehicle']]], + ['binary_16',['binary',['../namespacefaker_1_1string.html#a5c42bbf54d5c027e895f9acc8a46bc22',1,'faker::string::binary(unsigned length=1)'],['../namespacefaker_1_1string.html#a8d3259903d00cae5042e753dc2f6c487',1,'faker::string::binary(GuaranteeMap &&guarantee, unsigned length=1)']]], + ['bio_17',['bio',['../namespacefaker_1_1person.html#a41deabbecbf923fd045031c7456df21d',1,'faker::person']]], + ['bird_18',['bird',['../namespacefaker_1_1animal.html#a08d156573d0833f51a1801eb304b17e7',1,'faker::animal']]], + ['birthdatebyage_19',['birthdateByAge',['../namespacefaker_1_1date.html#a9de04d3e50ab9057ab7a92ed858a744a',1,'faker::date']]], + ['birthdatebyyear_20',['birthdateByYear',['../namespacefaker_1_1date.html#a46e98c27b1c6f313b918cb64d99a5d30',1,'faker::date']]], + ['bitcoinaddress_21',['bitcoinAddress',['../namespacefaker_1_1finance.html#ab5e2e3ab4e301fed661d9f588600a717',1,'faker::finance']]], ['body_22',['Body',['../namespacefaker_1_1internet.html#ab1fd12c6089e1eb7e783223be1b73ac1aac101b32dda4448cf13a93fe283dddd8',1,'faker::internet']]], ['bolivia_23',['Bolivia',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa28aaafc355915903ce4a7e1d3af3bc4e',1,'faker::phone']]], ['book_2eh_24',['Book.h',['../Book_8h.html',1,'']]], - ['boolean_25',['boolean',['../namespacefaker_1_1datatype.html#a034365c43eb802729f01cce05d0088e1',1,'faker::datatype::boolean()'],['../namespacefaker_1_1datatype.html#a35179e705e5cfcfcb9596b0da1a1242c',1,'faker::datatype::boolean(double probability)']]], + ['boolean_25',['boolean',['../namespacefaker_1_1datatype.html#a6e8fea28b1cf18124cb1c854496b35c2',1,'faker::datatype::boolean()'],['../namespacefaker_1_1datatype.html#a3f0613615165573f77dba5349bb00241',1,'faker::datatype::boolean(double probability)']]], ['bosniaandherzegovina_26',['BosniaAndHerzegovina',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa1150b6c57b0a01fed28deaf11335207d',1,'faker::phone']]], ['botswana_27',['Botswana',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa6cd50fb3091b0a9d3c1ac2cf52441390',1,'faker::phone']]], - ['branch_28',['branch',['../namespacefaker_1_1git.html#a4e9e76963846a33886421a59e65c8c25',1,'faker::git']]], + ['branch_28',['branch',['../namespacefaker_1_1git.html#a9057763074d9ca99cb23aa4696766893',1,'faker::git']]], ['brazil_29',['Brazil',['../namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030a42537f0fb56e31e20ab9c2305752087d',1,'faker::location::Brazil'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa42537f0fb56e31e20ab9c2305752087d',1,'faker::phone::Brazil']]], ['bruneidarussalam_30',['BruneiDarussalam',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aacf69af09959b963cbe031e047f745066',1,'faker::phone']]], - ['buildingnumber_31',['buildingNumber',['../namespacefaker_1_1location.html#a09b8498a7d2d89f02e0002e494b4c41c',1,'faker::location']]], + ['buildingnumber_31',['buildingNumber',['../namespacefaker_1_1location.html#acfcae308deae2a89a99a9c2d7721d4d7',1,'faker::location']]], ['bulgaria_32',['Bulgaria',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a01a151debf2bfee8906f43f4342eb10b',1,'faker::finance::Bulgaria'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa01a151debf2bfee8906f43f4342eb10b',1,'faker::phone::Bulgaria']]], ['burkinafaso_33',['BurkinaFaso',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa77643fe9916efc367428fbc172637580',1,'faker::phone']]], ['burundi_34',['Burundi',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa28765464efe1b6583610335965b4d75a',1,'faker::phone']]], - ['buzzadjective_35',['buzzAdjective',['../namespacefaker_1_1company.html#aaf120e7adb5e24d8d94f479576a9e8c7',1,'faker::company']]], - ['buzznoun_36',['buzzNoun',['../namespacefaker_1_1company.html#a50624bd179518d6d5166255f0264dab9',1,'faker::company']]], - ['buzzphrase_37',['buzzPhrase',['../namespacefaker_1_1company.html#ad422fd122239ff98caf2f6a45f35283c',1,'faker::company']]], - ['buzzverb_38',['buzzVerb',['../namespacefaker_1_1company.html#a21797f2223123548175f7d5dd2c45f6f',1,'faker::company']]] + ['buzzadjective_35',['buzzAdjective',['../namespacefaker_1_1company.html#a02b67ebf0ef4b30a7a48776b158e105a',1,'faker::company']]], + ['buzznoun_36',['buzzNoun',['../namespacefaker_1_1company.html#a1099f8aca6deb4fc3c00c3df3e04bc80',1,'faker::company']]], + ['buzzphrase_37',['buzzPhrase',['../namespacefaker_1_1company.html#a1e590c592a3cdbf5583383ee859f74d7',1,'faker::company']]], + ['buzzverb_38',['buzzVerb',['../namespacefaker_1_1company.html#a94c98fe534829a1d8a017ceea772d07a',1,'faker::company']]] ]; diff --git a/search/all_11.js b/search/all_11.js index bfc1d7d44..cdd39dc45 100644 --- a/search/all_11.js +++ b/search/all_11.js @@ -1,23 +1,23 @@ var searchData= [ - ['rabbit_0',['rabbit',['../namespacefaker_1_1animal.html#aab77f3014ecba0275f7174123241341a',1,'faker::animal']]], + ['rabbit_0',['rabbit',['../namespacefaker_1_1animal.html#a9d703f755381a685727eb7fb8647432a',1,'faker::animal']]], ['randomgenerator_1',['RandomGenerator',['../classfaker_1_1RandomGenerator.html',1,'faker::RandomGenerator< T >'],['../classfaker_1_1RandomGenerator.html#a12ef734c55d755f004080317119eac91',1,'faker::RandomGenerator::RandomGenerator()'],['../classfaker_1_1RandomGenerator.html#a8b33adc0ec8edfffdc998a2b4d068a3b',1,'faker::RandomGenerator::RandomGenerator(const RandomGenerator &)=default'],['../classfaker_1_1RandomGenerator.html#aaa2228768db64ca1304322260ca24ec0',1,'faker::RandomGenerator::RandomGenerator(RandomGenerator &&)=default']]], ['randomgenerator_2eh_2',['RandomGenerator.h',['../RandomGenerator_8h.html',1,'']]], ['range_3',['Range',['../structfaker_1_1airline_1_1Range.html',1,'faker::airline']]], - ['recentdate_4',['recentDate',['../namespacefaker_1_1date.html#a3a426b7a147f5b2ab7d513a35a339bc6',1,'faker::date']]], - ['recordlocator_5',['recordLocator',['../namespacefaker_1_1airline.html#a37f9fc7a55a48c6b1b751abf672c6b8c',1,'faker::airline']]], + ['recentdate_4',['recentDate',['../namespacefaker_1_1date.html#a304545ffe96dbde52e3a36d1d5a0044c',1,'faker::date']]], + ['recordlocator_5',['recordLocator',['../namespacefaker_1_1airline.html#a9d4a31bb5a16f63ad962a51bfb5ff10a',1,'faker::airline']]], ['redirection_6',['Redirection',['../namespacefaker_1_1internet.html#a25d31766e509fb398f5534224b171a8da1b6498e23a3c43775699129e7ebfcfeb',1,'faker::internet']]], - ['regexpstylestringparse_7',['regexpStyleStringParse',['../namespacefaker_1_1helper.html#a82febb5702bff2c84af9efeff604cddb',1,'faker::helper']]], + ['regexpstylestringparse_7',['regexpStyleStringParse',['../namespacefaker_1_1helper.html#a484c4cf1826e01d11c7f8541fb35e4f8',1,'faker::helper']]], ['regional_8',['Regional',['../namespacefaker_1_1airline.html#aa0f30eb26e69720c80bc6ec9184247b7a9c1c6794d4b1fb6ed518d57daa87b628',1,'faker::airline']]], - ['replacecreditcardsymbols_9',['replaceCreditCardSymbols',['../namespacefaker_1_1helper.html#a267e6800ee30faa00b9fc9430a81956f',1,'faker::helper']]], - ['replacesymbolwithnumber_10',['replaceSymbolWithNumber',['../namespacefaker_1_1helper.html#ac0daa6235fd507843ed86d6f53c6a16c',1,'faker::helper']]], + ['replacecreditcardsymbols_9',['replaceCreditCardSymbols',['../namespacefaker_1_1helper.html#a316cf4ac8f92ad52808e760f39974ca6',1,'faker::helper']]], + ['replacesymbolwithnumber_10',['replaceSymbolWithNumber',['../namespacefaker_1_1helper.html#afea39638210df8858b64480f140f4c2c',1,'faker::helper']]], ['republicofkorea_11',['RepublicOfKorea',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaa641dfd20485db9f85e401b122ae4754',1,'faker::phone']]], ['reunion_12',['Reunion',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa939c3c13a3d058c4c53109d7f804b631',1,'faker::phone']]], - ['rgb_13',['rgb',['../namespacefaker_1_1color.html#a7cb3694851af1b3ff9d8749a79a8edbc',1,'faker::color']]], - ['rodent_14',['rodent',['../namespacefaker_1_1animal.html#aa465b0c3ad1aff430a1186bb0e70148f',1,'faker::animal']]], + ['rgb_13',['rgb',['../namespacefaker_1_1color.html#af6a5bd8e9feb97f01ef3a41621cec14a',1,'faker::color']]], + ['rodent_14',['rodent',['../namespacefaker_1_1animal.html#a28047a3b51fe323aced748c28d803260',1,'faker::animal']]], ['romania_15',['Romania',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a0c7d5ae44b2a0be9ebd7d6b9f7d60f20',1,'faker::finance::Romania'],['../namespacefaker_1_1finance.html#a7503073690854f337acfc752a1801f5da0c7d5ae44b2a0be9ebd7d6b9f7d60f20',1,'faker::finance::Romania'],['../namespacefaker_1_1person.html#ac71835f2e95a797941cb01c13efff749a0c7d5ae44b2a0be9ebd7d6b9f7d60f20',1,'faker::person::Romania'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa0c7d5ae44b2a0be9ebd7d6b9f7d60f20',1,'faker::phone::Romania']]], ['romanian_16',['Romanian',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8aefa7394ecaa7fc7076a9da13a77236b8',1,'faker::person']]], - ['routingnumber_17',['routingNumber',['../namespacefaker_1_1finance.html#a5df8a15db141fc4fbc1d49e1088c9484',1,'faker::finance']]], + ['routingnumber_17',['routingNumber',['../namespacefaker_1_1finance.html#acdba5149d4f18e5b05c3ea88de3f5c09',1,'faker::finance']]], ['russia_18',['Russia',['../namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030a5feb168ca8fb495dcc89b1208cdeb919',1,'faker::location']]], ['russian_19',['Russian',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8adeba6920e70615401385fe1fb5a379ec',1,'faker::person']]], ['russianfederation_20',['RussianFederation',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa68a743f6cb422fa341bdd7c7a0136ed6',1,'faker::phone']]], diff --git a/search/all_12.js b/search/all_12.js index e27dab6f3..60aab9f04 100644 --- a/search/all_12.js +++ b/search/all_12.js @@ -8,70 +8,70 @@ var searchData= ['saintpierreandmiquelon_5',['SaintPierreAndMiquelon',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aafaa3092e0750a160cb83ef90866003c0',1,'faker::phone']]], ['saintvincentandthegrenadines_6',['SaintVincentAndTheGrenadines',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aae0e30f656e72895925e8acec85d78057',1,'faker::phone']]], ['samoa_7',['Samoa',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa0861134397888c470803c77fb6cd2943',1,'faker::phone']]], - ['sample_8',['sample',['../namespacefaker_1_1string.html#ac825d46cb8e73eee5ba8aea4f50e455d',1,'faker::string::sample(unsigned length=10)'],['../namespacefaker_1_1string.html#a226dc6df5c872e0d450d27761a940b44',1,'faker::string::sample(GuaranteeMap &&guarantee, unsigned length=10)'],['../namespacefaker_1_1word.html#a43c692f60960fbf94b050bfe4b8e8e22',1,'faker::word::sample()']]], + ['sample_8',['sample',['../namespacefaker_1_1string.html#a34013d255a8eaf4c2afab2090c15cb8d',1,'faker::string::sample(unsigned length=10)'],['../namespacefaker_1_1string.html#a6613ccca522a49631ed49c7d93c32e85',1,'faker::string::sample(GuaranteeMap &&guarantee, unsigned length=10)'],['../namespacefaker_1_1word.html#a756eef88511091fc80942ab0a1502aaa',1,'faker::word::sample()']]], ['sanmarino_9',['SanMarino',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa8b73467d104f370f4879a987413bbbc6',1,'faker::phone']]], ['saotomeandprincipe_10',['SaoTomeAndPrincipe',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa5ab690f00e63ae31852cb5b353160949',1,'faker::phone']]], ['saudiarabia_11',['SaudiArabia',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aadba1e2cc75d691a4817ed3fe0d79edac',1,'faker::phone']]], ['science_2eh_12',['Science.h',['../Science_8h.html',1,'']]], - ['seafood_13',['seafood',['../namespacefaker_1_1food.html#aa2586db301f6a26b8f9ccfdb333fd293',1,'faker::food']]], - ['seat_14',['seat',['../namespacefaker_1_1airline.html#ad4616c2354c2f4ed5cb609d5cfe3c6ae',1,'faker::airline']]], - ['second_15',['second',['../namespacefaker_1_1date.html#a6c1918f3fe9464f2936ece5a2da0a610',1,'faker::date']]], - ['secondaryaddress_16',['secondaryAddress',['../namespacefaker_1_1location.html#a4b96853a96e548cff475f1170b286b10',1,'faker::location']]], - ['seed_17',['seed',['../namespacefaker_1_1food.html#ae54dacb21cbc5f95841e93fd26a1dc0d',1,'faker::food']]], - ['semver_18',['semver',['../namespacefaker_1_1system.html#a9736b08b0d753a6a227c1454efd9ada6',1,'faker::system']]], + ['seafood_13',['seafood',['../namespacefaker_1_1food.html#a1afd0c7bce41f172f409956650b80401',1,'faker::food']]], + ['seat_14',['seat',['../namespacefaker_1_1airline.html#abd4ed31284f90116d7d449776ad57055',1,'faker::airline']]], + ['second_15',['second',['../namespacefaker_1_1date.html#aea16f01309c7b8134454035b8bf88617',1,'faker::date']]], + ['secondaryaddress_16',['secondaryAddress',['../namespacefaker_1_1location.html#acdabffd579118713312582c082c33489',1,'faker::location']]], + ['seed_17',['seed',['../namespacefaker_1_1food.html#a5f50d39d0da2d04f87d1fada468c2682',1,'faker::food']]], + ['semver_18',['semver',['../namespacefaker_1_1system.html#a0f4b656749ffa2840fbef78d38d4c254',1,'faker::system']]], ['senegal_19',['Senegal',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa9986531359550785caffb2032622437f',1,'faker::phone']]], - ['sentence_20',['sentence',['../namespacefaker_1_1lorem.html#a92ea31975ddf38f5d5559812f3bd1e10',1,'faker::lorem']]], - ['sentences_21',['sentences',['../namespacefaker_1_1lorem.html#aa7cdcb18cb5ab2787431d89336338b2c',1,'faker::lorem']]], + ['sentence_20',['sentence',['../namespacefaker_1_1lorem.html#a474701bf19dcc2b62a199d540deb96fc',1,'faker::lorem']]], + ['sentences_21',['sentences',['../namespacefaker_1_1lorem.html#a375063dbea7caebda30aec4a3fd83775',1,'faker::lorem']]], ['serbia_22',['Serbia',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa2ff6e535bd2f100979a171ad430e642b',1,'faker::phone']]], ['serbian_23',['Serbian',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a055301c56abc82dd3a81ea3810ad0599',1,'faker::person']]], - ['series_24',['series',['../namespacefaker_1_1book.html#ade2c418d498da58f35ef8d2598695bac',1,'faker::book']]], + ['series_24',['series',['../namespacefaker_1_1book.html#a3ed50eb1ee042cf87f5cddc940578e20',1,'faker::book']]], ['servererror_25',['ServerError',['../namespacefaker_1_1internet.html#a25d31766e509fb398f5534224b171a8da7d65c64901711bc2cd2a33ff2641fbe9',1,'faker::internet']]], ['setelement_26',['setElement',['../namespacefaker_1_1helper.html#a45706a0a4f710f384c1a8781ef14c0df',1,'faker::helper']]], ['sex_27',['Sex',['../namespacefaker_1_1person.html#ab7290e4523427c5876299e459d3ed038',1,'faker::person']]], - ['sex_28',['sex',['../namespacefaker_1_1person.html#ae8323c33660ad6f2a3112e346ff54fff',1,'faker::person']]], + ['sex_28',['sex',['../namespacefaker_1_1person.html#a6f9626afb67c43e013958f64f5a58419',1,'faker::person']]], ['seychelles_29',['Seychelles',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aad2e4449b45608e33e472d939a73868f7',1,'faker::phone']]], - ['sha256_30',['sha256',['../namespacefaker_1_1crypto.html#ac680a4d48103e883fe3186ba9e9e5452',1,'faker::crypto']]], - ['shippingcarrier_31',['shippingCarrier',['../namespacefaker_1_1commerce.html#a344044b0da3517b9d968ccf5c8610a80',1,'faker::commerce']]], - ['shrub_32',['shrub',['../namespacefaker_1_1plant.html#ae9c4affc23f27b11b72fb4ae0f3c55c4',1,'faker::plant']]], - ['shufflestring_33',['shuffleString',['../namespacefaker_1_1helper.html#a5be0c12bca864e4eecf422983fac6210',1,'faker::helper']]], + ['sha256_30',['sha256',['../namespacefaker_1_1crypto.html#a06acc630cf1abe98fd1066949da9d016',1,'faker::crypto']]], + ['shippingcarrier_31',['shippingCarrier',['../namespacefaker_1_1commerce.html#a4cccf9c8c2dc76301d318ffd6a9f871f',1,'faker::commerce']]], + ['shrub_32',['shrub',['../namespacefaker_1_1plant.html#a86bfd2dc95c27ba02e8aa5786d56f3ed',1,'faker::plant']]], + ['shufflestring_33',['shuffleString',['../namespacefaker_1_1helper.html#a52e611f6feb6b6cebb53f65991a54f6c',1,'faker::helper']]], ['sierraleone_34',['SierraLeone',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aad90e3d018b993f96c5c79ca7662022cb',1,'faker::phone']]], ['singapore_35',['Singapore',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa458e4cbc78201c1aec5fc53a31c59378',1,'faker::phone']]], ['sintmaarten_36',['SintMaarten',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaf4757131a56502c5387dedc97e06ed35',1,'faker::phone']]], - ['sku_37',['sku',['../namespacefaker_1_1commerce.html#a9413d659f705402cba84ece0c5ec879c',1,'faker::commerce']]], + ['sku_37',['sku',['../namespacefaker_1_1commerce.html#a0918e8976829a3294edab1bece0dd282',1,'faker::commerce']]], ['slovak_38',['Slovak',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a9accc467b159e7ce158e53209c0cde2a',1,'faker::person']]], ['slovakia_39',['Slovakia',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a88a392b5a8d8f73986d83a2deefb0472',1,'faker::finance::Slovakia'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa88a392b5a8d8f73986d83a2deefb0472',1,'faker::phone::Slovakia']]], ['slovene_40',['Slovene',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a427024e07ed1b75db64a2218e4bbedd3',1,'faker::person']]], ['slovenia_41',['Slovenia',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a00247297c394dd443dc97067830c35f4',1,'faker::finance::Slovenia'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa00247297c394dd443dc97067830c35f4',1,'faker::phone::Slovenia']]], - ['slug_42',['slug',['../namespacefaker_1_1lorem.html#a1a74d4c996ca52d1ae14417285610baf',1,'faker::lorem']]], + ['slug_42',['slug',['../namespacefaker_1_1lorem.html#a083881e3fc0adfc974bfdb6d09bf8970',1,'faker::lorem']]], ['smiley_43',['Smiley',['../namespacefaker_1_1internet.html#ab1fd12c6089e1eb7e783223be1b73ac1a2e4f0806632f060b2f1049bb5d3a9335',1,'faker::internet']]], - ['snake_44',['snake',['../namespacefaker_1_1animal.html#a36ed9fa5bb3848c736f5f8b90feda27c',1,'faker::animal']]], - ['soccerteam_45',['soccerTeam',['../namespacefaker_1_1sport.html#a6774deb366b24afb914f0967ad280ed5',1,'faker::sport']]], + ['snake_44',['snake',['../namespacefaker_1_1animal.html#a2ccedc3f16ba5fb6c4f5eeb2c6c054db',1,'faker::animal']]], + ['soccerteam_45',['soccerTeam',['../namespacefaker_1_1sport.html#aa90d1438ac4295f1625b351b0c93afe4',1,'faker::sport']]], ['solomonislands_46',['SolomonIslands',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa33ff2c251c5d52d362efe711f911e107',1,'faker::phone']]], ['somalia_47',['Somalia',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa921855f753932de762b780405a50bdf7',1,'faker::phone']]], - ['songname_48',['songName',['../namespacefaker_1_1music.html#a687409148ce6bee425c496cee757e77b',1,'faker::music']]], - ['soondate_49',['soonDate',['../namespacefaker_1_1date.html#ae0f18676171909188918c0b2f120e038',1,'faker::date']]], + ['songname_48',['songName',['../namespacefaker_1_1music.html#a74c35da84e2a60a833245fb8bffd6c48',1,'faker::music']]], + ['soondate_49',['soonDate',['../namespacefaker_1_1date.html#a66bb0c111599b5ac0162cc36bffe9519',1,'faker::date']]], ['southafrica_50',['SouthAfrica',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa8290c1cb03630357c2c3b1fed5ae834a',1,'faker::phone']]], ['southsudan_51',['SouthSudan',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa287f8a5f5666385f5740156556d8f77c',1,'faker::phone']]], ['spain_52',['Spain',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a907eba32d950bfab68227fd7ea22999b',1,'faker::finance::Spain'],['../namespacefaker_1_1finance.html#a7503073690854f337acfc752a1801f5da907eba32d950bfab68227fd7ea22999b',1,'faker::finance::Spain'],['../namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030a907eba32d950bfab68227fd7ea22999b',1,'faker::location::Spain'],['../namespacefaker_1_1person.html#ad6599d35e7da66fbcb9b17af862bab90a907eba32d950bfab68227fd7ea22999b',1,'faker::person::Spain'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa907eba32d950bfab68227fd7ea22999b',1,'faker::phone::Spain']]], ['spanish_53',['Spanish',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8acb5480c32e71778852b08ae1e8712775',1,'faker::person']]], - ['specialty_54',['specialty',['../namespacefaker_1_1medicine.html#a7ba6b45627d6db8d9984a5724860d16b',1,'faker::medicine']]], + ['specialty_54',['specialty',['../namespacefaker_1_1medicine.html#ae3051b9186cd322160e6f6986c70d49d',1,'faker::medicine']]], ['sport_2eh_55',['Sport.h',['../Sport_8h.html',1,'']]], - ['sportevent_56',['sportEvent',['../namespacefaker_1_1sport.html#a1c376b54dc15e2f14f217ae67c5e9ebd',1,'faker::sport']]], - ['sportname_57',['sportName',['../namespacefaker_1_1sport.html#aac2a6bde48faae8ad676cc6722ee6181',1,'faker::sport']]], + ['sportevent_56',['sportEvent',['../namespacefaker_1_1sport.html#ae9662b27668406faaf6aadbad0866384',1,'faker::sport']]], + ['sportname_57',['sportName',['../namespacefaker_1_1sport.html#ac83c75a907ea7c58bcec87698d259201',1,'faker::sport']]], ['srilanka_58',['SriLanka',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aab0595cb10912e30a71fec3d8c58d4011',1,'faker::phone']]], - ['ssn_59',['ssn',['../namespacefaker_1_1person.html#ac40d08f2660ee8644d51b4450da2c3df',1,'faker::person']]], + ['ssn_59',['ssn',['../namespacefaker_1_1person.html#a5f206e2cdd72189e665d0ab25c2da077',1,'faker::person']]], ['ssncountry_60',['SsnCountry',['../namespacefaker_1_1person.html#ad6599d35e7da66fbcb9b17af862bab90',1,'faker::person']]], - ['state_61',['state',['../namespacefaker_1_1location.html#af3882d9587e1ce076387b07a692fb5f6',1,'faker::location']]], - ['street_62',['street',['../namespacefaker_1_1location.html#a06463ed236a1f2dbe60f2a84f9ce0743',1,'faker::location']]], - ['streetaddress_63',['streetAddress',['../namespacefaker_1_1location.html#a633a99e95359a5ad5d8e9bbae1faeb77',1,'faker::location']]], + ['state_61',['state',['../namespacefaker_1_1location.html#a4d00638b4a23f205beca9030a93aa1d6',1,'faker::location']]], + ['street_62',['street',['../namespacefaker_1_1location.html#a310ef73ae962c41f0fb793e932683881',1,'faker::location']]], + ['streetaddress_63',['streetAddress',['../namespacefaker_1_1location.html#ae61de04e37a0c3ef796c2e2606accfeb',1,'faker::location']]], ['string_2eh_64',['String.h',['../String_8h.html',1,'']]], ['stringcasing_65',['StringCasing',['../namespacefaker_1_1string.html#a5b7a1d4a3ebb389e224c7bfc534d7cda',1,'faker::string']]], - ['studioname_66',['studioName',['../namespacefaker_1_1videogame.html#a2278603116988bb7a3a278bbf21abe4b',1,'faker::videogame']]], + ['studioname_66',['studioName',['../namespacefaker_1_1videogame.html#a31ebb893e24ebecdc8392f9f36363005',1,'faker::videogame']]], ['success_67',['Success',['../namespacefaker_1_1internet.html#a25d31766e509fb398f5534224b171a8da505a83f220c02df2f85c3810cd9ceb38',1,'faker::internet']]], - ['succulent_68',['succulent',['../namespacefaker_1_1plant.html#ab93a578f701b1a317fb25833585eeaca',1,'faker::plant']]], + ['succulent_68',['succulent',['../namespacefaker_1_1plant.html#ab21548af4b288b15d53ca1bfd37749a9',1,'faker::plant']]], ['sudan_69',['Sudan',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa74458a3d3e5f3074226b1f9fa23c9163',1,'faker::phone']]], - ['suffix_70',['suffix',['../namespacefaker_1_1person.html#a46af5a9dda2aaffb4e6e51e881aafcd6',1,'faker::person']]], - ['sugarproduct_71',['sugarProduct',['../namespacefaker_1_1food.html#ae7eaeb0123298f884a750f1c6355cacd',1,'faker::food']]], + ['suffix_70',['suffix',['../namespacefaker_1_1person.html#a4b1a52c1aaba6acee97fe5326af38cce',1,'faker::person']]], + ['sugarproduct_71',['sugarProduct',['../namespacefaker_1_1food.html#a3b58938e421e79f85126d4ef3b6e4280',1,'faker::food']]], ['suriname_72',['Suriname',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa64446ac025106d201779cb4bf5ab6b2e',1,'faker::phone']]], ['svalbardandjanmayenislands_73',['SvalbardAndJanMayenIslands',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa8c6b526ee194715abc46fafd4420958e',1,'faker::phone']]], ['sweden_74',['Sweden',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918ac8f4261f9f46e6465709e17ebea7a92b',1,'faker::finance::Sweden'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aac8f4261f9f46e6465709e17ebea7a92b',1,'faker::phone::Sweden']]], diff --git a/search/all_13.js b/search/all_13.js index fc65f2c9f..b33b7a9a2 100644 --- a/search/all_13.js +++ b/search/all_13.js @@ -3,21 +3,21 @@ var searchData= ['taiwan_0',['Taiwan',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa551fe18ef47d4e6e9d943b9a68ada21d',1,'faker::phone']]], ['tajikistan_1',['Tajikistan',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aab5a9722262bbb7a7449ebc0f4394c901',1,'faker::phone']]], ['tanzania_2',['Tanzania',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aac03b1123e45fa00da3142e0424ee5eec',1,'faker::phone']]], - ['tempunit_3',['tempUnit',['../namespacefaker_1_1science.html#a9315db6511e8a0386fa56ee47960944e',1,'faker::science']]], + ['tempunit_3',['tempUnit',['../namespacefaker_1_1science.html#a55cbc01652253f47c3b597eb6579f930',1,'faker::science']]], ['text_4',['Text',['../namespacefaker_1_1system.html#aeeae0c993bee26944d1d31ad6c339a08a9dffbf69ffba8bc38bc4e01abf4b1675',1,'faker::system']]], ['thailand_5',['Thailand',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa103357e3e40a9c0e4e9d36110f7bbc7a',1,'faker::phone']]], - ['time_6',['time',['../namespacefaker_1_1date.html#a69af6c0dbea8355b8b03005d2a37c6ac',1,'faker::date']]], + ['time_6',['time',['../namespacefaker_1_1date.html#a10f6e0dcbe0cb97b26f1f0df9adf5a4c',1,'faker::date']]], ['timestamp_7',['Timestamp',['../namespacefaker_1_1date.html#a0a1ec9647c68eb08f4f47d162a424c5aaa3d5de3eac8bb00ae86fd1a1005f1500',1,'faker::date']]], - ['timeunit_8',['timeUnit',['../namespacefaker_1_1science.html#a35838ac101fc4e1f39fd3ff467283195',1,'faker::science']]], - ['timezone_9',['timeZone',['../namespacefaker_1_1location.html#a014218ed9be5b10bda09800d51831e23',1,'faker::location']]], - ['timezonerandom_10',['timezoneRandom',['../namespacefaker_1_1date.html#a1d428d0b411754e97e1c69fb5f9040c8',1,'faker::date']]], + ['timeunit_8',['timeUnit',['../namespacefaker_1_1science.html#acf42254f0508ee63f11ba5b35a32338b',1,'faker::science']]], + ['timezone_9',['timeZone',['../namespacefaker_1_1location.html#a6ed54826ac93e3184024ab276321ca3b',1,'faker::location']]], + ['timezonerandom_10',['timezoneRandom',['../namespacefaker_1_1date.html#a3b64cd681a80d13f373ae79958c72113',1,'faker::date']]], ['timorleste_11',['TimorLeste',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaa39c65285a2ab412b36f893a83660889',1,'faker::phone']]], - ['title_12',['title',['../namespacefaker_1_1book.html#ae4056294f2921db836fcbfc6ab7a989a',1,'faker::book']]], + ['title_12',['title',['../namespacefaker_1_1book.html#af6280d543f49b04263f1efd7b3399bd5',1,'faker::book']]], ['togo_13',['Togo',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa1e746c5c85c4c0de3a0858b0dd047476',1,'faker::phone']]], ['tonga_14',['Tonga',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aadd5cb49bc56af9d53f9f9e1e5b425ab0',1,'faker::phone']]], ['tovector_15',['toVector',['../namespacefaker_1_1helper.html#acba439bbae90916469d2534caef3c6a6',1,'faker::helper']]], ['travel_16',['Travel',['../namespacefaker_1_1internet.html#ab1fd12c6089e1eb7e783223be1b73ac1a1fb0f99b55e6c2be35aed72ebe38c245',1,'faker::internet']]], - ['tree_17',['tree',['../namespacefaker_1_1plant.html#a99790494e0d645a14b68649d34566cf2',1,'faker::plant']]], + ['tree_17',['tree',['../namespacefaker_1_1plant.html#a717a7a9a82dc1c97f98ac1c9c41eca3e',1,'faker::plant']]], ['trinidadandtobago_18',['TrinidadAndTobago',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa1af9e32687b454480753a7bea2fbbef2',1,'faker::phone']]], ['tunisia_19',['Tunisia',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aad6dacba23ab4a1d5b72f223bfb010a05',1,'faker::phone']]], ['turkey_20',['Turkey',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa221cdfb73049678e244380b45872cbb2',1,'faker::phone']]], @@ -25,6 +25,6 @@ var searchData= ['turkmenistan_22',['Turkmenistan',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaf5d993d8e89c037d614ec8dc2559e4b7',1,'faker::phone']]], ['turksandcaicosislands_23',['TurksAndCaicosIslands',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaba084f7103e7c36f540ae05265b3eb06',1,'faker::phone']]], ['tuvalu_24',['Tuvalu',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa4e18c1e699d8abc3422d67f2ff82c56b',1,'faker::phone']]], - ['tvshow_25',['tvShow',['../namespacefaker_1_1movie.html#a409df328746370db427ae3033fd284b8',1,'faker::movie']]], - ['type_26',['type',['../namespacefaker_1_1animal.html#a0a1db024b1b8739ed5f1958ef8b6a7d9',1,'faker::animal::type()'],['../namespacefaker_1_1company.html#a185d71b9899abe7d59ab03e428a6c001',1,'faker::company::type()'],['../namespacefaker_1_1computer.html#ac8ed21325d22c8f1c9683ac4a25235eb',1,'faker::computer::type()'],['../namespacefaker_1_1vehicle.html#aeeb619009b55f379112bf359f932d950',1,'faker::vehicle::type()']]] + ['tvshow_25',['tvShow',['../namespacefaker_1_1movie.html#a92eaad86bc0027001c6c909c21027e93',1,'faker::movie']]], + ['type_26',['type',['../namespacefaker_1_1animal.html#af243dbc79d1b5d6b5a0d4cd629e23800',1,'faker::animal::type()'],['../namespacefaker_1_1company.html#a4d010c731f63c97b86e98c5a885982bb',1,'faker::company::type()'],['../namespacefaker_1_1computer.html#a24a49de08b310a9df270659df74f0cc2',1,'faker::computer::type()'],['../namespacefaker_1_1vehicle.html#abf36408d14fc12c02a8f6a5ba2773241',1,'faker::vehicle::type()']]] ]; diff --git a/search/all_14.js b/search/all_14.js index f9b91c77c..5c0aa3122 100644 --- a/search/all_14.js +++ b/search/all_14.js @@ -5,17 +5,17 @@ var searchData= ['ukraine_2',['Ukraine',['../namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030af01fc92b23faa973f3492a23d5a705c5',1,'faker::location::Ukraine'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaf01fc92b23faa973f3492a23d5a705c5',1,'faker::phone::Ukraine']]], ['ukrainian_3',['Ukrainian',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8ae78a6fc14ad64f7a78386b20568ce95b',1,'faker::person']]], ['unit_4',['Unit',['../structfaker_1_1science_1_1Unit.html',1,'faker::science']]], - ['unit_5',['unit',['../namespacefaker_1_1science.html#a914c8967ba89a32c72849593aee71121',1,'faker::science']]], + ['unit_5',['unit',['../namespacefaker_1_1science.html#af5ca292f992a9807b390a4a61c35eeeb',1,'faker::science']]], ['unitedarabemirates_6',['UnitedArabEmirates',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa5d6d937400f06a3ce7dda81bcb3417c1',1,'faker::phone']]], ['unitedkingdom_7',['UnitedKingdom',['../namespacefaker_1_1finance.html#a7503073690854f337acfc752a1801f5da8f7bc810927ffe7a473bcf25595238ca',1,'faker::finance']]], ['unitedstates_8',['UnitedStates',['../namespacefaker_1_1finance.html#a7503073690854f337acfc752a1801f5daac238a333872128a1a6f442fcebef042',1,'faker::finance']]], ['upper_9',['Upper',['../namespacefaker_1_1string.html#a5b7a1d4a3ebb389e224c7bfc534d7cdaa19de5b94f7b83900d4b296d9fa491aec',1,'faker::string']]], ['upperletters_10',['upperLetters',['../structfaker_1_1internet_1_1PasswordOptions.html#aa1e31f94a3e817ac955e34f38a4ae74d',1,'faker::internet::PasswordOptions']]], - ['url_11',['url',['../namespacefaker_1_1internet.html#a92cc6255f875a1386b4ac47edba22b05',1,'faker::internet']]], + ['url_11',['url',['../namespacefaker_1_1internet.html#a005caa05149d90b3854aef6a4ccdf27e',1,'faker::internet']]], ['uruguay_12',['Uruguay',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa75497a22409db78dcc52c291e078bc10',1,'faker::phone']]], ['usa_13',['Usa',['../namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030a867f8282a36dd6525c3d40744a92fcf8',1,'faker::location::Usa'],['../namespacefaker_1_1person.html#ac71835f2e95a797941cb01c13efff749a867f8282a36dd6525c3d40744a92fcf8',1,'faker::person::Usa'],['../namespacefaker_1_1person.html#ad6599d35e7da66fbcb9b17af862bab90a867f8282a36dd6525c3d40744a92fcf8',1,'faker::person::Usa'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa867f8282a36dd6525c3d40744a92fcf8',1,'faker::phone::Usa']]], ['usedtomeasure_14',['usedToMeasure',['../structfaker_1_1science_1_1Unit.html#afbafb00ae0b488072359290f455e6d6e',1,'faker::science::Unit']]], - ['username_15',['username',['../namespacefaker_1_1internet.html#a6873a40b7b83d3227d0401a7c0c6fa03',1,'faker::internet']]], + ['username_15',['username',['../namespacefaker_1_1internet.html#aae749a34446ecccdddcbba60868c4746',1,'faker::internet']]], ['uuid_16',['uuid',['../namespacefaker_1_1string.html#a335d7aad191429aa88bed20818881d95',1,'faker::string']]], ['uzbekistan_17',['Uzbekistan',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaa0a3e881895e46eb96218f0988d405b9',1,'faker::phone']]] ]; diff --git a/search/all_15.js b/search/all_15.js index 4ec190ebe..6e77d5e57 100644 --- a/search/all_15.js +++ b/search/all_15.js @@ -2,18 +2,18 @@ var searchData= [ ['value_0',['value',['../structfaker_1_1helper_1_1WeightedElement.html#ada5fe4ca4f29fb0599e61357abe0fff6',1,'faker::helper::WeightedElement']]], ['vanuatu_1',['Vanuatu',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aafe07e488fe56260f45240c1c8a8882a8',1,'faker::phone']]], - ['vegetable_2',['vegetable',['../namespacefaker_1_1food.html#adc32e2b1001e920bdf8ab07208a4836b',1,'faker::food']]], + ['vegetable_2',['vegetable',['../namespacefaker_1_1food.html#a7ab3916e74c59914e97c64334821e5c7',1,'faker::food']]], ['vehicle_2eh_3',['Vehicle.h',['../Vehicle_8h.html',1,'']]], - ['vehiclename_4',['vehicleName',['../namespacefaker_1_1vehicle.html#a4fb5122b7a02827bc7d6d61ae7b46a2b',1,'faker::vehicle']]], + ['vehiclename_4',['vehicleName',['../namespacefaker_1_1vehicle.html#ab20d989510dfb2ed421d378c1179ea8e',1,'faker::vehicle']]], ['venezuela_5',['Venezuela',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aae95294b730f61c8175550ec244bfcb50',1,'faker::phone']]], - ['verb_6',['verb',['../namespacefaker_1_1hacker.html#a613dfcf29afe110dfc1cb85337da5d9b',1,'faker::hacker::verb()'],['../namespacefaker_1_1word.html#aafc560af719f8bb54443106ccc5ce097',1,'faker::word::verb()']]], + ['verb_6',['verb',['../namespacefaker_1_1hacker.html#a31cdbd8f27c40864c4cc622de9ac4a14',1,'faker::hacker::verb()'],['../namespacefaker_1_1word.html#a03ac408bfcf1e583e0e94830bd7e54e8',1,'faker::word::verb()']]], ['video_7',['Video',['../namespacefaker_1_1system.html#aeeae0c993bee26944d1d31ad6c339a08a34e2d1989a1dbf75cd631596133ee5ee',1,'faker::system']]], ['videogame_2eh_8',['VideoGame.h',['../VideoGame_8h.html',1,'']]], ['vietnam_9',['Vietnam',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aafdef6daa799e80dbce1b561577b21181',1,'faker::phone']]], - ['vin_10',['vin',['../namespacefaker_1_1vehicle.html#a2043e5e5f52895f33dab0615947bd88c',1,'faker::vehicle']]], - ['vine_11',['vine',['../namespacefaker_1_1plant.html#ae386023b5c5962552335b76a443385a4',1,'faker::plant']]], + ['vin_10',['vin',['../namespacefaker_1_1vehicle.html#a2dacf1f3d0037cf58abf6322eee29ba3',1,'faker::vehicle']]], + ['vine_11',['vine',['../namespacefaker_1_1plant.html#ad1d202ee597bf050ccbccd0c93c92c4e',1,'faker::plant']]], ['virginislandsbritish_12',['VirginIslandsBritish',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa519bfadd35c3cf57549522710455ec68',1,'faker::phone']]], ['virginislandsus_13',['VirginIslandsUS',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaf2b5ca4da1e242ebc8ca32b441620fdf',1,'faker::phone']]], ['visa_14',['Visa',['../namespacefaker_1_1finance.html#aa583be46abeaac908c81656813251bfaa89fc0d6fe12b0e0c1af5c7a0373435a6',1,'faker::finance']]], - ['vrm_15',['vrm',['../namespacefaker_1_1vehicle.html#af8960c3e3c2b0be0039bed9aceb75e1f',1,'faker::vehicle']]] + ['vrm_15',['vrm',['../namespacefaker_1_1vehicle.html#a3ab3c5b8357f4abe61a81c97e3df99b1',1,'faker::vehicle']]] ]; diff --git a/search/all_16.js b/search/all_16.js index b4b62904d..a56a430c8 100644 --- a/search/all_16.js +++ b/search/all_16.js @@ -2,17 +2,17 @@ var searchData= [ ['wallisandfutuna_0',['WallisAndFutuna',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa8438edb586ec6bd78e4b2d602972d03d',1,'faker::phone']]], ['weather_2eh_1',['Weather.h',['../Weather_8h.html',1,'']]], - ['weatherdescription_2',['weatherDescription',['../namespacefaker_1_1weather.html#a1a56fb25e24d32f05724d23dac952e5a',1,'faker::weather']]], + ['weatherdescription_2',['weatherDescription',['../namespacefaker_1_1weather.html#a029a4533396f1266c44ac7aaae7a681f',1,'faker::weather']]], ['webprotocol_3',['WebProtocol',['../namespacefaker_1_1internet.html#ac9fba82884b9a80bff2604b01135c7ec',1,'faker::internet']]], - ['weekdayabbreviatedname_4',['weekdayAbbreviatedName',['../namespacefaker_1_1date.html#ac23d976039ae3ccc90dbd91555c364dc',1,'faker::date']]], - ['weekdayname_5',['weekdayName',['../namespacefaker_1_1date.html#a0bbd9e5c72ba004e80cee50d507419c3',1,'faker::date']]], + ['weekdayabbreviatedname_4',['weekdayAbbreviatedName',['../namespacefaker_1_1date.html#aedf7f0dce5432f069ff57acaed0aa7e0',1,'faker::date']]], + ['weekdayname_5',['weekdayName',['../namespacefaker_1_1date.html#aac708c24548f17807e72646e385f298c',1,'faker::date']]], ['weight_6',['weight',['../structfaker_1_1helper_1_1WeightedElement.html#aacae7a1e66f84ce071a2a0c4a7c2f3f1',1,'faker::helper::WeightedElement']]], ['weightedarrayelement_7',['weightedArrayElement',['../namespacefaker_1_1helper.html#ad70082b17900d8c6a2d740cce993de97',1,'faker::helper']]], ['weightedelement_8',['WeightedElement',['../structfaker_1_1helper_1_1WeightedElement.html',1,'faker::helper']]], ['westernsahara_9',['WesternSahara',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa301ccfdd9382e3e970e2fae7b16e606d',1,'faker::phone']]], - ['westernzodiac_10',['westernZodiac',['../namespacefaker_1_1person.html#ac496e9c24ca856167a49a416e4ef9a19',1,'faker::person']]], + ['westernzodiac_10',['westernZodiac',['../namespacefaker_1_1person.html#a8a744df8b8f7dc01d21047350493be3c',1,'faker::person']]], ['widebody_11',['Widebody',['../namespacefaker_1_1airline.html#aa0f30eb26e69720c80bc6ec9184247b7a1023529b16fb0241300737d43d83dd43',1,'faker::airline']]], - ['word_12',['word',['../namespacefaker_1_1lorem.html#ae1d59e6c9dd75a6dd9eddfcf5ccdf418',1,'faker::lorem']]], + ['word_12',['word',['../namespacefaker_1_1lorem.html#acfe2ea3b024c37b6ab92571404cd6ce4',1,'faker::lorem']]], ['word_2eh_13',['Word.h',['../Word_8h.html',1,'']]], - ['words_14',['words',['../namespacefaker_1_1lorem.html#ab8f07baea1dc086f1dd7813468cd93f3',1,'faker::lorem::words()'],['../namespacefaker_1_1word.html#aa25f46ff1050df3e7d8fbaf9c1e43e61',1,'faker::word::words()']]] + ['words_14',['words',['../namespacefaker_1_1lorem.html#ac8ac32eec75e6335ffdd9e7ba42c88e8',1,'faker::lorem::words()'],['../namespacefaker_1_1word.html#a3300afd6043c0f11af23e3bd0b9f1782',1,'faker::word::words()']]] ]; diff --git a/search/all_17.js b/search/all_17.js index c80e89afa..3dca7da71 100644 --- a/search/all_17.js +++ b/search/all_17.js @@ -1,6 +1,6 @@ var searchData= [ - ['year_0',['year',['../namespacefaker_1_1date.html#ad9fc8589a8b780696d661b00884df7a0',1,'faker::date']]], + ['year_0',['year',['../namespacefaker_1_1date.html#a768e70b0a52f6ccd31ba84b33167b975',1,'faker::date']]], ['yemen_1',['Yemen',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa724bf4ca11a567636547a92a37e397b7',1,'faker::phone']]], - ['yuv_2',['yuv',['../namespacefaker_1_1color.html#aa19e81ff75573b59f41c95efc2b72f21',1,'faker::color']]] + ['yuv_2',['yuv',['../namespacefaker_1_1color.html#a8e30cdd5e0f2d52ca7a21c37a5843d3f',1,'faker::color']]] ]; diff --git a/search/all_18.js b/search/all_18.js index 595e180fc..4da95453e 100644 --- a/search/all_18.js +++ b/search/all_18.js @@ -2,5 +2,5 @@ var searchData= [ ['zambia_0',['Zambia',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aab0aa0804e676a38255af4fd70236af7c',1,'faker::phone']]], ['zimbabwe_1',['Zimbabwe',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa9d5116a2451bc98c2b46b93acbc1b4f0',1,'faker::phone']]], - ['zipcode_2',['zipCode',['../namespacefaker_1_1location.html#a49e27bccb036eb542fea02a4e6eaaaa6',1,'faker::location']]] + ['zipcode_2',['zipCode',['../namespacefaker_1_1location.html#a670448b0a8109a4b14b899231fa5da2d',1,'faker::location']]] ]; diff --git a/search/all_2.js b/search/all_2.js index d418d36bc..ebf23f1ce 100644 --- a/search/all_2.js +++ b/search/all_2.js @@ -5,73 +5,73 @@ var searchData= ['cameroon_2',['Cameroon',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa4be25f9d27da71d4e98775668b5b12af',1,'faker::phone']]], ['canada_3',['Canada',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa445d337b5cd5de476f99333df6b0c2a7',1,'faker::phone']]], ['capeverde_4',['CapeVerde',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa35212eb709fd6c632df016cecbc6fe9b',1,'faker::phone']]], - ['cat_5',['cat',['../namespacefaker_1_1animal.html#aa1894f1a60279ce88fd47715468317ed',1,'faker::animal']]], - ['catchphrase_6',['catchPhrase',['../namespacefaker_1_1company.html#a608ea4e643a21838e4795171f26da534',1,'faker::company']]], - ['catchphraseadjective_7',['catchPhraseAdjective',['../namespacefaker_1_1company.html#ae291000bf7d9a9c05df42d81e8636d1b',1,'faker::company']]], - ['catchphrasedescriptor_8',['catchPhraseDescriptor',['../namespacefaker_1_1company.html#a9195068e45b08b5a63eab35e7aed8ed2',1,'faker::company']]], - ['catchphrasenoun_9',['catchPhraseNoun',['../namespacefaker_1_1company.html#a24534f4c4a1de600425e21b6735119c7',1,'faker::company']]], + ['cat_5',['cat',['../namespacefaker_1_1animal.html#a4ae8c4c6f1f5bb5e752123bbd4a703bc',1,'faker::animal']]], + ['catchphrase_6',['catchPhrase',['../namespacefaker_1_1company.html#a04a7737b2377799810caba6a6b0311ee',1,'faker::company']]], + ['catchphraseadjective_7',['catchPhraseAdjective',['../namespacefaker_1_1company.html#a8a13dd8359d3aa09f1e2d191b2e22b67',1,'faker::company']]], + ['catchphrasedescriptor_8',['catchPhraseDescriptor',['../namespacefaker_1_1company.html#a2d7397f6a1cbbae0bc3b3337094ac407',1,'faker::company']]], + ['catchphrasenoun_9',['catchPhraseNoun',['../namespacefaker_1_1company.html#a0136b25088ae46b23aefdd19eaebcc64',1,'faker::company']]], ['caymanislands_10',['CaymanIslands',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaa6d371100beb5aae55b7b564c2482421',1,'faker::phone']]], ['centralafricanrepublic_11',['CentralAfricanRepublic',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa26a0380cf99f0adf75907229775e692f',1,'faker::phone']]], - ['cetacean_12',['cetacean',['../namespacefaker_1_1animal.html#afc0e7f6df112ea944eb28f7e8869b9ba',1,'faker::animal']]], + ['cetacean_12',['cetacean',['../namespacefaker_1_1animal.html#a80fac2d14544020b80c868a20c64b449',1,'faker::animal']]], ['chad_13',['Chad',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aae03653dedd6f4e142f4aca131995964f',1,'faker::phone']]], ['charcount_14',['CharCount',['../structfaker_1_1string_1_1CharCount.html',1,'faker::string']]], - ['checkifemojiisvalid_15',['checkIfEmojiIsValid',['../namespacefaker_1_1internet.html#a0746027aba19bc27dbe5bca73707f0bc',1,'faker::internet']]], + ['checkifemojiisvalid_15',['checkIfEmojiIsValid',['../namespacefaker_1_1internet.html#ae1a9eb9071b9843c891c065fd87345e7',1,'faker::internet']]], ['chemicalelement_16',['ChemicalElement',['../structfaker_1_1science_1_1ChemicalElement.html',1,'faker::science']]], - ['chemicalelement_17',['chemicalElement',['../namespacefaker_1_1science.html#a3c230449f9f7b8cc52060540bc1dae4d',1,'faker::science']]], + ['chemicalelement_17',['chemicalElement',['../namespacefaker_1_1science.html#a757668dd0208c494fc9136bd46c6aa23',1,'faker::science']]], ['chile_18',['Chile',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa2e6507f70a9cc26fb50f5fd82a83c7ef',1,'faker::phone']]], ['china_19',['China',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaae54a5c026f31ada088992587d92cb3a',1,'faker::phone']]], - ['chinesezodiac_20',['chineseZodiac',['../namespacefaker_1_1person.html#afd542c047eace709bda4d319447708e0',1,'faker::person']]], - ['city_21',['city',['../namespacefaker_1_1location.html#a067df038502723c706785d79bc18f4cf',1,'faker::location']]], + ['chinesezodiac_20',['chineseZodiac',['../namespacefaker_1_1person.html#a4b696b7118429e5550b9664e6eb4c4a8',1,'faker::person']]], + ['city_21',['city',['../namespacefaker_1_1location.html#a5e0b6b68297b82fe7cbabd6b2b644905',1,'faker::location']]], ['clienterror_22',['ClientError',['../namespacefaker_1_1internet.html#a25d31766e509fb398f5534224b171a8daa4097a97f20ebb7212625084936abcee',1,'faker::internet']]], - ['cmyk_23',['cmyk',['../namespacefaker_1_1color.html#af9489b47125df91562d9dfe74baa48d6',1,'faker::color']]], + ['cmyk_23',['cmyk',['../namespacefaker_1_1color.html#a029e95b2d93b04c1b07ecf8e1942f690',1,'faker::color']]], ['code_24',['code',['../structfaker_1_1finance_1_1Currency.html#a5c6602aa5997f25c11761d793e01be40',1,'faker::finance::Currency']]], - ['collation_25',['collation',['../namespacefaker_1_1database.html#a5fdb711ada0fdfa1de5a63b14b02039e',1,'faker::database']]], + ['collation_25',['collation',['../namespacefaker_1_1database.html#ae1ebadd76d9acf879550afa079a7d85e',1,'faker::database']]], ['colombia_26',['Colombia',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaef3388cc5659bccb742fb8af762f1bfd',1,'faker::phone']]], - ['color_27',['color',['../namespacefaker_1_1vehicle.html#a24baca86e4f565c26b9ced672ad4ff1f',1,'faker::vehicle']]], + ['color_27',['color',['../namespacefaker_1_1vehicle.html#a78783093e7083fa2e897f7ca2226da68',1,'faker::vehicle']]], ['color_2eh_28',['Color.h',['../Color_8h.html',1,'']]], - ['columnname_29',['columnName',['../namespacefaker_1_1database.html#afd03a8acb1afe9736aadf87f90633ecd',1,'faker::database']]], - ['columntype_30',['columnType',['../namespacefaker_1_1database.html#a906ea40d11272610e628c66aa49c4850',1,'faker::database']]], + ['columnname_29',['columnName',['../namespacefaker_1_1database.html#ac0c09a15dcf68e481cbeed982afec8e8',1,'faker::database']]], + ['columntype_30',['columnType',['../namespacefaker_1_1database.html#a7f177a373a20b623abf49161985d4eb6',1,'faker::database']]], ['commerce_2eh_31',['Commerce.h',['../Commerce_8h.html',1,'']]], - ['commitdate_32',['commitDate',['../namespacefaker_1_1git.html#aa031fd6b63fb866c8d2479a7dfee0d35',1,'faker::git']]], - ['commitentry_33',['commitEntry',['../namespacefaker_1_1git.html#a2770daf99a087e82a8cd1ac2ae3c24a7',1,'faker::git']]], - ['commitmessage_34',['commitMessage',['../namespacefaker_1_1git.html#a35a6ab9dad291855cfac919e9869346c',1,'faker::git']]], - ['commitsha_35',['commitSha',['../namespacefaker_1_1git.html#a63cc6bc9fa0458977d0982f858864535',1,'faker::git']]], - ['commonfileextension_36',['commonFileExtension',['../namespacefaker_1_1system.html#a6b7e776e89f9d98a2445068de5ba7e00',1,'faker::system']]], - ['commonfilename_37',['commonFileName',['../namespacefaker_1_1system.html#aad257e51aeaf64c852c2a4c437673bed',1,'faker::system']]], + ['commitdate_32',['commitDate',['../namespacefaker_1_1git.html#aa2e2ae5d68f8df30fbc31156c54f9778',1,'faker::git']]], + ['commitentry_33',['commitEntry',['../namespacefaker_1_1git.html#a5f23fd2f7cb8f5996ef83a2e48a3417e',1,'faker::git']]], + ['commitmessage_34',['commitMessage',['../namespacefaker_1_1git.html#a309bf5a4ba8173045c751f3509494f94',1,'faker::git']]], + ['commitsha_35',['commitSha',['../namespacefaker_1_1git.html#a436a7fdcdcca81c208bbca7da97af168',1,'faker::git']]], + ['commonfileextension_36',['commonFileExtension',['../namespacefaker_1_1system.html#a74d7b69a1a18ae8958c29271e1f230a2',1,'faker::system']]], + ['commonfilename_37',['commonFileName',['../namespacefaker_1_1system.html#a309b2c94f384cc9d682640506aba1375',1,'faker::system']]], ['comoros_38',['Comoros',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa4234d1794dd33c1b6ed975eab5148040',1,'faker::phone']]], ['company_2eh_39',['Company.h',['../Company_8h.html',1,'']]], ['computer_2eh_40',['Computer.h',['../Computer_8h.html',1,'']]], - ['condition_41',['condition',['../namespacefaker_1_1medicine.html#a7130243ac62bdbbd51adff48d57954ca',1,'faker::medicine']]], + ['condition_41',['condition',['../namespacefaker_1_1medicine.html#add3e653f246cc4dc44639728f84260f4',1,'faker::medicine']]], ['congo_42',['Congo',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aae496c53293c4103dc7ef0820eee96954',1,'faker::phone']]], - ['conjunction_43',['conjunction',['../namespacefaker_1_1word.html#abc098fdfbc3aafc972845777809eb804',1,'faker::word']]], + ['conjunction_43',['conjunction',['../namespacefaker_1_1word.html#a6e7e5f4576246ac2b1f086a0ecc2c62f',1,'faker::word']]], ['cookislands_44',['CookIslands',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aab5deb754ed6dcca13b3d4d4142b15617',1,'faker::phone']]], ['costarica_45',['CostaRica',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aacec565bb29200fdbe4ae533ec88cf124',1,'faker::phone']]], - ['country_46',['country',['../namespacefaker_1_1location.html#a31317ea37043cb3b0f2cdc85c121424b',1,'faker::location']]], - ['countrycode_47',['countryCode',['../namespacefaker_1_1location.html#a0b8614d8dd7e662d30d204a17eb5b7fe',1,'faker::location']]], - ['cow_48',['cow',['../namespacefaker_1_1animal.html#a92590354ef84eee387f11e3d2bcfddb0',1,'faker::animal']]], - ['cpumanufacture_49',['cpuManufacture',['../namespacefaker_1_1computer.html#ac272f6f7e228c77cec54bdefd58b7a41',1,'faker::computer']]], - ['cpumodel_50',['cpuModel',['../namespacefaker_1_1computer.html#a1a8018745b4f746c85ada0d00c428302',1,'faker::computer']]], - ['cputype_51',['cpuType',['../namespacefaker_1_1computer.html#a1445ef66e34b2f2811dbde13905744e8',1,'faker::computer']]], - ['createphonenumberformatmap_52',['createPhoneNumberFormatMap',['../namespacefaker_1_1phone.html#a0570c9e1cbaf4029dce8391e8ee82136',1,'faker::phone']]], - ['creditcardcvv_53',['creditCardCvv',['../namespacefaker_1_1finance.html#a216afbb9fcaab154bfe972add743be79',1,'faker::finance']]], - ['creditcardexpirationdate_54',['creditCardExpirationDate',['../namespacefaker_1_1finance.html#a34a8190ed914e4e7fff458dce251b985',1,'faker::finance']]], - ['creditcardnumber_55',['creditCardNumber',['../namespacefaker_1_1finance.html#a5a519898ac7629e39d6e6a25ceffab7d',1,'faker::finance']]], + ['country_46',['country',['../namespacefaker_1_1location.html#abf141f8017e0b97eafedb1c0e2c1037a',1,'faker::location']]], + ['countrycode_47',['countryCode',['../namespacefaker_1_1location.html#a828be7aebeeed04b9afc5019c0b54344',1,'faker::location']]], + ['cow_48',['cow',['../namespacefaker_1_1animal.html#a19537578e35dd0b29c0795b6f15a229a',1,'faker::animal']]], + ['cpumanufacture_49',['cpuManufacture',['../namespacefaker_1_1computer.html#a26788ac0f00d882230486c044744ac7f',1,'faker::computer']]], + ['cpumodel_50',['cpuModel',['../namespacefaker_1_1computer.html#a093f50dbdf26d934988407db4ddb8e16',1,'faker::computer']]], + ['cputype_51',['cpuType',['../namespacefaker_1_1computer.html#a075c7fa201d569f296840ed267aa4216',1,'faker::computer']]], + ['createphonenumberformatmap_52',['createPhoneNumberFormatMap',['../namespacefaker_1_1phone.html#ad22489de493fbdfb3f849f35f6657c18',1,'faker::phone']]], + ['creditcardcvv_53',['creditCardCvv',['../namespacefaker_1_1finance.html#a0ba2562d81c93595b2af0dcfc109fc84',1,'faker::finance']]], + ['creditcardexpirationdate_54',['creditCardExpirationDate',['../namespacefaker_1_1finance.html#a692fb9b483d85c91d19ac2f7e79250a4',1,'faker::finance']]], + ['creditcardnumber_55',['creditCardNumber',['../namespacefaker_1_1finance.html#a036b1e9c9a590257c88f230ea7de602d',1,'faker::finance']]], ['creditcardtype_56',['CreditCardType',['../namespacefaker_1_1finance.html#aa583be46abeaac908c81656813251bfa',1,'faker::finance']]], - ['creditcardtype_57',['creditCardType',['../namespacefaker_1_1finance.html#a32e7989bf088c09599d1adca311c054b',1,'faker::finance']]], + ['creditcardtype_57',['creditCardType',['../namespacefaker_1_1finance.html#a5d717f0d58c42cd4588b3d26f9bcdb38',1,'faker::finance']]], ['croatia_58',['Croatia',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a560d4c6ff431c86546f3fcec72c748c7',1,'faker::finance::Croatia'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa560d4c6ff431c86546f3fcec72c748c7',1,'faker::phone::Croatia']]], ['croatian_59',['Croatian',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a0c1be09bad2acaa2fa315b88abda8a32',1,'faker::person']]], - ['crocodile_60',['crocodile',['../namespacefaker_1_1animal.html#aeb60e91e3ae3b4e5f19cee1de63fd932',1,'faker::animal']]], - ['cron_61',['cron',['../namespacefaker_1_1system.html#a38e41ca0dce57c758966a20ef0a809fc',1,'faker::system']]], + ['crocodile_60',['crocodile',['../namespacefaker_1_1animal.html#afded126e2aec909fd65966de87a55b66',1,'faker::animal']]], + ['cron_61',['cron',['../namespacefaker_1_1system.html#a9f8f6e022652e96f1bfa55dff4c8082a',1,'faker::system']]], ['cronoptions_62',['CronOptions',['../structfaker_1_1system_1_1CronOptions.html',1,'faker::system']]], ['crypto_2eh_63',['Crypto.h',['../Crypto_8h.html',1,'']]], ['cuba_64',['Cuba',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa33cac763789c407f405b2cf0dce7df89',1,'faker::phone']]], ['curacao_65',['Curacao',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa0d2268d462cd08b20b7508c3fc0fde5e',1,'faker::phone']]], ['currency_66',['Currency',['../structfaker_1_1finance_1_1Currency.html',1,'faker::finance']]], - ['currency_67',['currency',['../namespacefaker_1_1finance.html#a29606d5523b5a21bf64c358ddc74413e',1,'faker::finance']]], - ['currencycode_68',['currencyCode',['../namespacefaker_1_1finance.html#a58726ca5cb5ba71dfd592f6258504ffb',1,'faker::finance']]], - ['currencyname_69',['currencyName',['../namespacefaker_1_1finance.html#a4d59f8d895dc61d439c0cbe465f43dc9',1,'faker::finance']]], - ['currencysymbol_70',['currencySymbol',['../namespacefaker_1_1finance.html#ab725a52ba235c34265be11d1a5676e11',1,'faker::finance']]], - ['currentunit_71',['currentUnit',['../namespacefaker_1_1science.html#af9c156a3582134c9032ff2a088b7eef7',1,'faker::science']]], + ['currency_67',['currency',['../namespacefaker_1_1finance.html#a05481e72083261ce62113644ddb6038f',1,'faker::finance']]], + ['currencycode_68',['currencyCode',['../namespacefaker_1_1finance.html#a8556f59f5be1b90fdcd8d08cb999f827',1,'faker::finance']]], + ['currencyname_69',['currencyName',['../namespacefaker_1_1finance.html#a6daf7688d136068b71d34ccb792b00bf',1,'faker::finance']]], + ['currencysymbol_70',['currencySymbol',['../namespacefaker_1_1finance.html#afa74fcebfd397842d3beb0b18620ec39',1,'faker::finance']]], + ['currentunit_71',['currentUnit',['../namespacefaker_1_1science.html#af4d5df3993f6749a148253bbc7e82d91',1,'faker::science']]], ['cyprus_72',['Cyprus',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918aea2ba3f8011e19e3101ce65fdcefbcc4',1,'faker::finance::Cyprus'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaea2ba3f8011e19e3101ce65fdcefbcc4',1,'faker::phone::Cyprus']]], ['czech_73',['Czech',['../namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030a83ff4480cdf2900ae83bf30d95774d76',1,'faker::location::Czech'],['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a83ff4480cdf2900ae83bf30d95774d76',1,'faker::person::Czech']]], ['czechia_74',['Czechia',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a31e7e8bf65a10ae8798adfbd8c0cd8c8',1,'faker::finance::Czechia'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa31e7e8bf65a10ae8798adfbd8c0cd8c8',1,'faker::phone::Czechia']]] diff --git a/search/all_3.js b/search/all_3.js index d2bf4a706..c9b326452 100644 --- a/search/all_3.js +++ b/search/all_3.js @@ -5,24 +5,24 @@ var searchData= ['datatype_2eh_2',['Datatype.h',['../Datatype_8h.html',1,'']]], ['date_2eh_3',['Date.h',['../Date_8h.html',1,'']]], ['dateformat_4',['DateFormat',['../namespacefaker_1_1date.html#a0a1ec9647c68eb08f4f47d162a424c5a',1,'faker::date']]], - ['dayofmonth_5',['dayOfMonth',['../namespacefaker_1_1date.html#a40731b59bf9f968161e5e8a40b6da285',1,'faker::date']]], - ['dayofweek_6',['dayOfWeek',['../namespacefaker_1_1date.html#a80007e39c28b549d82bf8c46ea34edb9',1,'faker::date']]], + ['dayofmonth_5',['dayOfMonth',['../namespacefaker_1_1date.html#a2f69901ef0b2b4882da4b46a971218cc',1,'faker::date']]], + ['dayofweek_6',['dayOfWeek',['../namespacefaker_1_1date.html#a845e23281b58f0068e14c225cb90afd9',1,'faker::date']]], ['default_7',['Default',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa7a1920d61156abc05a60135aefe8bc67',1,'faker::phone']]], ['democraticrepublicofthecongo_8',['DemocraticRepublicOfTheCongo',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa15fe5db51e42feea1c94210f94f52833',1,'faker::phone']]], ['denmark_9',['Denmark',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a424214945ba5615eca039bfe5d731c09',1,'faker::finance::Denmark'],['../namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030a424214945ba5615eca039bfe5d731c09',1,'faker::location::Denmark'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa424214945ba5615eca039bfe5d731c09',1,'faker::phone::Denmark']]], - ['department_10',['department',['../namespacefaker_1_1commerce.html#ad82d35d974f7c505ea154b563fed6e30',1,'faker::commerce']]], - ['direction_11',['direction',['../namespacefaker_1_1location.html#a3143e2d38681d13edc6750d6d8b5184a',1,'faker::location']]], - ['director_12',['director',['../namespacefaker_1_1movie.html#a1a018a467c4b66a23f841ac419db8484',1,'faker::movie']]], - ['directorypath_13',['directoryPath',['../namespacefaker_1_1system.html#afdad863fa2df95c35576c5359873d2cc',1,'faker::system']]], - ['discounttype_14',['discountType',['../namespacefaker_1_1commerce.html#ad09a0936789345df3fab4e73032147d5',1,'faker::commerce']]], + ['department_10',['department',['../namespacefaker_1_1commerce.html#aa827bdcf2a4e231ef3cbc4acf919f3d7',1,'faker::commerce']]], + ['direction_11',['direction',['../namespacefaker_1_1location.html#ad7add8bde67bede1c36d3834cb7fc463',1,'faker::location']]], + ['director_12',['director',['../namespacefaker_1_1movie.html#ade9b515fd1f418beaae0de18c6b5f5d0',1,'faker::movie']]], + ['directorypath_13',['directoryPath',['../namespacefaker_1_1system.html#a853ea09c9fb8b8c03fda5c0ed1d29086',1,'faker::system']]], + ['discounttype_14',['discountType',['../namespacefaker_1_1commerce.html#a3963d6ad53009787e4c657207c8c02aa',1,'faker::commerce']]], ['discover_15',['Discover',['../namespacefaker_1_1finance.html#aa583be46abeaac908c81656813251bfaaabfc3a65538a6ec86502b2b498b6b4a6',1,'faker::finance']]], - ['dishname_16',['dishName',['../namespacefaker_1_1food.html#ad126c3e3da96b38d777cf20cb10bdd78',1,'faker::food']]], - ['distanceunit_17',['distanceUnit',['../namespacefaker_1_1science.html#a9c78abbc1ad4d7dc475b46a51aded605',1,'faker::science']]], + ['dishname_16',['dishName',['../namespacefaker_1_1food.html#a342e20d575c9e53b2fff85f9c9744e57',1,'faker::food']]], + ['distanceunit_17',['distanceUnit',['../namespacefaker_1_1science.html#a04050890c20bc122855fdfa076021466',1,'faker::science']]], ['djibouti_18',['Djibouti',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa902f92c09660b797958acb27421fd9ac',1,'faker::phone']]], - ['dog_19',['dog',['../namespacefaker_1_1animal.html#ab60c2887a217aab604aa5cf101f2111e',1,'faker::animal']]], - ['domainname_20',['domainName',['../namespacefaker_1_1internet.html#acb5cc643b943d68ccf0b122ef3d15ced',1,'faker::internet']]], - ['domainsuffix_21',['domainSuffix',['../namespacefaker_1_1internet.html#ad0f6d0599df66e819d84903c5d1c04cd',1,'faker::internet']]], - ['domainword_22',['domainWord',['../namespacefaker_1_1internet.html#a2d0343d5392ac333fecf27fab9567cbc',1,'faker::internet']]], + ['dog_19',['dog',['../namespacefaker_1_1animal.html#ac9fadd9047d359167a80c26a072d3c83',1,'faker::animal']]], + ['domainname_20',['domainName',['../namespacefaker_1_1internet.html#a7233a627869287ae8dc81a1dd8324fd2',1,'faker::internet']]], + ['domainsuffix_21',['domainSuffix',['../namespacefaker_1_1internet.html#a9332c1bd3d5fb1111e2fcc5fa04131a7',1,'faker::internet']]], + ['domainword_22',['domainWord',['../namespacefaker_1_1internet.html#a49fa76d8f033206ed91f965fd625b2cf',1,'faker::internet']]], ['dominica_23',['Dominica',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa531c552093668f148d3c826fca6e3cc8',1,'faker::phone']]], ['dominicanrepublic_24',['DominicanRepublic',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaab2a384f6b7c12a5a4ae319d488c8b63',1,'faker::phone']]], ['dutch_25',['Dutch',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a68bf367e228f45ba83cb8831a5ee6447',1,'faker::person']]] diff --git a/search/all_4.js b/search/all_4.js index 50e75218a..30f78d13c 100644 --- a/search/all_4.js +++ b/search/all_4.js @@ -1,14 +1,14 @@ var searchData= [ - ['ean13_0',['EAN13',['../namespacefaker_1_1commerce.html#a6838409b7aefcb1c2d5e9f15baec5652',1,'faker::commerce']]], - ['ean8_1',['EAN8',['../namespacefaker_1_1commerce.html#ac9821a0d4e9cee4261d9018e73ae2c63',1,'faker::commerce']]], + ['ean13_0',['EAN13',['../namespacefaker_1_1commerce.html#ae29ab09dde346d41b789676f98b8acde',1,'faker::commerce']]], + ['ean8_1',['EAN8',['../namespacefaker_1_1commerce.html#a9542b2c498314999484d775dedcad584',1,'faker::commerce']]], ['ecuador_2',['Ecuador',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa4d5d85af33ec2aaedb674d2d6a7d53b6',1,'faker::phone']]], ['egypt_3',['Egypt',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aae31959fe2842dacea4d16d36e9813620',1,'faker::phone']]], ['elsalvador_4',['ElSalvador',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aadb9cff1705b6658a5326fad75e5c89bf',1,'faker::phone']]], - ['email_5',['email',['../structfaker_1_1git_1_1Author.html#ac12d137f2aedfb0f9ecd1fa03fe4264c',1,'faker::git::Author::email'],['../namespacefaker_1_1internet.html#a5082d31654a79c42189bd74ebcd9f177',1,'faker::internet::email(std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt, std::optional< std::string > emailHost=std::nullopt)']]], - ['emoji_6',['emoji',['../namespacefaker_1_1internet.html#acc05c79fd96761953b3f01f819536180',1,'faker::internet']]], + ['email_5',['email',['../structfaker_1_1git_1_1Author.html#ac12d137f2aedfb0f9ecd1fa03fe4264c',1,'faker::git::Author::email'],['../namespacefaker_1_1internet.html#a640c9552088825e8f39eb42b61399c6e',1,'faker::internet::email(std::optional< std::string > firstName=std::nullopt, std::optional< std::string > lastName=std::nullopt, std::optional< std::string > emailHost=std::nullopt)']]], + ['emoji_6',['emoji',['../namespacefaker_1_1internet.html#a40ee9376026f9017e3dcc90a8f53b7bc',1,'faker::internet']]], ['emojitype_7',['EmojiType',['../namespacefaker_1_1internet.html#ab1fd12c6089e1eb7e783223be1b73ac1',1,'faker::internet']]], - ['engine_8',['engine',['../namespacefaker_1_1database.html#a5cab35a30ce9cbd4993f53b50b9c493a',1,'faker::database']]], + ['engine_8',['engine',['../namespacefaker_1_1database.html#a39ae277261458288680c1a71301b187a',1,'faker::database']]], ['england_9',['England',['../namespacefaker_1_1person.html#ad6599d35e7da66fbcb9b17af862bab90a64f607906be7598a02d75dbc1e979662',1,'faker::person']]], ['english_10',['English',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a78463a384a5aa4fad5fa73e2f506ecfc',1,'faker::person']]], ['equatorialguinea_11',['EquatorialGuinea',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa36216977d6d58d490d4c7d3d1034b0df',1,'faker::phone']]], @@ -16,9 +16,9 @@ var searchData= ['estonia_13',['Estonia',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a7755415a9fe7022060b98a689236ccd2',1,'faker::finance::Estonia'],['../namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030a7755415a9fe7022060b98a689236ccd2',1,'faker::location::Estonia'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa7755415a9fe7022060b98a689236ccd2',1,'faker::phone::Estonia']]], ['estonian_14',['Estonian',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a28916fc3da67a5190b2b98a7f309857f',1,'faker::person']]], ['eswatini_15',['Eswatini',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa5b6c44e2e66685a59e42673eff6d5f17',1,'faker::phone']]], - ['ethereumaddress_16',['ethereumAddress',['../namespacefaker_1_1finance.html#a2d09537f9c60d54f1b3efe87a625d7ff',1,'faker::finance']]], + ['ethereumaddress_16',['ethereumAddress',['../namespacefaker_1_1finance.html#a30c18f090dc95e47a21846f694edc74d',1,'faker::finance']]], ['ethiopia_17',['Ethiopia',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aae299d7cb0f7866cce7d90da2af14047c',1,'faker::phone']]], - ['exampleemail_18',['exampleEmail',['../namespacefaker_1_1internet.html#aed462baedf55f4a57818f2d47aa69961',1,'faker::internet']]], + ['exampleemail_18',['exampleEmail',['../namespacefaker_1_1internet.html#a73507aa24e5f1d8b74e0db4cdee32ee9',1,'faker::internet']]], ['extensioncount_19',['extensionCount',['../structfaker_1_1system_1_1FileOptions.html#aca1123f1b15c539f243f3912adb37574',1,'faker::system::FileOptions']]], ['extensionrange_20',['extensionRange',['../structfaker_1_1system_1_1FileOptions.html#add0cc5ff7516d839bf1aa24ad0d547a5',1,'faker::system::FileOptions']]] ]; diff --git a/search/all_5.js b/search/all_5.js index ab1a12ea7..61d0a4f1c 100644 --- a/search/all_5.js +++ b/search/all_5.js @@ -37,35 +37,35 @@ var searchData= ['faker_3a_3aword_34',['word',['../namespacefaker_1_1word.html',1,'faker']]], ['faroeislands_35',['FaroeIslands',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa862b292580cae511f99f7d215dac4920',1,'faker::phone']]], ['female_36',['Female',['../namespacefaker_1_1person.html#ab7290e4523427c5876299e459d3ed038ab719ce180ec7bd9641fece2f920f4817',1,'faker::person']]], - ['femaleathlete_37',['femaleAthlete',['../namespacefaker_1_1sport.html#a0841d643bbf375bce242c584bdd1d2c4',1,'faker::sport']]], - ['fern_38',['fern',['../namespacefaker_1_1plant.html#a65152361a985672f3dbc42c7fefc9833',1,'faker::plant']]], + ['femaleathlete_37',['femaleAthlete',['../namespacefaker_1_1sport.html#ab01ea8697643964befb319962765dfc2',1,'faker::sport']]], + ['fern_38',['fern',['../namespacefaker_1_1plant.html#a2db3a292b5d1ac189c6d71b062aeef0d',1,'faker::plant']]], ['fiji_39',['Fiji',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa55b0c4d4efa00b59643b2e6a6e7c18c0',1,'faker::phone']]], - ['fileextension_40',['fileExtension',['../namespacefaker_1_1system.html#a726010cfcd6aaaab4b0054f45c72de74',1,'faker::system']]], - ['filename_41',['fileName',['../namespacefaker_1_1system.html#af230cb9d644c2e8db69f1ec2d1357c0a',1,'faker::system']]], + ['fileextension_40',['fileExtension',['../namespacefaker_1_1system.html#ad4309983f04c3100cca8fc8e45968e3b',1,'faker::system']]], + ['filename_41',['fileName',['../namespacefaker_1_1system.html#a60b8848155700550735de7e9df912005',1,'faker::system']]], ['fileoptions_42',['FileOptions',['../structfaker_1_1system_1_1FileOptions.html',1,'faker::system']]], - ['filepath_43',['filePath',['../namespacefaker_1_1system.html#a0b6a342786f02463dfbf79e188179fd5',1,'faker::system']]], + ['filepath_43',['filePath',['../namespacefaker_1_1system.html#a152dc7686f707ff769181cd6821aba7c',1,'faker::system']]], ['filetype_44',['FileType',['../namespacefaker_1_1system.html#aeeae0c993bee26944d1d31ad6c339a08',1,'faker::system']]], - ['filetype_45',['fileType',['../namespacefaker_1_1system.html#a7b35e2fb4bfc7cff9670a800198f071c',1,'faker::system']]], + ['filetype_45',['fileType',['../namespacefaker_1_1system.html#aa7006eb2917cbeaf645afd4d9dc1c5bb',1,'faker::system']]], ['finance_2eh_46',['Finance.h',['../Finance_8h.html',1,'']]], ['finland_47',['Finland',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a6f781c6559a0c605da918096bdb69edf',1,'faker::finance::Finland'],['../namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030a6f781c6559a0c605da918096bdb69edf',1,'faker::location::Finland'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa6f781c6559a0c605da918096bdb69edf',1,'faker::phone::Finland']]], ['finnish_48',['Finnish',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a9ae099fd082267fa2f2f85664a4f74dc',1,'faker::person']]], - ['firstname_49',['firstName',['../namespacefaker_1_1person.html#ac6b17922541a379a7b88b9a57b6236cd',1,'faker::person']]], - ['fish_50',['fish',['../namespacefaker_1_1animal.html#ac6d69638f497ee4a4f5bfc8736d77a7a',1,'faker::animal']]], + ['firstname_49',['firstName',['../namespacefaker_1_1person.html#aa2d31df51f9e07afaba964b7864e729d',1,'faker::person']]], + ['fish_50',['fish',['../namespacefaker_1_1animal.html#acb99c0a7f282644bcf634def0242d64d',1,'faker::animal']]], ['flag_51',['Flag',['../namespacefaker_1_1internet.html#ab1fd12c6089e1eb7e783223be1b73ac1ac5836008c1649301e29351a55db8f65c',1,'faker::internet']]], - ['flightnumber_52',['flightNumber',['../namespacefaker_1_1airline.html#aa56913f27a3e446347815040005a5ad6',1,'faker::airline']]], - ['flightnumberbyrange_53',['flightNumberByRange',['../namespacefaker_1_1airline.html#a05f13ae28d39d5dbcb5b936e4497dd87',1,'faker::airline']]], - ['flower_54',['flower',['../namespacefaker_1_1plant.html#a353d64e4e2e1400e0dd96d078c5131ab',1,'faker::plant']]], + ['flightnumber_52',['flightNumber',['../namespacefaker_1_1airline.html#af528ab7cf1d1a4578ccf79f903337b08',1,'faker::airline']]], + ['flightnumberbyrange_53',['flightNumberByRange',['../namespacefaker_1_1airline.html#aa8b0b5cbbe6eebbd8869fdac9fc5ddc1',1,'faker::airline']]], + ['flower_54',['flower',['../namespacefaker_1_1plant.html#a5329b6a391ffdfb799d8ad17f1739de1',1,'faker::plant']]], ['food_55',['Food',['../namespacefaker_1_1internet.html#ab1fd12c6089e1eb7e783223be1b73ac1a0a38e7286ebbb560354992b3ce62be67',1,'faker::internet']]], ['food_2eh_56',['Food.h',['../Food_8h.html',1,'']]], - ['foodcategory_57',['foodCategory',['../namespacefaker_1_1food.html#a0d867a40e079d6ac464007642c60f221',1,'faker::food']]], - ['format_58',['format',['../namespacefaker_1_1book.html#a2cc4b90b4520f1c6270b75c04bb6d9e9',1,'faker::book']]], + ['foodcategory_57',['foodCategory',['../namespacefaker_1_1food.html#ade6002cb3bafb7bced418d2d1c256f72',1,'faker::food']]], + ['format_58',['format',['../namespacefaker_1_1book.html#a82befa5a03d3cbaf833aae155d6aa59d',1,'faker::book']]], ['france_59',['France',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a0309a6c666a7a803fdb9db95de71cf01',1,'faker::finance::France'],['../namespacefaker_1_1finance.html#a7503073690854f337acfc752a1801f5da0309a6c666a7a803fdb9db95de71cf01',1,'faker::finance::France'],['../namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030a0309a6c666a7a803fdb9db95de71cf01',1,'faker::location::France'],['../namespacefaker_1_1person.html#ac71835f2e95a797941cb01c13efff749a0309a6c666a7a803fdb9db95de71cf01',1,'faker::person::France'],['../namespacefaker_1_1person.html#ad6599d35e7da66fbcb9b17af862bab90a0309a6c666a7a803fdb9db95de71cf01',1,'faker::person::France'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa0309a6c666a7a803fdb9db95de71cf01',1,'faker::phone::France']]], ['french_60',['French',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8aad225f707802ba118c22987186dd38e8',1,'faker::person']]], ['frenchguiana_61',['FrenchGuiana',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa4b5575a8d88fa7ac32b14c4a2f1e8953',1,'faker::phone']]], ['frenchpolynesia_62',['FrenchPolynesia',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaed0cd9feeae6b82cc5cc90baf22032ba',1,'faker::phone']]], - ['fromcharacters_63',['fromCharacters',['../namespacefaker_1_1string.html#a01a1a0aa804e3a4a46d831cf7c977f2f',1,'faker::string::fromCharacters(const std::string &characters, unsigned length=1)'],['../namespacefaker_1_1string.html#a69abec2835dae8d22b0002214a74074b',1,'faker::string::fromCharacters(GuaranteeMap &&guarantee, const std::string &characters, unsigned length=1)']]], - ['fruit_64',['fruit',['../namespacefaker_1_1food.html#a6404af0445ed5723b97ef9171132d75b',1,'faker::food']]], - ['fuel_65',['fuel',['../namespacefaker_1_1vehicle.html#a0667e110f6f701356e91b32081096e82',1,'faker::vehicle']]], - ['fullname_66',['fullName',['../namespacefaker_1_1person.html#af44c8680454b8f887a9c9cb49413e3f3',1,'faker::person']]], - ['futuredate_67',['futureDate',['../namespacefaker_1_1date.html#a71d54b26dfde4f3bbbb405ef4038e2df',1,'faker::date']]] + ['fromcharacters_63',['fromCharacters',['../namespacefaker_1_1string.html#ac54da67b0fb85a3dcd6b970e286bcd1c',1,'faker::string::fromCharacters(const std::string &characters, unsigned length=1)'],['../namespacefaker_1_1string.html#a609843a4fde8ddb1d6304b25916858e6',1,'faker::string::fromCharacters(GuaranteeMap &&guarantee, const std::string &characters, unsigned length=1)']]], + ['fruit_64',['fruit',['../namespacefaker_1_1food.html#a6e3f30c718598e29f6c5db9b42374033',1,'faker::food']]], + ['fuel_65',['fuel',['../namespacefaker_1_1vehicle.html#a07ee147d6c81dfeb7bc70eb5378c0dbc',1,'faker::vehicle']]], + ['fullname_66',['fullName',['../namespacefaker_1_1person.html#a275161f9c0bd16a7fa5d6b1003aa612a',1,'faker::person']]], + ['futuredate_67',['futureDate',['../namespacefaker_1_1date.html#a3dba0cb591adb200b75a1db57785054d',1,'faker::date']]] ]; diff --git a/search/all_6.js b/search/all_6.js index 2abce22cc..606da913c 100644 --- a/search/all_6.js +++ b/search/all_6.js @@ -2,22 +2,22 @@ var searchData= [ ['gabon_0',['Gabon',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aafceb5af40df295d85851f390f4f8d78d',1,'faker::phone']]], ['gambia_1',['Gambia',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aae2a96e074e1d8a6f6de56abbd4a4d8dc',1,'faker::phone']]], - ['gametitle_2',['gameTitle',['../namespacefaker_1_1videogame.html#a4f51ce8271b4356736a05f5efb8fee58',1,'faker::videogame']]], - ['gender_3',['gender',['../namespacefaker_1_1person.html#a2f305d70964018e54bd8dcc0d7a0a5d8',1,'faker::person']]], - ['generateatleaststring_4',['generateAtLeastString',['../namespacefaker_1_1string.html#a0d1d2b0e35c1f552a52931fe14afa36b',1,'faker::string']]], + ['gametitle_2',['gameTitle',['../namespacefaker_1_1videogame.html#ab36d80c15e07e2e266da6df41a40f222',1,'faker::videogame']]], + ['gender_3',['gender',['../namespacefaker_1_1person.html#aa4f5882c87c74e0167bf51f297c69993',1,'faker::person']]], + ['generateatleaststring_4',['generateAtLeastString',['../namespacefaker_1_1string.html#a5f7f456ce960ac5d9407c805144b3943',1,'faker::string']]], ['generator_5f_5',['generator_',['../classfaker_1_1RandomGenerator.html#a9e0d9e4197260cb59bd17a28ea51b45b',1,'faker::RandomGenerator']]], - ['genre_6',['genre',['../namespacefaker_1_1book.html#a386ea74bfcbe29d2ee6d548b84d22913',1,'faker::book::genre()'],['../namespacefaker_1_1movie.html#abe69d9192cd7239fa5d42354bf76fda3',1,'faker::movie::genre()'],['../namespacefaker_1_1music.html#aa4026ee2d3f948b16016326756f268d8',1,'faker::music::genre()'],['../namespacefaker_1_1videogame.html#a54a1c4e7ed9618e9f6b00956c5e1c996',1,'faker::videogame::genre()']]], + ['genre_6',['genre',['../namespacefaker_1_1book.html#a54abd69be2c8c7cc922be0e96ba3a4e4',1,'faker::book::genre()'],['../namespacefaker_1_1movie.html#a55bae5cf4dbcdd3b785b340f28226128',1,'faker::movie::genre()'],['../namespacefaker_1_1music.html#a420b05ddc4e92ab9f581d93907e23042',1,'faker::music::genre()'],['../namespacefaker_1_1videogame.html#ae5bdba1c888f8934eb817848a705983c',1,'faker::videogame::genre()']]], ['georgia_7',['Georgia',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaeada819634d0164c6a7547bdcc405033',1,'faker::phone']]], ['german_8',['German',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a86bc3115eb4e9873ac96904a4a68e19e',1,'faker::person']]], ['germany_9',['Germany',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918ad8b00929dec65d422303256336ada04f',1,'faker::finance::Germany'],['../namespacefaker_1_1finance.html#a7503073690854f337acfc752a1801f5dad8b00929dec65d422303256336ada04f',1,'faker::finance::Germany'],['../namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030ad8b00929dec65d422303256336ada04f',1,'faker::location::Germany'],['../namespacefaker_1_1person.html#ad6599d35e7da66fbcb9b17af862bab90ad8b00929dec65d422303256336ada04f',1,'faker::person::Germany'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aad8b00929dec65d422303256336ada04f',1,'faker::phone::Germany']]], ['ghana_10',['Ghana',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aae7400496f1ce70cb62c2c44ca2ddc469',1,'faker::phone']]], ['gibraltar_11',['Gibraltar',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa672566a43483aa8212cb365658600b99',1,'faker::phone']]], ['git_2eh_12',['Git.h',['../Git_8h.html',1,'']]], - ['gpumanufacture_13',['gpuManufacture',['../namespacefaker_1_1computer.html#a4d2198f1c433983669b98d2d5ad1e0c0',1,'faker::computer']]], - ['gpumodel_14',['gpuModel',['../namespacefaker_1_1computer.html#a4b2afda0343805a317cbbef153f95070',1,'faker::computer']]], - ['gputype_15',['gpuType',['../namespacefaker_1_1computer.html#a129044c205970b896af574040c811309',1,'faker::computer']]], - ['grain_16',['grain',['../namespacefaker_1_1food.html#a5479ec88ff85aadfbad730b33af548cc',1,'faker::food']]], - ['grass_17',['grass',['../namespacefaker_1_1plant.html#a90eb1289cbc58fbc048e55a80a177ec1',1,'faker::plant']]], + ['gpumanufacture_13',['gpuManufacture',['../namespacefaker_1_1computer.html#a8dfa6197c1a88cb563fc58cbf3b882d7',1,'faker::computer']]], + ['gpumodel_14',['gpuModel',['../namespacefaker_1_1computer.html#a6b12fd59524206a1f64c4bac4c29ef13',1,'faker::computer']]], + ['gputype_15',['gpuType',['../namespacefaker_1_1computer.html#a3f1a6271d6f0032ff69d76db28a22fd7',1,'faker::computer']]], + ['grain_16',['grain',['../namespacefaker_1_1food.html#a524958b3f779590a3e7d781bdeb58f22',1,'faker::food']]], + ['grass_17',['grass',['../namespacefaker_1_1plant.html#ae7883287f9db68b65ac0a6cdf05e12bd',1,'faker::plant']]], ['greece_18',['Greece',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a6b718641741f992e68ec3712718561b8',1,'faker::finance::Greece'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa6b718641741f992e68ec3712718561b8',1,'faker::phone::Greece']]], ['greek_19',['Greek',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a0aafa497807d5ac9b509656bd13b5283',1,'faker::person']]], ['greenland_20',['Greenland',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa583eda79d32f7c1cb0840862787a73ca',1,'faker::phone']]], diff --git a/search/all_7.js b/search/all_7.js index cdcf89558..acc8e9280 100644 --- a/search/all_7.js +++ b/search/all_7.js @@ -3,26 +3,26 @@ var searchData= ['hacker_2eh_0',['Hacker.h',['../Hacker_8h.html',1,'']]], ['haiti_1',['Haiti',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aab88959cb7d907d91065ac7ec19eb0b44',1,'faker::phone']]], ['helper_2eh_2',['Helper.h',['../Helper_8h.html',1,'']]], - ['hex_3',['hex',['../namespacefaker_1_1color.html#a6898fd424937d70c224b2e865ee95c36',1,'faker::color']]], - ['hexadecimal_4',['hexadecimal',['../namespacefaker_1_1string.html#a1c8f39a9083d995b932fe6d0dc8aa416',1,'faker::string::hexadecimal(unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)'],['../namespacefaker_1_1string.html#ac9905fff398faebc862080ebfaec57d6',1,'faker::string::hexadecimal(std::optional< int > min=std::nullopt, std::optional< int > max=std::nullopt)'],['../namespacefaker_1_1string.html#a6bee03ca29f6add293e969874324407d',1,'faker::string::hexadecimal(GuaranteeMap &&guarantee, unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)']]], + ['hex_3',['hex',['../namespacefaker_1_1color.html#ad77b26473e833e142dbcf4b7eb40151d',1,'faker::color']]], + ['hexadecimal_4',['hexadecimal',['../namespacefaker_1_1string.html#a53c522cba8f02956fb554ef73261424b',1,'faker::string::hexadecimal(unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)'],['../namespacefaker_1_1string.html#afdf0e7008f19716d3b6d82058cc07621',1,'faker::string::hexadecimal(std::optional< int > min=std::nullopt, std::optional< int > max=std::nullopt)'],['../namespacefaker_1_1string.html#a8e19bab9b27625c925d09c75b543fa72',1,'faker::string::hexadecimal(GuaranteeMap &&guarantee, unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)']]], ['hindi_5',['Hindi',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a45c3171ef193c74b402f407fba9d955b',1,'faker::person']]], - ['hobby_6',['hobby',['../namespacefaker_1_1person.html#a143e5c964c8722e54be3c98647644d90',1,'faker::person']]], + ['hobby_6',['hobby',['../namespacefaker_1_1person.html#ab728ebbf9c6a7b830ff989943fc34330',1,'faker::person']]], ['holyseevaticancitystate_7',['HolySeeVaticanCityState',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa19b3d338fad7acdd2e16042e36abf5fb',1,'faker::phone']]], ['honduras_8',['Honduras',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaf4270ce39e7e926052e097a0e4e63bde',1,'faker::phone']]], ['hongkong_9',['HongKong',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa0e7ff2df12c4886b0218039aeaad35e3',1,'faker::phone']]], - ['horse_10',['horse',['../namespacefaker_1_1animal.html#ad84c7f5ba8970e062cec1cf582d93cb8',1,'faker::animal']]], - ['hour_11',['hour',['../namespacefaker_1_1date.html#a708cc29034e0f39032c3e5777c2bac3a',1,'faker::date']]], - ['hsb_12',['hsb',['../namespacefaker_1_1color.html#a2a9fbb291d06dac5bbf080df7f071029',1,'faker::color']]], - ['hsl_13',['hsl',['../namespacefaker_1_1color.html#acfeb67e5d7107fb3458dd1f85f92cca0',1,'faker::color']]], - ['hsv_14',['hsv',['../namespacefaker_1_1color.html#a211a94576870c858386db5f385e431c9',1,'faker::color']]], + ['horse_10',['horse',['../namespacefaker_1_1animal.html#a8afb736853a9d86a7bd677c7d3efcb6d',1,'faker::animal']]], + ['hour_11',['hour',['../namespacefaker_1_1date.html#a0c4ce65b05670d9bca85c5ed06c2a80e',1,'faker::date']]], + ['hsb_12',['hsb',['../namespacefaker_1_1color.html#a95505c20701451ee42aba82bc5209264',1,'faker::color']]], + ['hsl_13',['hsl',['../namespacefaker_1_1color.html#a036bd0fa934a250f82eeb08c6a74bfcd',1,'faker::color']]], + ['hsv_14',['hsv',['../namespacefaker_1_1color.html#a125a5d22271e5883e4b4c939324eabcf',1,'faker::color']]], ['http_15',['Http',['../namespacefaker_1_1internet.html#ac9fba82884b9a80bff2604b01135c7eca9d4d43de68f0b3555d5a5ef5dc05bb95',1,'faker::internet']]], - ['httpmediatype_16',['httpMediaType',['../namespacefaker_1_1internet.html#ae9d32d02503d82a6bda4fdaeac223fec',1,'faker::internet']]], - ['httpmethod_17',['httpMethod',['../namespacefaker_1_1internet.html#a9b548a60dd56b4caf3adda3dd36fe531',1,'faker::internet']]], - ['httprequestheader_18',['httpRequestHeader',['../namespacefaker_1_1internet.html#ad7ebdb868d20077439327c5630d77521',1,'faker::internet']]], - ['httpresponseheader_19',['httpResponseHeader',['../namespacefaker_1_1internet.html#a8c549b1e91e70508dd706eecbb5d04c3',1,'faker::internet']]], + ['httpmediatype_16',['httpMediaType',['../namespacefaker_1_1internet.html#aae3de074437688cc7aa5d4926a184182',1,'faker::internet']]], + ['httpmethod_17',['httpMethod',['../namespacefaker_1_1internet.html#a351eb5eed7fd927d6a2869263b56e852',1,'faker::internet']]], + ['httprequestheader_18',['httpRequestHeader',['../namespacefaker_1_1internet.html#a298bf281d43e08c58448962c094605ab',1,'faker::internet']]], + ['httpresponseheader_19',['httpResponseHeader',['../namespacefaker_1_1internet.html#abac7e3c94d09f0f7a381f64a8032684e',1,'faker::internet']]], ['httpresponsetype_20',['HttpResponseType',['../namespacefaker_1_1internet.html#a25d31766e509fb398f5534224b171a8d',1,'faker::internet']]], ['https_21',['Https',['../namespacefaker_1_1internet.html#ac9fba82884b9a80bff2604b01135c7eca2badb7fa3e862298a650909d45c5066b',1,'faker::internet']]], - ['httpstatuscode_22',['httpStatusCode',['../namespacefaker_1_1internet.html#addf925e625f04b4d77cd1a051bc03491',1,'faker::internet']]], + ['httpstatuscode_22',['httpStatusCode',['../namespacefaker_1_1internet.html#a18bb9341e2a6b1745f93bb56acf973ea',1,'faker::internet']]], ['hungarian_23',['Hungarian',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a7b86112ec6401fd8f06ab5251d1a68fe',1,'faker::person']]], ['hungary_24',['Hungary',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918afa79c3005daec47ecff84a116a0927a1',1,'faker::finance::Hungary'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aafa79c3005daec47ecff84a116a0927a1',1,'faker::phone::Hungary']]] ]; diff --git a/search/all_8.js b/search/all_8.js index 89ccf9f3a..a4f2cc4ab 100644 --- a/search/all_8.js +++ b/search/all_8.js @@ -2,37 +2,37 @@ var searchData= [ ['iatacode_0',['iataCode',['../structfaker_1_1airline_1_1AirlineInfo.html#a534468604fc234bfb020439ea29d922b',1,'faker::airline::AirlineInfo::iataCode'],['../structfaker_1_1airline_1_1Airport.html#a33db5a225b9b0d3ecad6e2b47ba2edc5',1,'faker::airline::Airport::iataCode']]], ['iatatypecode_1',['iataTypeCode',['../structfaker_1_1airline_1_1Airplane.html#a5297bee11daafaf9462b3abb2a7b39ee',1,'faker::airline::Airplane']]], - ['iban_2',['iban',['../namespacefaker_1_1finance.html#ae1c80b5a6001243ccee94cc507703477',1,'faker::finance']]], + ['iban_2',['iban',['../namespacefaker_1_1finance.html#a89eeb8a7709d8f37073029532fa58f0a',1,'faker::finance']]], ['ibancountry_3',['IbanCountry',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918',1,'faker::finance']]], ['iceland_4',['Iceland',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aab78edab0f52e0d6c195fd0d8c5709d26',1,'faker::phone']]], ['image_5',['Image',['../namespacefaker_1_1system.html#aeeae0c993bee26944d1d31ad6c339a08abe53a0541a6d36f6ecb879fa2c584b08',1,'faker::system']]], ['image_2eh_6',['Image.h',['../Image_8h.html',1,'']]], - ['imei_7',['imei',['../namespacefaker_1_1phone.html#a65067f7798859dde47329dcbf394309c',1,'faker::phone']]], + ['imei_7',['imei',['../namespacefaker_1_1phone.html#a610e92717aef3b4c7ae68d3982248807',1,'faker::phone']]], ['includenonstandard_8',['includeNonStandard',['../structfaker_1_1system_1_1CronOptions.html#a514e32dcad2eb509387bc05493ec34b8',1,'faker::system::CronOptions']]], ['includeyear_9',['includeYear',['../structfaker_1_1system_1_1CronOptions.html#acd8a7339d985faa4187d339916e84d32',1,'faker::system::CronOptions']]], ['india_10',['India',['../namespacefaker_1_1finance.html#a7503073690854f337acfc752a1801f5da7d31e0da1ab99fe8b08a22118e2f402b',1,'faker::finance::India'],['../namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030a7d31e0da1ab99fe8b08a22118e2f402b',1,'faker::location::India'],['../namespacefaker_1_1person.html#ad6599d35e7da66fbcb9b17af862bab90a7d31e0da1ab99fe8b08a22118e2f402b',1,'faker::person::India'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa7d31e0da1ab99fe8b08a22118e2f402b',1,'faker::phone::India']]], ['indonesia_11',['Indonesia',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa4647d00cf81f8fb0ab80f753320d0fc9',1,'faker::phone']]], - ['industry_12',['industry',['../namespacefaker_1_1company.html#aa030fd86bdd5c05c7b0b4dac879bb195',1,'faker::company']]], + ['industry_12',['industry',['../namespacefaker_1_1company.html#ae40143ae16868dff4073b9b1c8aff922',1,'faker::company']]], ['informational_13',['Informational',['../namespacefaker_1_1internet.html#a25d31766e509fb398f5534224b171a8da5391f9a882a54c787b206138ed6d28b0',1,'faker::internet']]], - ['ingverb_14',['ingverb',['../namespacefaker_1_1hacker.html#a219461f5eefdaaf572b263562fe2e025',1,'faker::hacker']]], - ['insect_15',['insect',['../namespacefaker_1_1animal.html#a441d3ba5a0f83f0d9a0ddd65f404ddcd',1,'faker::animal']]], + ['ingverb_14',['ingverb',['../namespacefaker_1_1hacker.html#a88bf4b9f6a06f804c206f51d36e3831d',1,'faker::hacker']]], + ['insect_15',['insect',['../namespacefaker_1_1animal.html#a8c4897c2f0595d2dfc7078eb69162467',1,'faker::animal']]], ['interfaceschema_16',['interfaceSchema',['../structfaker_1_1system_1_1NetworkInterfaceOptions.html#acae29ab1f28e5270f97821d810a990b3',1,'faker::system::NetworkInterfaceOptions']]], ['interfacetype_17',['interfaceType',['../structfaker_1_1system_1_1NetworkInterfaceOptions.html#a09a70aa1b771698b1404134107771b25',1,'faker::system::NetworkInterfaceOptions']]], - ['interjection_18',['interjection',['../namespacefaker_1_1word.html#a8e0958090d99910a02a9207eb195ac72',1,'faker::word']]], + ['interjection_18',['interjection',['../namespacefaker_1_1word.html#a82ec1a575f056e5c79d2e7bc4e89335d',1,'faker::word']]], ['internet_2eh_19',['Internet.h',['../Internet_8h.html',1,'']]], - ['ipv4_20',['ipv4',['../namespacefaker_1_1internet.html#a1867349f60b73f441e7b42b3d1550503',1,'faker::internet::ipv4(const IPv4Class &ipv4class=IPv4Class::C)'],['../namespacefaker_1_1internet.html#a8cd0c9ec4dcca31fce9b9b516e6fe40a',1,'faker::internet::ipv4(const std::array< unsigned int, 4 > &baseIpv4Address, const std::array< unsigned int, 4 > &generationMask)']]], + ['ipv4_20',['ipv4',['../namespacefaker_1_1internet.html#a9ec5e80a347ec1ad2a53f85588b510dc',1,'faker::internet::ipv4(const IPv4Class &ipv4class=IPv4Class::C)'],['../namespacefaker_1_1internet.html#af6b363e2801aca6b2a686e80ee24c7c3',1,'faker::internet::ipv4(const std::array< unsigned int, 4 > &baseIpv4Address, const std::array< unsigned int, 4 > &generationMask)']]], ['ipv4class_21',['IPv4Class',['../namespacefaker_1_1internet.html#a02270adba2a94976603175f8904646cd',1,'faker::internet']]], - ['ipv6_22',['ipv6',['../namespacefaker_1_1internet.html#a6f44672173ac347db321ea45c5fbc108',1,'faker::internet']]], + ['ipv6_22',['ipv6',['../namespacefaker_1_1internet.html#aa1ebac0fa8bab72b27017f6736b7c51f',1,'faker::internet']]], ['iran_23',['Iran',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa21fc68909a9eb8692e84cf64e495213e',1,'faker::phone']]], ['iraq_24',['Iraq',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa5ae2ff99743a8487c917e98bbf3db2d3',1,'faker::phone']]], ['ireland_25',['Ireland',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a06e415f918c577f07328a52e24f75d43',1,'faker::finance::Ireland'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa06e415f918c577f07328a52e24f75d43',1,'faker::phone::Ireland']]], ['irish_26',['Irish',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a2cfce796f4703d560ae1c3a1b3fb7e74',1,'faker::person']]], - ['isbn10_27',['ISBN10',['../namespacefaker_1_1commerce.html#a2912ccbb9ff253974228ad4ba91cf143',1,'faker::commerce']]], - ['isbn13_28',['ISBN13',['../namespacefaker_1_1commerce.html#adeaebda5734246f7a724728201b1defe',1,'faker::commerce']]], + ['isbn10_27',['ISBN10',['../namespacefaker_1_1commerce.html#ab0f57fa4c4048bf1f650a9c01260a1dd',1,'faker::commerce']]], + ['isbn13_28',['ISBN13',['../namespacefaker_1_1commerce.html#ad139ddf45f996ffb8bb46300b5c45d2a',1,'faker::commerce']]], ['isleofman_29',['IsleOfMan',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aac7ac0961f79019cd2041fee5deda8718',1,'faker::phone']]], ['iso_30',['ISO',['../namespacefaker_1_1date.html#a0a1ec9647c68eb08f4f47d162a424c5aa5b512ee8a59deb284ad0a6a035ba10b1',1,'faker::date']]], ['israel_31',['Israel',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa5a548c2f5875f10bf5614b7c258876cf',1,'faker::phone']]], - ['isvalidguarantee_32',['isValidGuarantee',['../namespacefaker_1_1string.html#a7c152abc53a8cb3df62d0c0d0c644d7a',1,'faker::string']]], + ['isvalidguarantee_32',['isValidGuarantee',['../namespacefaker_1_1string.html#a2b72fcb64a3202113769a90cf922b140',1,'faker::string']]], ['italian_33',['Italian',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a4be8e06d27bca7e1828f2fa9a49ca985',1,'faker::person']]], ['italy_34',['Italy',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a1007e1b7f894dfbf72a0eaa80f3bc57e',1,'faker::finance::Italy'],['../namespacefaker_1_1finance.html#a7503073690854f337acfc752a1801f5da1007e1b7f894dfbf72a0eaa80f3bc57e',1,'faker::finance::Italy'],['../namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030a1007e1b7f894dfbf72a0eaa80f3bc57e',1,'faker::location::Italy'],['../namespacefaker_1_1person.html#ad6599d35e7da66fbcb9b17af862bab90a1007e1b7f894dfbf72a0eaa80f3bc57e',1,'faker::person::Italy'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa1007e1b7f894dfbf72a0eaa80f3bc57e',1,'faker::phone::Italy']]] ]; diff --git a/search/all_9.js b/search/all_9.js index 06e1e8339..76650f0cf 100644 --- a/search/all_9.js +++ b/search/all_9.js @@ -4,9 +4,9 @@ var searchData= ['japan_1',['Japan',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa53a577bb3bc587b0c28ab808390f1c9b',1,'faker::phone']]], ['japanese_2',['Japanese',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8af32ced6a9ba164c4b3c047fd1d7c882e',1,'faker::person']]], ['jersey_3',['Jersey',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa3cda26e0c8aedbf662adb42f923ef3ec',1,'faker::phone']]], - ['jobarea_4',['jobArea',['../namespacefaker_1_1person.html#adf6ab8d0ff301c771d822212824b0e33',1,'faker::person']]], - ['jobdescriptor_5',['jobDescriptor',['../namespacefaker_1_1person.html#aa6935843e6cf19bd3b7921d3469dc3bd',1,'faker::person']]], - ['jobtitle_6',['jobTitle',['../namespacefaker_1_1person.html#a25dcaa216bd77ba92e08440af7f08944',1,'faker::person']]], - ['jobtype_7',['jobType',['../namespacefaker_1_1person.html#abd243904a4ea4169ac26d6ee297d7d47',1,'faker::person']]], + ['jobarea_4',['jobArea',['../namespacefaker_1_1person.html#aa58e33aa6e056a200de1d94f7af80e31',1,'faker::person']]], + ['jobdescriptor_5',['jobDescriptor',['../namespacefaker_1_1person.html#a4076a7788b7715cdd889f1fe23b66c17',1,'faker::person']]], + ['jobtitle_6',['jobTitle',['../namespacefaker_1_1person.html#aed588e01226bc0ba073dbf0e1e6cf96f',1,'faker::person']]], + ['jobtype_7',['jobType',['../namespacefaker_1_1person.html#a12dbe0569b391994f9f3fd1207f688fc',1,'faker::person']]], ['jordan_8',['Jordan',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa6ea1e24d60afddf388b06f8243c45b70',1,'faker::phone']]] ]; diff --git a/search/all_b.js b/search/all_b.js index 07f64e021..304dfc0b3 100644 --- a/search/all_b.js +++ b/search/all_b.js @@ -1,23 +1,23 @@ var searchData= [ - ['lab_0',['lab',['../namespacefaker_1_1color.html#aa663b09a8bbd624fda6d1be5e3bfdc9e',1,'faker::color']]], + ['lab_0',['lab',['../namespacefaker_1_1color.html#afd8333f4cc9596e3819ad009f6080528',1,'faker::color']]], ['language_1',['Language',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8',1,'faker::person']]], - ['language_2',['language',['../namespacefaker_1_1person.html#a3ce909c7c7b35530c159c7d36b830017',1,'faker::person']]], - ['lastname_3',['lastName',['../namespacefaker_1_1person.html#a1bafad36c99490aa8993ee7612823fa4',1,'faker::person']]], - ['latitude_4',['latitude',['../namespacefaker_1_1location.html#a52b5a116bca1c7a1a98b45bdad013ba8',1,'faker::location']]], + ['language_2',['language',['../namespacefaker_1_1person.html#a996e5552ac035f4c8eca3538343bfd1e',1,'faker::person']]], + ['lastname_3',['lastName',['../namespacefaker_1_1person.html#a09e7f2c9db689e06a6f057e852fe32e8',1,'faker::person']]], + ['latitude_4',['latitude',['../namespacefaker_1_1location.html#a6f11c5eeb8a4a61c0bb36cc98fe93e06',1,'faker::location']]], ['latvia_5',['Latvia',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918aa09f4b2ae67f0a63ab8912047a1a1b55',1,'faker::finance::Latvia'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaa09f4b2ae67f0a63ab8912047a1a1b55',1,'faker::phone::Latvia']]], ['latvian_6',['Latvian',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a76ad0358e45dd4087c0a26bbf4c160e3',1,'faker::person']]], - ['lch_7',['lch',['../namespacefaker_1_1color.html#a816a0c0be275b89b64c35ecf2cc4f28a',1,'faker::color']]], + ['lch_7',['lch',['../namespacefaker_1_1color.html#a7c586ab6590f34db1170dbd586bf18b1',1,'faker::color']]], ['lebanon_8',['Lebanon',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aab45ff92cc522bb89bfc3b8ef3fc21b7d',1,'faker::phone']]], ['lesotho_9',['Lesotho',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aae99bb6b91ef51dbe4eec9340dc7c68cf',1,'faker::phone']]], ['liberia_10',['Liberia',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa642cab67fc263bb61ae4ccbd577c8aa4',1,'faker::phone']]], ['libyanarabjamahiriya_11',['LibyanArabJamahiriya',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaa5ea2a2c4465afa376e5cad7ba049ad0',1,'faker::phone']]], ['liechtenstein_12',['Liechtenstein',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aada4e3775bd2de6c37fadd9b0188f7a4e',1,'faker::phone']]], - ['lion_13',['lion',['../namespacefaker_1_1animal.html#a0b33cb7ee5223c144bb3a1830cebf2c7',1,'faker::animal']]], - ['litecoinaddress_14',['litecoinAddress',['../namespacefaker_1_1finance.html#ab5f0ab675cc48fc1e071b828ffe0016d',1,'faker::finance']]], + ['lion_13',['lion',['../namespacefaker_1_1animal.html#adfd4d918152dc948148116834c308bcf',1,'faker::animal']]], + ['litecoinaddress_14',['litecoinAddress',['../namespacefaker_1_1finance.html#a89147ba29c55835df80b6bfbb31057b0',1,'faker::finance']]], ['lithuania_15',['Lithuania',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918ad9051e0b77f8bb5521389618e70e2ada',1,'faker::finance::Lithuania'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aad9051e0b77f8bb5521389618e70e2ada',1,'faker::phone::Lithuania']]], ['location_2eh_16',['Location.h',['../Location_8h.html',1,'']]], - ['longitude_17',['longitude',['../namespacefaker_1_1location.html#aa0bacdc2268c1cbffb1d5eb74373d041',1,'faker::location']]], + ['longitude_17',['longitude',['../namespacefaker_1_1location.html#a516e1c44a2c518d20eac0f95b664b04c',1,'faker::location']]], ['lorem_2eh_18',['Lorem.h',['../Lorem_8h.html',1,'']]], ['lower_19',['Lower',['../namespacefaker_1_1string.html#a5b7a1d4a3ebb389e224c7bfc534d7cdaab75fcdd2d72d9e000beab48622402d93',1,'faker::string']]], ['lowerletters_20',['lowerLetters',['../structfaker_1_1internet_1_1PasswordOptions.html#ad0fa73016c8ebe8d03fea9e603aabef4',1,'faker::internet::PasswordOptions']]], diff --git a/search/all_c.js b/search/all_c.js index 8772b5356..7b0185a9a 100644 --- a/search/all_c.js +++ b/search/all_c.js @@ -1,6 +1,6 @@ var searchData= [ - ['mac_0',['mac',['../namespacefaker_1_1internet.html#aa81ae4efbe46bdf5c5bfba6bfcd62d8c',1,'faker::internet']]], + ['mac_0',['mac',['../namespacefaker_1_1internet.html#aeb2e69d9d72e640a64d4bda2d55b45fe',1,'faker::internet']]], ['macao_1',['Macao',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa35cc0f78d9f676890516c8ebc834a162',1,'faker::phone']]], ['macedonian_2',['Macedonian',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8ac1e1b1f8bdaab4b0fc183e147887e0e1',1,'faker::person']]], ['madagascar_3',['Madagascar',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aab5bcce260d9e303ca0e63f055187ed28',1,'faker::phone']]], @@ -8,46 +8,46 @@ var searchData= ['malaysia_5',['Malaysia',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa3f0e49c46cbde0c7adf5ea04a97ab261',1,'faker::phone']]], ['maldives_6',['Maldives',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa62235142f3fca96e1f2cd0ed4a7de48d',1,'faker::phone']]], ['male_7',['Male',['../namespacefaker_1_1person.html#ab7290e4523427c5876299e459d3ed038a63889cfb9d3cbe05d1bd2be5cc9953fd',1,'faker::person']]], - ['maleathlete_8',['maleAthlete',['../namespacefaker_1_1sport.html#aae593416f8c7647b4e70cea58a98a970',1,'faker::sport']]], + ['maleathlete_8',['maleAthlete',['../namespacefaker_1_1sport.html#ae688d8f907acd3ad106667091a20ee01',1,'faker::sport']]], ['mali_9',['Mali',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aae90c93ceb8ccdcdf3b797f47edee866d',1,'faker::phone']]], ['malta_10',['Malta',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a92468e8a62373add2b9caefddbcf1303',1,'faker::finance::Malta'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa92468e8a62373add2b9caefddbcf1303',1,'faker::phone::Malta']]], ['mandarin_11',['Mandarin',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a76c06512227f8cd467f0008c8ec68f39',1,'faker::person']]], - ['manufacture_12',['manufacture',['../namespacefaker_1_1computer.html#a2e1e0d1b5be6cd870d435c28e14afab5',1,'faker::computer']]], - ['manufacturer_13',['manufacturer',['../namespacefaker_1_1phone.html#a7dd39c75af5a1c92b0bdc8fb5af411bc',1,'faker::phone::manufacturer()'],['../namespacefaker_1_1vehicle.html#a749e286df2b31b8e6bf93279649bd49f',1,'faker::vehicle::manufacturer()']]], + ['manufacture_12',['manufacture',['../namespacefaker_1_1computer.html#afa3d83aaa0399142a21970d2bc329edc',1,'faker::computer']]], + ['manufacturer_13',['manufacturer',['../namespacefaker_1_1phone.html#a6c9fc68316c71b3fed6bbb2e8196114d',1,'faker::phone::manufacturer()'],['../namespacefaker_1_1vehicle.html#a2d43c573f64ded598fe59c97668f756a',1,'faker::vehicle::manufacturer()']]], ['marshallislands_14',['MarshallIslands',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaef668639b52d69ed3e02d710aa67bea0',1,'faker::phone']]], ['martinique_15',['Martinique',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa899c4b2a0d41d5b86e2dbc3b2f5380cf',1,'faker::phone']]], - ['massunit_16',['massUnit',['../namespacefaker_1_1science.html#a69dde99d81369271b4533ccb73d8d1b3',1,'faker::science']]], + ['massunit_16',['massUnit',['../namespacefaker_1_1science.html#a042c3ae9a8fd931a587ab7f3021cbb34',1,'faker::science']]], ['mastercard_17',['MasterCard',['../namespacefaker_1_1finance.html#aa583be46abeaac908c81656813251bfaa2fe3351421d198ea6d3c4a4a0358d08f',1,'faker::finance']]], ['mauritania_18',['Mauritania',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aad7fe73b6846dfc672236e636aa2cf6b5',1,'faker::phone']]], ['mauritius_19',['Mauritius',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa07f3ca235faaa1c9ad16facef5526d8b',1,'faker::phone']]], ['max_20',['max',['../structfaker_1_1airline_1_1Range.html#aaff463a65c2f97c0099cb13250ef3541',1,'faker::airline::Range::max'],['../structfaker_1_1system_1_1FileOptions.html#ae3ef442023ecf70d89cafcff7443c831',1,'faker::system::FileOptions::max']]], ['maybe_21',['maybe',['../namespacefaker_1_1helper.html#a98ff8c2ecd79f17526a225e015669150',1,'faker::helper']]], ['mayotte_22',['Mayotte',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa9c05c40b81fd906b1585e231c0d896f1',1,'faker::phone']]], - ['md5_23',['md5',['../namespacefaker_1_1crypto.html#aca6b050a572d5b0d1b32aae6b0605fbe',1,'faker::crypto']]], - ['meat_24',['meat',['../namespacefaker_1_1food.html#ae03809d8d07ae2c4eb8818d0e6655a66',1,'faker::food']]], - ['medicaltest_25',['medicalTest',['../namespacefaker_1_1medicine.html#a75ec9409935c2fb14d7bac089993e790',1,'faker::medicine']]], + ['md5_23',['md5',['../namespacefaker_1_1crypto.html#a5e9c5db10e82dd4afad22511819ef820',1,'faker::crypto']]], + ['meat_24',['meat',['../namespacefaker_1_1food.html#adfa2995adb916eff7d864e830bc05b92',1,'faker::food']]], + ['medicaltest_25',['medicalTest',['../namespacefaker_1_1medicine.html#a20de78bbbd9859d1be5a025d1aa67df0',1,'faker::medicine']]], ['medicine_2eh_26',['Medicine.h',['../Medicine_8h.html',1,'']]], ['mexico_27',['Mexico',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa8dbb07a18d46f63d8b3c8994d5ccc351',1,'faker::phone']]], ['micronesia_28',['Micronesia',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa19a5a05a4982fef88f96039a43dbcfd8',1,'faker::phone']]], - ['milkproduct_29',['milkProduct',['../namespacefaker_1_1food.html#afc951542f8a95521402ab87cbdeb71f2',1,'faker::food']]], - ['mimetype_30',['mimeType',['../namespacefaker_1_1system.html#a5b7c73d6bde98732d09c5c46118f5199',1,'faker::system']]], + ['milkproduct_29',['milkProduct',['../namespacefaker_1_1food.html#acea2316e65fbcaa8958179a1a1e688a8',1,'faker::food']]], + ['mimetype_30',['mimeType',['../namespacefaker_1_1system.html#ad28ecf10cae675e76cbf0232611c700b',1,'faker::system']]], ['min_31',['min',['../structfaker_1_1airline_1_1Range.html#aaaca686ff84a48a6930fb6538838c7fb',1,'faker::airline::Range::min'],['../structfaker_1_1system_1_1FileOptions.html#aff1b86b9c5f74e3d48128725fd13361c',1,'faker::system::FileOptions::min']]], - ['minute_32',['minute',['../namespacefaker_1_1date.html#a3e4a11917f02c74982a19c041a778248',1,'faker::date']]], + ['minute_32',['minute',['../namespacefaker_1_1date.html#a49644833493f4599027c7d332e04e26d',1,'faker::date']]], ['mixed_33',['Mixed',['../namespacefaker_1_1string.html#a5b7a1d4a3ebb389e224c7bfc534d7cdaa699b4f79215d191584653efebf156e52',1,'faker::string']]], - ['model_34',['model',['../namespacefaker_1_1computer.html#a22dba3b61b9d661ef45a85935dba673a',1,'faker::computer::model()'],['../namespacefaker_1_1vehicle.html#ac173717cf3836a8b86ae0731b141e541',1,'faker::vehicle::model()']]], - ['modelname_35',['modelName',['../namespacefaker_1_1phone.html#a254899020ff9e9f170df6192ed1cdc9d',1,'faker::phone']]], + ['model_34',['model',['../namespacefaker_1_1computer.html#a712bfacd76cd87d0ce5e8a2d93273d1c',1,'faker::computer::model()'],['../namespacefaker_1_1vehicle.html#af3cdcd00d15094190e9fcdec62b31e21',1,'faker::vehicle::model()']]], + ['modelname_35',['modelName',['../namespacefaker_1_1phone.html#a9f75c5ff84cca943b1dad4fd8ac9c37d',1,'faker::phone']]], ['moldova_36',['Moldova',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa0c12f5495afe76d9242ed25668979de9',1,'faker::phone']]], ['monaco_37',['Monaco',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aad6a297c6193fd59309453a0db7a51b90',1,'faker::phone']]], - ['mongodbobjectid_38',['mongoDbObjectId',['../namespacefaker_1_1database.html#a06d4531d8ebee723a64d5e605720f81b',1,'faker::database']]], + ['mongodbobjectid_38',['mongoDbObjectId',['../namespacefaker_1_1database.html#a2823b233f41e9820d5d205e515394b73',1,'faker::database']]], ['mongolia_39',['Mongolia',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aabb6a72b6a93150d4181e50496fc15f5a',1,'faker::phone']]], ['montenegro_40',['Montenegro',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa4e92f9d2cdf0b8eb493ae3a19709d121',1,'faker::phone']]], - ['month_41',['month',['../namespacefaker_1_1date.html#a290ee5d52b8e9ba3e2900903013f6563',1,'faker::date']]], - ['monthabbreviatedname_42',['monthAbbreviatedName',['../namespacefaker_1_1date.html#a6389d9132d8e5737bd9a8349c3b0e7c4',1,'faker::date']]], - ['monthname_43',['monthName',['../namespacefaker_1_1date.html#aa0791554490056b7a93bd0bc5e2c6f7f',1,'faker::date']]], + ['month_41',['month',['../namespacefaker_1_1date.html#aebfe1d2284e37ee6b434694b976bf120',1,'faker::date']]], + ['monthabbreviatedname_42',['monthAbbreviatedName',['../namespacefaker_1_1date.html#af25ba3f294ef24501adb2fbf5bf60ace',1,'faker::date']]], + ['monthname_43',['monthName',['../namespacefaker_1_1date.html#a2aa60eea8e85d6a742d00b57069ac82a',1,'faker::date']]], ['montserrat_44',['Montserrat',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa3bac87d64d97e96d0e935628a9383379',1,'faker::phone']]], ['morocco_45',['Morocco',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa4d4a1722d8e85909a576da2c42878ff0',1,'faker::phone']]], ['movie_2eh_46',['Movie.h',['../Movie_8h.html',1,'']]], - ['movietitle_47',['movieTitle',['../namespacefaker_1_1movie.html#a201680680355673361e2377359631d7d',1,'faker::movie']]], + ['movietitle_47',['movieTitle',['../namespacefaker_1_1movie.html#a28cfcb8925096c8bd2a0ce7dd7772645',1,'faker::movie']]], ['mozambique_48',['Mozambique',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaa6d3bea3fa66775952e080b90bb0c4f1',1,'faker::phone']]], ['music_2eh_49',['Music.h',['../Music_8h.html',1,'']]], ['myanmar_50',['Myanmar',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa217fa54cc9351504fcde32147bff005d',1,'faker::phone']]] diff --git a/search/all_d.js b/search/all_d.js index 64c6d43d5..46fb4b7a2 100644 --- a/search/all_d.js +++ b/search/all_d.js @@ -1,15 +1,15 @@ var searchData= [ - ['name_0',['name',['../structfaker_1_1airline_1_1Airplane.html#a2ed888a7662214ecd9d5ae0558a3ffec',1,'faker::airline::Airplane::name'],['../structfaker_1_1airline_1_1AirlineInfo.html#a4fb3b16a7b806f24639efb1bfebd2efc',1,'faker::airline::AirlineInfo::name'],['../structfaker_1_1airline_1_1Airport.html#a660fb2c3892fc3cd7aec2afd02537962',1,'faker::airline::Airport::name'],['../structfaker_1_1finance_1_1Currency.html#a2d88c5a571ef34887e42bf26bdc047a8',1,'faker::finance::Currency::name'],['../structfaker_1_1git_1_1Author.html#a975058bf6913ed56661035e68bd61462',1,'faker::git::Author::name'],['../structfaker_1_1science_1_1ChemicalElement.html#a26754c80ff21552d3cf0b2f2e78e1364',1,'faker::science::ChemicalElement::name'],['../structfaker_1_1science_1_1Unit.html#af9eb50b0bc2047fb7ea7b2f064f55eda',1,'faker::science::Unit::name'],['../namespacefaker_1_1color.html#a2a16d64d3382baf7f172b4202339d0cd',1,'faker::color::name()'],['../namespacefaker_1_1company.html#aedaea9cbddd9eaee8057bae2b5d00881',1,'faker::company::name()']]], + ['name_0',['name',['../structfaker_1_1airline_1_1Airplane.html#a2ed888a7662214ecd9d5ae0558a3ffec',1,'faker::airline::Airplane::name'],['../structfaker_1_1airline_1_1AirlineInfo.html#a4fb3b16a7b806f24639efb1bfebd2efc',1,'faker::airline::AirlineInfo::name'],['../structfaker_1_1airline_1_1Airport.html#a660fb2c3892fc3cd7aec2afd02537962',1,'faker::airline::Airport::name'],['../structfaker_1_1finance_1_1Currency.html#a2d88c5a571ef34887e42bf26bdc047a8',1,'faker::finance::Currency::name'],['../structfaker_1_1git_1_1Author.html#a975058bf6913ed56661035e68bd61462',1,'faker::git::Author::name'],['../structfaker_1_1science_1_1ChemicalElement.html#a26754c80ff21552d3cf0b2f2e78e1364',1,'faker::science::ChemicalElement::name'],['../structfaker_1_1science_1_1Unit.html#af9eb50b0bc2047fb7ea7b2f064f55eda',1,'faker::science::Unit::name'],['../namespacefaker_1_1color.html#a293bb321a832653d0436df1fcdccacbf',1,'faker::color::name()'],['../namespacefaker_1_1company.html#a7694dca1bd7ccd65e4303695231a561b',1,'faker::company::name()']]], ['namibia_1',['Namibia',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa69f4287626aee77f93e2c891b518838b',1,'faker::phone']]], ['narrowbody_2',['Narrowbody',['../namespacefaker_1_1airline.html#aa0f30eb26e69720c80bc6ec9184247b7a05b24a6d4237848d917e06244f7e1736',1,'faker::airline']]], - ['nationality_3',['nationality',['../namespacefaker_1_1person.html#af7806a8a3d1ff6964a7d9cc9a61f64e9',1,'faker::person']]], + ['nationality_3',['nationality',['../namespacefaker_1_1person.html#adb390e221234be2ed111463db5eb681e',1,'faker::person']]], ['nature_4',['Nature',['../namespacefaker_1_1internet.html#ab1fd12c6089e1eb7e783223be1b73ac1ad212ce7fdc2357d19628334b5a2a2b2f',1,'faker::internet']]], ['nauru_5',['Nauru',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aad0c5ab6bebe308a495693e990a2947bc',1,'faker::phone']]], ['nepal_6',['Nepal',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa7fef6b003c726890ea5ca3708fe8ff56',1,'faker::phone']]], ['nepali_7',['Nepali',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a2f53f077d39632f0b325d5eabfc8798b',1,'faker::person']]], ['netherlands_8',['Netherlands',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918aa67d4cbdd1b59e0ffccc6bafc83eb033',1,'faker::finance::Netherlands'],['../namespacefaker_1_1finance.html#a7503073690854f337acfc752a1801f5daa67d4cbdd1b59e0ffccc6bafc83eb033',1,'faker::finance::Netherlands'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaa67d4cbdd1b59e0ffccc6bafc83eb033',1,'faker::phone::Netherlands']]], - ['networkinterface_9',['networkInterface',['../namespacefaker_1_1system.html#a9a5f62f1cb1f26bb14cf2d4c3b13031a',1,'faker::system']]], + ['networkinterface_9',['networkInterface',['../namespacefaker_1_1system.html#a9f65bb388e66bc8cb04e07ecf5a8e4e9',1,'faker::system']]], ['networkinterfaceoptions_10',['NetworkInterfaceOptions',['../structfaker_1_1system_1_1NetworkInterfaceOptions.html',1,'faker::system']]], ['newcaledonia_11',['NewCaledonia',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa4e4aa6a7ce84920e0f80391d647a6cee',1,'faker::phone']]], ['newzealand_12',['NewZealand',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa10628dfb1306f3da181885e4691029e4',1,'faker::phone']]], @@ -17,15 +17,15 @@ var searchData= ['niger_14',['Niger',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aabf2ec44b27fc25c6fd8a38792b9ef2a8',1,'faker::phone']]], ['nigeria_15',['Nigeria',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa5d839147c83e283c1d1bb705dc50586f',1,'faker::phone']]], ['niue_16',['Niue',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aade48fee9c7511bf7158b1e28b3d0baec',1,'faker::phone']]], - ['nonalcoholicbeverage_17',['nonalcoholicBeverage',['../namespacefaker_1_1food.html#a8c93736673dbce43e6014943f7e75e8a',1,'faker::food']]], + ['nonalcoholicbeverage_17',['nonalcoholicBeverage',['../namespacefaker_1_1food.html#ab60ef0fff7acc273fd2317c469f9bd2a',1,'faker::food']]], ['northernmarianaislands_18',['NorthernMarianaIslands',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa54f13645ac814cc7b2df89b452b5baea',1,'faker::phone']]], ['northmacedonia_19',['NorthMacedonia',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aad39705081a5432f90725b879bc39ef65',1,'faker::phone']]], ['norway_20',['Norway',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aad5b9290a0b67727d4ba1ca6059dc31a6',1,'faker::phone']]], ['norwegian_21',['Norwegian',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8ada550ca06bcacbd30b7c6ed32c864c70',1,'faker::person']]], - ['noun_22',['noun',['../namespacefaker_1_1hacker.html#a48cf993e09f6ac0160250bc5452df5b9',1,'faker::hacker::noun()'],['../namespacefaker_1_1word.html#aa9fba0899d670e8b41578ce7ca6f0649',1,'faker::word::noun()']]], - ['number_23',['number',['../namespacefaker_1_1phone.html#ab87e1563eb6ca035e8eb1ff4f4ddedbc',1,'faker::phone::number(std::optional< std::string >=std::nullopt)'],['../namespacefaker_1_1phone.html#acec68af85bab18de03132a7ba7aaf717',1,'faker::phone::number(PhoneNumberCountryFormat format)']]], + ['noun_22',['noun',['../namespacefaker_1_1hacker.html#af4138bc944b402d9563120e50750aa26',1,'faker::hacker::noun()'],['../namespacefaker_1_1word.html#aa380bf2a6c8cd76db8fe13d20ff6ccf9',1,'faker::word::noun()']]], + ['number_23',['number',['../namespacefaker_1_1phone.html#a3650beedfaf4ee151d36ad97334a5c28',1,'faker::phone::number(std::optional< std::string >=std::nullopt)'],['../namespacefaker_1_1phone.html#a8eaab573a6fc096915ccbf9b4e64d097',1,'faker::phone::number(PhoneNumberCountryFormat format)']]], ['number_2eh_24',['Number.h',['../Number_8h.html',1,'']]], ['numbers_25',['numbers',['../structfaker_1_1internet_1_1PasswordOptions.html#a947479a481d3c3735a9c83d887c63f20',1,'faker::internet::PasswordOptions']]], - ['numeric_26',['numeric',['../namespacefaker_1_1string.html#a64bd9e8226d6418b3a10a9deda65b78d',1,'faker::string::numeric(unsigned length=1, bool allowLeadingZeros=true)'],['../namespacefaker_1_1string.html#a2012f8c5038b2f4152abc9c6cf7bf772',1,'faker::string::numeric(GuaranteeMap &&guarantee, unsigned length=1, bool allowLeadingZeros=true)']]], - ['nut_27',['nut',['../namespacefaker_1_1food.html#ad5f3d82bec0d75c1c2181c2f48c5a8bd',1,'faker::food']]] + ['numeric_26',['numeric',['../namespacefaker_1_1string.html#a646c3109166518bfa5bcf5c2f5de98ef',1,'faker::string::numeric(unsigned length=1, bool allowLeadingZeros=true)'],['../namespacefaker_1_1string.html#a6b7e02197a0cec823f7b051c7234865b',1,'faker::string::numeric(GuaranteeMap &&guarantee, unsigned length=1, bool allowLeadingZeros=true)']]], + ['nut_27',['nut',['../namespacefaker_1_1food.html#abac00f1ce6f9b49dff1548efa5a2d017',1,'faker::food']]] ]; diff --git a/search/all_e.js b/search/all_e.js index 4c01fae4f..3d1e59a38 100644 --- a/search/all_e.js +++ b/search/all_e.js @@ -2,10 +2,10 @@ var searchData= [ ['object_0',['Object',['../namespacefaker_1_1internet.html#ab1fd12c6089e1eb7e783223be1b73ac1a497031794414a552435f90151ac3b54b',1,'faker::internet']]], ['objectkey_1',['objectKey',['../namespacefaker_1_1helper.html#a8cf1563770798ffe911d9d4500c4a547',1,'faker::helper']]], - ['octal_2',['octal',['../namespacefaker_1_1string.html#a81c9c75d8a252926f919e152285745a4',1,'faker::string::octal(unsigned length=1)'],['../namespacefaker_1_1string.html#a9de63f57b20be6a06a9373b71f0fef90',1,'faker::string::octal(GuaranteeMap &&guarantee, unsigned length=1)']]], - ['oil_3',['oil',['../namespacefaker_1_1food.html#ac8bcd44c8ebf005d77cf4c64b1cf4311',1,'faker::food']]], + ['octal_2',['octal',['../namespacefaker_1_1string.html#ae1f0a16d0a30f3fe542042384f76ec2c',1,'faker::string::octal(unsigned length=1)'],['../namespacefaker_1_1string.html#a1e3a8454501914f1d54f607336a8ab5c',1,'faker::string::octal(GuaranteeMap &&guarantee, unsigned length=1)']]], + ['oil_3',['oil',['../namespacefaker_1_1food.html#adb306cd2fc489aac94d9c03ad6013116',1,'faker::food']]], ['oman_4',['Oman',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa1c77b9733832da9d1ffac66620f3c006',1,'faker::phone']]], ['operator_28_29_5',['operator()',['../classfaker_1_1RandomGenerator.html#aea44d647094ee75d74b60cb726b63d6e',1,'faker::RandomGenerator']]], ['operator_3d_6',['operator=',['../classfaker_1_1RandomGenerator.html#a269cf21e4289e98b78fdfabf31bd46c2',1,'faker::RandomGenerator::operator=(const RandomGenerator &)=default'],['../classfaker_1_1RandomGenerator.html#aa2b5ab74abc4cd0cb088c6910c79886b',1,'faker::RandomGenerator::operator=(RandomGenerator &&)=default']]], - ['orderstatus_7',['orderStatus',['../namespacefaker_1_1commerce.html#aafc87028ca92f0d8b3eaad0cb363d667',1,'faker::commerce']]] + ['orderstatus_7',['orderStatus',['../namespacefaker_1_1commerce.html#a13a93e336f165d20d12b8ec87f0474d3',1,'faker::commerce']]] ]; diff --git a/search/all_f.js b/search/all_f.js index ba9085118..5899e32c2 100644 --- a/search/all_f.js +++ b/search/all_f.js @@ -5,42 +5,42 @@ var searchData= ['palestine_2',['Palestine',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa008ced81ddf77a45e35513f4459d7bbf',1,'faker::phone']]], ['panama_3',['Panama',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa6bec347f256837d3539ad619bd489de7',1,'faker::phone']]], ['papuanewguinea_4',['PapuaNewGuinea',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaca577bec19bc265198f91c042df0cec9',1,'faker::phone']]], - ['paragraph_5',['paragraph',['../namespacefaker_1_1lorem.html#a8111a758a08e8c5e1b3bb39388e5abca',1,'faker::lorem']]], - ['paragraphs_6',['paragraphs',['../namespacefaker_1_1lorem.html#aea97ee6a86fb23528a0c8a6672b94bb7',1,'faker::lorem']]], + ['paragraph_5',['paragraph',['../namespacefaker_1_1lorem.html#ac247a6d5e1427f53953ac3fd699e831f',1,'faker::lorem']]], + ['paragraphs_6',['paragraphs',['../namespacefaker_1_1lorem.html#a2f5442a6de26bf6bd51ffbf1586cdbe3',1,'faker::lorem']]], ['paraguay_7',['Paraguay',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa73101738da81e5cbb87b64cd400a4405',1,'faker::phone']]], - ['passport_8',['passport',['../namespacefaker_1_1person.html#a51ebe30495fe27d33d38f2149e7ccce4',1,'faker::person']]], + ['passport_8',['passport',['../namespacefaker_1_1person.html#ae53e51b39112140ebb7f0df60afacebb',1,'faker::person']]], ['passportcountry_9',['PassportCountry',['../namespacefaker_1_1person.html#ac71835f2e95a797941cb01c13efff749',1,'faker::person']]], - ['password_10',['password',['../namespacefaker_1_1internet.html#af1e915a97047baa2c43be9d16c96324f',1,'faker::internet']]], + ['password_10',['password',['../namespacefaker_1_1internet.html#a88b044d010594ec94fa7127efb7c8bb1',1,'faker::internet']]], ['passwordoptions_11',['PasswordOptions',['../structfaker_1_1internet_1_1PasswordOptions.html',1,'faker::internet']]], - ['pastdate_12',['pastDate',['../namespacefaker_1_1date.html#a3e1ddbf5cf8fdd4455e5cae8da3cc350',1,'faker::date']]], - ['paymentprovider_13',['paymentProvider',['../namespacefaker_1_1commerce.html#ae6c4f540f2ed5a7c831ff3bade441073',1,'faker::commerce']]], - ['paymenttype_14',['paymentType',['../namespacefaker_1_1commerce.html#a3838977c5ae5445441d48b56964213c7',1,'faker::commerce']]], + ['pastdate_12',['pastDate',['../namespacefaker_1_1date.html#a9b296cf77ba7fc42a060cd0aac3d3962',1,'faker::date']]], + ['paymentprovider_13',['paymentProvider',['../namespacefaker_1_1commerce.html#aaee3e8a8ac13ef1bca94ea4a2ae64bbb',1,'faker::commerce']]], + ['paymenttype_14',['paymentType',['../namespacefaker_1_1commerce.html#a4c926b19d1b601b79a969156b45eae9d',1,'faker::commerce']]], ['person_15',['Person',['../namespacefaker_1_1internet.html#ab1fd12c6089e1eb7e783223be1b73ac1a40bed7cf9b3d4bb3a3d7a7e3eb18c5eb',1,'faker::internet']]], ['person_2eh_16',['Person.h',['../Person_8h.html',1,'']]], ['peru_17',['Peru',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa84c8fa2341f7d052a1ee3a36ff043798',1,'faker::phone']]], ['philippines_18',['Philippines',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa77dab2f81a6c8c9136efba7ab2c4c0f2',1,'faker::phone']]], ['phone_2eh_19',['Phone.h',['../Phone_8h.html',1,'']]], ['phonenumbercountryformat_20',['PhoneNumberCountryFormat',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0a',1,'faker::phone']]], - ['phrase_21',['phrase',['../namespacefaker_1_1hacker.html#a1f5e5a7c6d0d4e1e1cbf7760cc6c73fe',1,'faker::hacker']]], - ['pin_22',['pin',['../namespacefaker_1_1finance.html#af47e8f35ddd3b9ae270f36f62e21e05b',1,'faker::finance']]], + ['phrase_21',['phrase',['../namespacefaker_1_1hacker.html#ab8e34e7b1172882cf567b0106779214c',1,'faker::hacker']]], + ['pin_22',['pin',['../namespacefaker_1_1finance.html#a1a601801599811853376fccc3bd75831',1,'faker::finance']]], ['plant_2eh_23',['Plant.h',['../Plant_8h.html',1,'']]], - ['planttype_24',['plantType',['../namespacefaker_1_1plant.html#a1bdcb19c1a6569bf8cff00d7505d2808',1,'faker::plant']]], - ['platform_25',['platform',['../namespacefaker_1_1phone.html#a60d31aa54f8880e3780b05aaefbd1e25',1,'faker::phone::platform()'],['../namespacefaker_1_1videogame.html#adbf90f3e74f8f081b643f59ecf0ef7e4',1,'faker::videogame::platform()']]], + ['planttype_24',['plantType',['../namespacefaker_1_1plant.html#a742bdeecafc315f57971e024cb9203a8',1,'faker::plant']]], + ['platform_25',['platform',['../namespacefaker_1_1phone.html#a4428423b163c879f3b829e22dd9599e9',1,'faker::phone::platform()'],['../namespacefaker_1_1videogame.html#a4dd164bf14e461898d8a1408c6300127',1,'faker::videogame::platform()']]], ['poland_26',['Poland',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918a94880bda83bda77c5692876700711f15',1,'faker::finance::Poland'],['../namespacefaker_1_1finance.html#a7503073690854f337acfc752a1801f5da94880bda83bda77c5692876700711f15',1,'faker::finance::Poland'],['../namespacefaker_1_1location.html#aff490c4284a54833b21a8d4de3d0b030a94880bda83bda77c5692876700711f15',1,'faker::location::Poland'],['../namespacefaker_1_1person.html#ac71835f2e95a797941cb01c13efff749a94880bda83bda77c5692876700711f15',1,'faker::person::Poland'],['../namespacefaker_1_1person.html#ad6599d35e7da66fbcb9b17af862bab90a94880bda83bda77c5692876700711f15',1,'faker::person::Poland'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aa94880bda83bda77c5692876700711f15',1,'faker::phone::Poland']]], ['polish_27',['Polish',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8ac730389bc8d99e59c867766babdd48b5',1,'faker::person']]], - ['port_28',['port',['../namespacefaker_1_1internet.html#a0e2cd71dd1429486c255254161fe3e8d',1,'faker::internet']]], + ['port_28',['port',['../namespacefaker_1_1internet.html#af7fe45110325fe2a80fe3cc776ac2ed2',1,'faker::internet']]], ['portugal_29',['Portugal',['../namespacefaker_1_1finance.html#ac5b0ee06359a9a09f5c1fc09a6d7d918aea71b362e3ea9969db085abfccdeb10d',1,'faker::finance::Portugal'],['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaea71b362e3ea9969db085abfccdeb10d',1,'faker::phone::Portugal']]], ['portuguese_30',['Portuguese',['../namespacefaker_1_1person.html#a659b715d67b28954aef92a078b55f8a8a30e32c7c4cf434e9c75e60c14c442541',1,'faker::person']]], - ['prefix_31',['prefix',['../namespacefaker_1_1person.html#a0c48db01584c3b6c44ecf5a1d955bbb3',1,'faker::person']]], - ['preposition_32',['preposition',['../namespacefaker_1_1word.html#a6dc3f2b0ec7c85a289ae817c8f5fbd82',1,'faker::word']]], - ['productadjective_33',['productAdjective',['../namespacefaker_1_1commerce.html#affe41436fe6e1ebc5eb09befcb6f53e6',1,'faker::commerce']]], - ['productcategory_34',['productCategory',['../namespacefaker_1_1commerce.html#a0320bc93f754b7eb9eeed858c7344248',1,'faker::commerce']]], - ['productdescription_35',['productDescription',['../namespacefaker_1_1commerce.html#abc27276e3d8e93ad18a501f73ec99fbe',1,'faker::commerce']]], - ['productfullname_36',['productFullName',['../namespacefaker_1_1commerce.html#a921e1417a9fe438394af78ec4b8e4c8d',1,'faker::commerce']]], - ['productmaterial_37',['productMaterial',['../namespacefaker_1_1commerce.html#acebbf2cef45c94ac4f39b311d25e8223',1,'faker::commerce']]], - ['productname_38',['productName',['../namespacefaker_1_1commerce.html#ad48fbf50a107c6de20d6540c0b00cba1',1,'faker::commerce']]], - ['productreview_39',['productReview',['../namespacefaker_1_1commerce.html#ac84968174c317bd952598cd1281dec37',1,'faker::commerce']]], - ['protocol_40',['protocol',['../namespacefaker_1_1internet.html#a39aa3144b0c1cad63c72cf0270bf3a2a',1,'faker::internet']]], - ['publisher_41',['publisher',['../namespacefaker_1_1book.html#af7a880b84f03ecde0682f5f6902cce36',1,'faker::book']]], + ['prefix_31',['prefix',['../namespacefaker_1_1person.html#ac6415f4c79132e8f0a4d5901f24e1164',1,'faker::person']]], + ['preposition_32',['preposition',['../namespacefaker_1_1word.html#ad55c7c834bad43272cfcf0f6bce0aa7b',1,'faker::word']]], + ['productadjective_33',['productAdjective',['../namespacefaker_1_1commerce.html#a0767f0edbfc021d21149d2583476b3b3',1,'faker::commerce']]], + ['productcategory_34',['productCategory',['../namespacefaker_1_1commerce.html#a7f2067928a50de564287aa5e0753445a',1,'faker::commerce']]], + ['productdescription_35',['productDescription',['../namespacefaker_1_1commerce.html#a0e9144b0cacc99897b9588054e7144e4',1,'faker::commerce']]], + ['productfullname_36',['productFullName',['../namespacefaker_1_1commerce.html#aabfaaadc046e4e018c27ed9c57337d00',1,'faker::commerce']]], + ['productmaterial_37',['productMaterial',['../namespacefaker_1_1commerce.html#a5018e5e2b10219564480dfef0296e8d1',1,'faker::commerce']]], + ['productname_38',['productName',['../namespacefaker_1_1commerce.html#ad124314928b407f6d0a8ac49e73202e3',1,'faker::commerce']]], + ['productreview_39',['productReview',['../namespacefaker_1_1commerce.html#a20b4871d2883313f9dbbf4705c27fba9',1,'faker::commerce']]], + ['protocol_40',['protocol',['../namespacefaker_1_1internet.html#acefc699b5b4a93a1f1538cbb49331114',1,'faker::internet']]], + ['publisher_41',['publisher',['../namespacefaker_1_1book.html#a1fa4a557140820ec75d9411d082950f6',1,'faker::book']]], ['puertorico_42',['PuertoRico',['../namespacefaker_1_1phone.html#af67e35b39f2987b4ed513541c7425a0aaca1a61ea47898c8c05fa0b87a74e4d30',1,'faker::phone']]] ]; diff --git a/search/functions_0.js b/search/functions_0.js index e49eccdb9..15a638c5e 100644 --- a/search/functions_0.js +++ b/search/functions_0.js @@ -1,23 +1,23 @@ var searchData= [ - ['abbreviation_0',['abbreviation',['../namespacefaker_1_1hacker.html#acd6a81ea49b6b20fa8611419512ee10f',1,'faker::hacker']]], - ['accountnumber_1',['accountNumber',['../namespacefaker_1_1finance.html#afc0f410251fed7d07e024b2e0a0729b3',1,'faker::finance']]], - ['accounttype_2',['accountType',['../namespacefaker_1_1finance.html#abfae8042955482e83a5bab01e8316945',1,'faker::finance']]], - ['actor_3',['actor',['../namespacefaker_1_1movie.html#abef12d0afe55cb3bb07d75feb3e1842a',1,'faker::movie']]], - ['actress_4',['actress',['../namespacefaker_1_1movie.html#a158659364c7b687d6d9512027f4633fc',1,'faker::movie']]], - ['adjective_5',['adjective',['../namespacefaker_1_1hacker.html#ad20638e4e69212401bdd7cd718966be6',1,'faker::hacker::adjective()'],['../namespacefaker_1_1word.html#aac796dde65ebca48c2c8f13c573e8f2f',1,'faker::word::adjective(std::optional< unsigned > length=std::nullopt)']]], - ['adverb_6',['adverb',['../namespacefaker_1_1word.html#af1aa6d42bad487947ee2f689ba408fc0',1,'faker::word']]], - ['aircrafttype_7',['aircraftType',['../namespacefaker_1_1airline.html#a7bbffc434f39726fc3fa8e269e3a6153',1,'faker::airline']]], - ['airline_8',['airline',['../namespacefaker_1_1airline.html#a2d77cd49e5a018ff59bd3b4af15ad61f',1,'faker::airline']]], - ['airplane_9',['airplane',['../namespacefaker_1_1airline.html#a532d10901dace2ab28b0960f180d7167',1,'faker::airline']]], - ['airport_10',['airport',['../namespacefaker_1_1airline.html#ac601e607e9255c2b2adfdc7f1164fff5',1,'faker::airline']]], - ['alcoholicbeverage_11',['alcoholicBeverage',['../namespacefaker_1_1food.html#aefba0c47fe6e5467a9ddddce257adcd2',1,'faker::food']]], - ['alpha_12',['alpha',['../namespacefaker_1_1string.html#ad0f4eaebf422d9ddf8740a763c17c66c',1,'faker::string::alpha(unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")'],['../namespacefaker_1_1string.html#af13059076cd4378460387205aa0abf13',1,'faker::string::alpha(GuaranteeMap &&guarantee, unsigned length=1, StringCasing casing=StringCasing::Mixed)']]], - ['alphanumeric_13',['alphanumeric',['../namespacefaker_1_1string.html#ada511e0da86ca3a8efcc8874c6cb516f',1,'faker::string::alphanumeric(unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")'],['../namespacefaker_1_1string.html#a4caa5e7c1ea545c11f9db1b8d67a0b44',1,'faker::string::alphanumeric(GuaranteeMap &&guarantee, unsigned length=1, StringCasing casing=StringCasing::Mixed)']]], - ['amount_14',['amount',['../namespacefaker_1_1finance.html#a5e0304233bed8d213af5bd72664823d4',1,'faker::finance']]], - ['anonymoususername_15',['anonymousUsername',['../namespacefaker_1_1internet.html#a7984e90922498f1299cecd31c5f575a7',1,'faker::internet']]], - ['areacode_16',['areaCode',['../namespacefaker_1_1phone.html#a7b8f2bedf28f69e05d5301a262aafc84',1,'faker::phone']]], + ['abbreviation_0',['abbreviation',['../namespacefaker_1_1hacker.html#acda247954f20cfd70336242b02bcdd1d',1,'faker::hacker']]], + ['accountnumber_1',['accountNumber',['../namespacefaker_1_1finance.html#a7e67f5ac9230274301dec25f36ba58bd',1,'faker::finance']]], + ['accounttype_2',['accountType',['../namespacefaker_1_1finance.html#acb6673644b599d3285f8582b23d74af9',1,'faker::finance']]], + ['actor_3',['actor',['../namespacefaker_1_1movie.html#a24eac3e1378c496af717f5b78d1f631a',1,'faker::movie']]], + ['actress_4',['actress',['../namespacefaker_1_1movie.html#a874a0bb72718925b1aa7f9c49a248f76',1,'faker::movie']]], + ['adjective_5',['adjective',['../namespacefaker_1_1hacker.html#ab145eeeb1541c504518051e74bb1d6c0',1,'faker::hacker::adjective()'],['../namespacefaker_1_1word.html#af0f10fe34e975d361fd1d286d5073cc2',1,'faker::word::adjective(std::optional< unsigned > length=std::nullopt)']]], + ['adverb_6',['adverb',['../namespacefaker_1_1word.html#a0d9897ef2f1a2c30d8c375db2a8da628',1,'faker::word']]], + ['aircrafttype_7',['aircraftType',['../namespacefaker_1_1airline.html#a727a0d70eabe9b705561b7a37a329dcd',1,'faker::airline']]], + ['airline_8',['airline',['../namespacefaker_1_1airline.html#ae206a7cb56b3047e258315df5f7161a9',1,'faker::airline']]], + ['airplane_9',['airplane',['../namespacefaker_1_1airline.html#a088e61d005ef3d6b2e5f31a1b1a879af',1,'faker::airline']]], + ['airport_10',['airport',['../namespacefaker_1_1airline.html#a92371b24b6158571a8a57abb904ab4e2',1,'faker::airline']]], + ['alcoholicbeverage_11',['alcoholicBeverage',['../namespacefaker_1_1food.html#a242b623a082b6729ddc0ca5b06e08a37',1,'faker::food']]], + ['alpha_12',['alpha',['../namespacefaker_1_1string.html#abf5e1f4e277703148d5ab06e6a0bfeda',1,'faker::string::alpha(unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")'],['../namespacefaker_1_1string.html#a271ae1a89baf97693b8181f7e88975db',1,'faker::string::alpha(GuaranteeMap &&guarantee, unsigned length=1, StringCasing casing=StringCasing::Mixed)']]], + ['alphanumeric_13',['alphanumeric',['../namespacefaker_1_1string.html#a66f88f14a90528cdf5683a55a9d4a280',1,'faker::string::alphanumeric(unsigned length=1, StringCasing casing=StringCasing::Mixed, const std::string &excludeCharacters="")'],['../namespacefaker_1_1string.html#a0f34587fb525159e53e01829edbe81cd',1,'faker::string::alphanumeric(GuaranteeMap &&guarantee, unsigned length=1, StringCasing casing=StringCasing::Mixed)']]], + ['amount_14',['amount',['../namespacefaker_1_1finance.html#a45a740f60cfb1788f79f08110dba3c3c',1,'faker::finance']]], + ['anonymoususername_15',['anonymousUsername',['../namespacefaker_1_1internet.html#a0e22ade4bf001c126dd22e5c72506031',1,'faker::internet']]], + ['areacode_16',['areaCode',['../namespacefaker_1_1phone.html#af0ac28a1180f714704a2098afe61cceb',1,'faker::phone']]], ['arrayelement_17',['arrayElement',['../namespacefaker_1_1helper.html#aa643a09d2b1129c269986c92a4cddb66',1,'faker::helper::arrayElement(std::span< const T > data)'],['../namespacefaker_1_1helper.html#ae9d5478c49e71aef7eb2623f3d9c9009',1,'faker::helper::arrayElement(const std::array< T, N > &data)'],['../namespacefaker_1_1helper.html#a620e3715e328fa71989c108d1c28ba48',1,'faker::helper::arrayElement(It start, It end) -> decltype(*::std::declval< It >())'],['../namespacefaker_1_1helper.html#a5be5b41027205e0b5c8525882327bb7b',1,'faker::helper::arrayElement(const std::vector< T > &data)'],['../namespacefaker_1_1helper.html#a22370d33819758fb60d0b22751c6fbaa',1,'faker::helper::arrayElement(const std::initializer_list< T > &data)']]], - ['artist_18',['artist',['../namespacefaker_1_1music.html#af57f6c0d3857f3d34eb480a015607c54',1,'faker::music']]], - ['author_19',['author',['../namespacefaker_1_1book.html#a9d0b2419884e08a03abcaf3eab1404f8',1,'faker::book']]] + ['artist_18',['artist',['../namespacefaker_1_1music.html#a8f960c10557e8c9b8d98414ec99f46e1',1,'faker::music']]], + ['author_19',['author',['../namespacefaker_1_1book.html#a79b26014c07fdacac3e0577c0c42deb4',1,'faker::book']]] ]; diff --git a/search/functions_1.js b/search/functions_1.js index 191d007d2..5047ebcf5 100644 --- a/search/functions_1.js +++ b/search/functions_1.js @@ -1,19 +1,19 @@ var searchData= [ - ['bear_0',['bear',['../namespacefaker_1_1animal.html#ad5a021941b3217ad85b9bb6468c64afa',1,'faker::animal']]], - ['bic_1',['bic',['../namespacefaker_1_1finance.html#a94650c02aa931834471feed0da78f08b',1,'faker::finance']]], - ['bicycle_2',['bicycle',['../namespacefaker_1_1vehicle.html#ad4bd52438b6f43aa65b239b7b39e7c7a',1,'faker::vehicle']]], - ['binary_3',['binary',['../namespacefaker_1_1string.html#a9e6d05b396d2e71fd46c2556faf6162a',1,'faker::string::binary(unsigned length=1)'],['../namespacefaker_1_1string.html#a7144ae2024184d71a09cb51144461d89',1,'faker::string::binary(GuaranteeMap &&guarantee, unsigned length=1)']]], - ['bio_4',['bio',['../namespacefaker_1_1person.html#aca57908ce15927f2bef9df1f4ae1cbed',1,'faker::person']]], - ['bird_5',['bird',['../namespacefaker_1_1animal.html#a659735cbc4de972ba3f35f63ec0d27fe',1,'faker::animal']]], - ['birthdatebyage_6',['birthdateByAge',['../namespacefaker_1_1date.html#a0f2c5e2430ef4e3f863fde934e9f9a72',1,'faker::date']]], - ['birthdatebyyear_7',['birthdateByYear',['../namespacefaker_1_1date.html#ad362334610ede9252c38809c19b691fa',1,'faker::date']]], - ['bitcoinaddress_8',['bitcoinAddress',['../namespacefaker_1_1finance.html#a66b99fc214d3bed0c90a7949dc6b3705',1,'faker::finance']]], - ['boolean_9',['boolean',['../namespacefaker_1_1datatype.html#a034365c43eb802729f01cce05d0088e1',1,'faker::datatype::boolean()'],['../namespacefaker_1_1datatype.html#a35179e705e5cfcfcb9596b0da1a1242c',1,'faker::datatype::boolean(double probability)']]], - ['branch_10',['branch',['../namespacefaker_1_1git.html#a4e9e76963846a33886421a59e65c8c25',1,'faker::git']]], - ['buildingnumber_11',['buildingNumber',['../namespacefaker_1_1location.html#a09b8498a7d2d89f02e0002e494b4c41c',1,'faker::location']]], - ['buzzadjective_12',['buzzAdjective',['../namespacefaker_1_1company.html#aaf120e7adb5e24d8d94f479576a9e8c7',1,'faker::company']]], - ['buzznoun_13',['buzzNoun',['../namespacefaker_1_1company.html#a50624bd179518d6d5166255f0264dab9',1,'faker::company']]], - ['buzzphrase_14',['buzzPhrase',['../namespacefaker_1_1company.html#ad422fd122239ff98caf2f6a45f35283c',1,'faker::company']]], - ['buzzverb_15',['buzzVerb',['../namespacefaker_1_1company.html#a21797f2223123548175f7d5dd2c45f6f',1,'faker::company']]] + ['bear_0',['bear',['../namespacefaker_1_1animal.html#a1ef73aba70cae19b9c641358f98aa95e',1,'faker::animal']]], + ['bic_1',['bic',['../namespacefaker_1_1finance.html#a25d2ce6cdf0a4c3182c74f25cd6389dc',1,'faker::finance']]], + ['bicycle_2',['bicycle',['../namespacefaker_1_1vehicle.html#abcd2613f6e47ac7650924209851ff05e',1,'faker::vehicle']]], + ['binary_3',['binary',['../namespacefaker_1_1string.html#a5c42bbf54d5c027e895f9acc8a46bc22',1,'faker::string::binary(unsigned length=1)'],['../namespacefaker_1_1string.html#a8d3259903d00cae5042e753dc2f6c487',1,'faker::string::binary(GuaranteeMap &&guarantee, unsigned length=1)']]], + ['bio_4',['bio',['../namespacefaker_1_1person.html#a41deabbecbf923fd045031c7456df21d',1,'faker::person']]], + ['bird_5',['bird',['../namespacefaker_1_1animal.html#a08d156573d0833f51a1801eb304b17e7',1,'faker::animal']]], + ['birthdatebyage_6',['birthdateByAge',['../namespacefaker_1_1date.html#a9de04d3e50ab9057ab7a92ed858a744a',1,'faker::date']]], + ['birthdatebyyear_7',['birthdateByYear',['../namespacefaker_1_1date.html#a46e98c27b1c6f313b918cb64d99a5d30',1,'faker::date']]], + ['bitcoinaddress_8',['bitcoinAddress',['../namespacefaker_1_1finance.html#ab5e2e3ab4e301fed661d9f588600a717',1,'faker::finance']]], + ['boolean_9',['boolean',['../namespacefaker_1_1datatype.html#a6e8fea28b1cf18124cb1c854496b35c2',1,'faker::datatype::boolean()'],['../namespacefaker_1_1datatype.html#a3f0613615165573f77dba5349bb00241',1,'faker::datatype::boolean(double probability)']]], + ['branch_10',['branch',['../namespacefaker_1_1git.html#a9057763074d9ca99cb23aa4696766893',1,'faker::git']]], + ['buildingnumber_11',['buildingNumber',['../namespacefaker_1_1location.html#acfcae308deae2a89a99a9c2d7721d4d7',1,'faker::location']]], + ['buzzadjective_12',['buzzAdjective',['../namespacefaker_1_1company.html#a02b67ebf0ef4b30a7a48776b158e105a',1,'faker::company']]], + ['buzznoun_13',['buzzNoun',['../namespacefaker_1_1company.html#a1099f8aca6deb4fc3c00c3df3e04bc80',1,'faker::company']]], + ['buzzphrase_14',['buzzPhrase',['../namespacefaker_1_1company.html#a1e590c592a3cdbf5583383ee859f74d7',1,'faker::company']]], + ['buzzverb_15',['buzzVerb',['../namespacefaker_1_1company.html#a94c98fe534829a1d8a017ceea772d07a',1,'faker::company']]] ]; diff --git a/search/functions_10.js b/search/functions_10.js index 3268fcc54..eaaccb238 100644 --- a/search/functions_10.js +++ b/search/functions_10.js @@ -1,36 +1,36 @@ var searchData= [ - ['sample_0',['sample',['../namespacefaker_1_1string.html#ac825d46cb8e73eee5ba8aea4f50e455d',1,'faker::string::sample(unsigned length=10)'],['../namespacefaker_1_1string.html#a226dc6df5c872e0d450d27761a940b44',1,'faker::string::sample(GuaranteeMap &&guarantee, unsigned length=10)'],['../namespacefaker_1_1word.html#a43c692f60960fbf94b050bfe4b8e8e22',1,'faker::word::sample()']]], - ['seafood_1',['seafood',['../namespacefaker_1_1food.html#aa2586db301f6a26b8f9ccfdb333fd293',1,'faker::food']]], - ['seat_2',['seat',['../namespacefaker_1_1airline.html#ad4616c2354c2f4ed5cb609d5cfe3c6ae',1,'faker::airline']]], - ['second_3',['second',['../namespacefaker_1_1date.html#a6c1918f3fe9464f2936ece5a2da0a610',1,'faker::date']]], - ['secondaryaddress_4',['secondaryAddress',['../namespacefaker_1_1location.html#a4b96853a96e548cff475f1170b286b10',1,'faker::location']]], - ['seed_5',['seed',['../namespacefaker_1_1food.html#ae54dacb21cbc5f95841e93fd26a1dc0d',1,'faker::food']]], - ['semver_6',['semver',['../namespacefaker_1_1system.html#a9736b08b0d753a6a227c1454efd9ada6',1,'faker::system']]], - ['sentence_7',['sentence',['../namespacefaker_1_1lorem.html#a92ea31975ddf38f5d5559812f3bd1e10',1,'faker::lorem']]], - ['sentences_8',['sentences',['../namespacefaker_1_1lorem.html#aa7cdcb18cb5ab2787431d89336338b2c',1,'faker::lorem']]], - ['series_9',['series',['../namespacefaker_1_1book.html#ade2c418d498da58f35ef8d2598695bac',1,'faker::book']]], + ['sample_0',['sample',['../namespacefaker_1_1string.html#a34013d255a8eaf4c2afab2090c15cb8d',1,'faker::string::sample(unsigned length=10)'],['../namespacefaker_1_1string.html#a6613ccca522a49631ed49c7d93c32e85',1,'faker::string::sample(GuaranteeMap &&guarantee, unsigned length=10)'],['../namespacefaker_1_1word.html#a756eef88511091fc80942ab0a1502aaa',1,'faker::word::sample()']]], + ['seafood_1',['seafood',['../namespacefaker_1_1food.html#a1afd0c7bce41f172f409956650b80401',1,'faker::food']]], + ['seat_2',['seat',['../namespacefaker_1_1airline.html#abd4ed31284f90116d7d449776ad57055',1,'faker::airline']]], + ['second_3',['second',['../namespacefaker_1_1date.html#aea16f01309c7b8134454035b8bf88617',1,'faker::date']]], + ['secondaryaddress_4',['secondaryAddress',['../namespacefaker_1_1location.html#acdabffd579118713312582c082c33489',1,'faker::location']]], + ['seed_5',['seed',['../namespacefaker_1_1food.html#a5f50d39d0da2d04f87d1fada468c2682',1,'faker::food']]], + ['semver_6',['semver',['../namespacefaker_1_1system.html#a0f4b656749ffa2840fbef78d38d4c254',1,'faker::system']]], + ['sentence_7',['sentence',['../namespacefaker_1_1lorem.html#a474701bf19dcc2b62a199d540deb96fc',1,'faker::lorem']]], + ['sentences_8',['sentences',['../namespacefaker_1_1lorem.html#a375063dbea7caebda30aec4a3fd83775',1,'faker::lorem']]], + ['series_9',['series',['../namespacefaker_1_1book.html#a3ed50eb1ee042cf87f5cddc940578e20',1,'faker::book']]], ['setelement_10',['setElement',['../namespacefaker_1_1helper.html#a45706a0a4f710f384c1a8781ef14c0df',1,'faker::helper']]], - ['sex_11',['sex',['../namespacefaker_1_1person.html#ae8323c33660ad6f2a3112e346ff54fff',1,'faker::person']]], - ['sha256_12',['sha256',['../namespacefaker_1_1crypto.html#ac680a4d48103e883fe3186ba9e9e5452',1,'faker::crypto']]], - ['shippingcarrier_13',['shippingCarrier',['../namespacefaker_1_1commerce.html#a344044b0da3517b9d968ccf5c8610a80',1,'faker::commerce']]], - ['shrub_14',['shrub',['../namespacefaker_1_1plant.html#ae9c4affc23f27b11b72fb4ae0f3c55c4',1,'faker::plant']]], - ['shufflestring_15',['shuffleString',['../namespacefaker_1_1helper.html#a5be0c12bca864e4eecf422983fac6210',1,'faker::helper']]], - ['sku_16',['sku',['../namespacefaker_1_1commerce.html#a9413d659f705402cba84ece0c5ec879c',1,'faker::commerce']]], - ['slug_17',['slug',['../namespacefaker_1_1lorem.html#a1a74d4c996ca52d1ae14417285610baf',1,'faker::lorem']]], - ['snake_18',['snake',['../namespacefaker_1_1animal.html#a36ed9fa5bb3848c736f5f8b90feda27c',1,'faker::animal']]], - ['soccerteam_19',['soccerTeam',['../namespacefaker_1_1sport.html#a6774deb366b24afb914f0967ad280ed5',1,'faker::sport']]], - ['songname_20',['songName',['../namespacefaker_1_1music.html#a687409148ce6bee425c496cee757e77b',1,'faker::music']]], - ['soondate_21',['soonDate',['../namespacefaker_1_1date.html#ae0f18676171909188918c0b2f120e038',1,'faker::date']]], - ['specialty_22',['specialty',['../namespacefaker_1_1medicine.html#a7ba6b45627d6db8d9984a5724860d16b',1,'faker::medicine']]], - ['sportevent_23',['sportEvent',['../namespacefaker_1_1sport.html#a1c376b54dc15e2f14f217ae67c5e9ebd',1,'faker::sport']]], - ['sportname_24',['sportName',['../namespacefaker_1_1sport.html#aac2a6bde48faae8ad676cc6722ee6181',1,'faker::sport']]], - ['ssn_25',['ssn',['../namespacefaker_1_1person.html#ac40d08f2660ee8644d51b4450da2c3df',1,'faker::person']]], - ['state_26',['state',['../namespacefaker_1_1location.html#af3882d9587e1ce076387b07a692fb5f6',1,'faker::location']]], - ['street_27',['street',['../namespacefaker_1_1location.html#a06463ed236a1f2dbe60f2a84f9ce0743',1,'faker::location']]], - ['streetaddress_28',['streetAddress',['../namespacefaker_1_1location.html#a633a99e95359a5ad5d8e9bbae1faeb77',1,'faker::location']]], - ['studioname_29',['studioName',['../namespacefaker_1_1videogame.html#a2278603116988bb7a3a278bbf21abe4b',1,'faker::videogame']]], - ['succulent_30',['succulent',['../namespacefaker_1_1plant.html#ab93a578f701b1a317fb25833585eeaca',1,'faker::plant']]], - ['suffix_31',['suffix',['../namespacefaker_1_1person.html#a46af5a9dda2aaffb4e6e51e881aafcd6',1,'faker::person']]], - ['sugarproduct_32',['sugarProduct',['../namespacefaker_1_1food.html#ae7eaeb0123298f884a750f1c6355cacd',1,'faker::food']]] + ['sex_11',['sex',['../namespacefaker_1_1person.html#a6f9626afb67c43e013958f64f5a58419',1,'faker::person']]], + ['sha256_12',['sha256',['../namespacefaker_1_1crypto.html#a06acc630cf1abe98fd1066949da9d016',1,'faker::crypto']]], + ['shippingcarrier_13',['shippingCarrier',['../namespacefaker_1_1commerce.html#a4cccf9c8c2dc76301d318ffd6a9f871f',1,'faker::commerce']]], + ['shrub_14',['shrub',['../namespacefaker_1_1plant.html#a86bfd2dc95c27ba02e8aa5786d56f3ed',1,'faker::plant']]], + ['shufflestring_15',['shuffleString',['../namespacefaker_1_1helper.html#a52e611f6feb6b6cebb53f65991a54f6c',1,'faker::helper']]], + ['sku_16',['sku',['../namespacefaker_1_1commerce.html#a0918e8976829a3294edab1bece0dd282',1,'faker::commerce']]], + ['slug_17',['slug',['../namespacefaker_1_1lorem.html#a083881e3fc0adfc974bfdb6d09bf8970',1,'faker::lorem']]], + ['snake_18',['snake',['../namespacefaker_1_1animal.html#a2ccedc3f16ba5fb6c4f5eeb2c6c054db',1,'faker::animal']]], + ['soccerteam_19',['soccerTeam',['../namespacefaker_1_1sport.html#aa90d1438ac4295f1625b351b0c93afe4',1,'faker::sport']]], + ['songname_20',['songName',['../namespacefaker_1_1music.html#a74c35da84e2a60a833245fb8bffd6c48',1,'faker::music']]], + ['soondate_21',['soonDate',['../namespacefaker_1_1date.html#a66bb0c111599b5ac0162cc36bffe9519',1,'faker::date']]], + ['specialty_22',['specialty',['../namespacefaker_1_1medicine.html#ae3051b9186cd322160e6f6986c70d49d',1,'faker::medicine']]], + ['sportevent_23',['sportEvent',['../namespacefaker_1_1sport.html#ae9662b27668406faaf6aadbad0866384',1,'faker::sport']]], + ['sportname_24',['sportName',['../namespacefaker_1_1sport.html#ac83c75a907ea7c58bcec87698d259201',1,'faker::sport']]], + ['ssn_25',['ssn',['../namespacefaker_1_1person.html#a5f206e2cdd72189e665d0ab25c2da077',1,'faker::person']]], + ['state_26',['state',['../namespacefaker_1_1location.html#a4d00638b4a23f205beca9030a93aa1d6',1,'faker::location']]], + ['street_27',['street',['../namespacefaker_1_1location.html#a310ef73ae962c41f0fb793e932683881',1,'faker::location']]], + ['streetaddress_28',['streetAddress',['../namespacefaker_1_1location.html#ae61de04e37a0c3ef796c2e2606accfeb',1,'faker::location']]], + ['studioname_29',['studioName',['../namespacefaker_1_1videogame.html#a31ebb893e24ebecdc8392f9f36363005',1,'faker::videogame']]], + ['succulent_30',['succulent',['../namespacefaker_1_1plant.html#ab21548af4b288b15d53ca1bfd37749a9',1,'faker::plant']]], + ['suffix_31',['suffix',['../namespacefaker_1_1person.html#a4b1a52c1aaba6acee97fe5326af38cce',1,'faker::person']]], + ['sugarproduct_32',['sugarProduct',['../namespacefaker_1_1food.html#a3b58938e421e79f85126d4ef3b6e4280',1,'faker::food']]] ]; diff --git a/search/functions_11.js b/search/functions_11.js index 1e300813a..cc48905ea 100644 --- a/search/functions_11.js +++ b/search/functions_11.js @@ -1,13 +1,13 @@ var searchData= [ - ['tempunit_0',['tempUnit',['../namespacefaker_1_1science.html#a9315db6511e8a0386fa56ee47960944e',1,'faker::science']]], - ['time_1',['time',['../namespacefaker_1_1date.html#a69af6c0dbea8355b8b03005d2a37c6ac',1,'faker::date']]], - ['timeunit_2',['timeUnit',['../namespacefaker_1_1science.html#a35838ac101fc4e1f39fd3ff467283195',1,'faker::science']]], - ['timezone_3',['timeZone',['../namespacefaker_1_1location.html#a014218ed9be5b10bda09800d51831e23',1,'faker::location']]], - ['timezonerandom_4',['timezoneRandom',['../namespacefaker_1_1date.html#a1d428d0b411754e97e1c69fb5f9040c8',1,'faker::date']]], - ['title_5',['title',['../namespacefaker_1_1book.html#ae4056294f2921db836fcbfc6ab7a989a',1,'faker::book']]], + ['tempunit_0',['tempUnit',['../namespacefaker_1_1science.html#a55cbc01652253f47c3b597eb6579f930',1,'faker::science']]], + ['time_1',['time',['../namespacefaker_1_1date.html#a10f6e0dcbe0cb97b26f1f0df9adf5a4c',1,'faker::date']]], + ['timeunit_2',['timeUnit',['../namespacefaker_1_1science.html#acf42254f0508ee63f11ba5b35a32338b',1,'faker::science']]], + ['timezone_3',['timeZone',['../namespacefaker_1_1location.html#a6ed54826ac93e3184024ab276321ca3b',1,'faker::location']]], + ['timezonerandom_4',['timezoneRandom',['../namespacefaker_1_1date.html#a3b64cd681a80d13f373ae79958c72113',1,'faker::date']]], + ['title_5',['title',['../namespacefaker_1_1book.html#af6280d543f49b04263f1efd7b3399bd5',1,'faker::book']]], ['tovector_6',['toVector',['../namespacefaker_1_1helper.html#acba439bbae90916469d2534caef3c6a6',1,'faker::helper']]], - ['tree_7',['tree',['../namespacefaker_1_1plant.html#a99790494e0d645a14b68649d34566cf2',1,'faker::plant']]], - ['tvshow_8',['tvShow',['../namespacefaker_1_1movie.html#a409df328746370db427ae3033fd284b8',1,'faker::movie']]], - ['type_9',['type',['../namespacefaker_1_1animal.html#a0a1db024b1b8739ed5f1958ef8b6a7d9',1,'faker::animal::type()'],['../namespacefaker_1_1company.html#a185d71b9899abe7d59ab03e428a6c001',1,'faker::company::type()'],['../namespacefaker_1_1computer.html#ac8ed21325d22c8f1c9683ac4a25235eb',1,'faker::computer::type()'],['../namespacefaker_1_1vehicle.html#aeeb619009b55f379112bf359f932d950',1,'faker::vehicle::type()']]] + ['tree_7',['tree',['../namespacefaker_1_1plant.html#a717a7a9a82dc1c97f98ac1c9c41eca3e',1,'faker::plant']]], + ['tvshow_8',['tvShow',['../namespacefaker_1_1movie.html#a92eaad86bc0027001c6c909c21027e93',1,'faker::movie']]], + ['type_9',['type',['../namespacefaker_1_1animal.html#af243dbc79d1b5d6b5a0d4cd629e23800',1,'faker::animal::type()'],['../namespacefaker_1_1company.html#a4d010c731f63c97b86e98c5a885982bb',1,'faker::company::type()'],['../namespacefaker_1_1computer.html#a24a49de08b310a9df270659df74f0cc2',1,'faker::computer::type()'],['../namespacefaker_1_1vehicle.html#abf36408d14fc12c02a8f6a5ba2773241',1,'faker::vehicle::type()']]] ]; diff --git a/search/functions_12.js b/search/functions_12.js index 8741b2834..e3601dc87 100644 --- a/search/functions_12.js +++ b/search/functions_12.js @@ -1,7 +1,7 @@ var searchData= [ - ['unit_0',['unit',['../namespacefaker_1_1science.html#a914c8967ba89a32c72849593aee71121',1,'faker::science']]], - ['url_1',['url',['../namespacefaker_1_1internet.html#a92cc6255f875a1386b4ac47edba22b05',1,'faker::internet']]], - ['username_2',['username',['../namespacefaker_1_1internet.html#a6873a40b7b83d3227d0401a7c0c6fa03',1,'faker::internet']]], + ['unit_0',['unit',['../namespacefaker_1_1science.html#af5ca292f992a9807b390a4a61c35eeeb',1,'faker::science']]], + ['url_1',['url',['../namespacefaker_1_1internet.html#a005caa05149d90b3854aef6a4ccdf27e',1,'faker::internet']]], + ['username_2',['username',['../namespacefaker_1_1internet.html#aae749a34446ecccdddcbba60868c4746',1,'faker::internet']]], ['uuid_3',['uuid',['../namespacefaker_1_1string.html#a335d7aad191429aa88bed20818881d95',1,'faker::string']]] ]; diff --git a/search/functions_13.js b/search/functions_13.js index c5f8a9007..d66cbdf4d 100644 --- a/search/functions_13.js +++ b/search/functions_13.js @@ -1,9 +1,9 @@ var searchData= [ - ['vegetable_0',['vegetable',['../namespacefaker_1_1food.html#adc32e2b1001e920bdf8ab07208a4836b',1,'faker::food']]], - ['vehiclename_1',['vehicleName',['../namespacefaker_1_1vehicle.html#a4fb5122b7a02827bc7d6d61ae7b46a2b',1,'faker::vehicle']]], - ['verb_2',['verb',['../namespacefaker_1_1hacker.html#a613dfcf29afe110dfc1cb85337da5d9b',1,'faker::hacker::verb()'],['../namespacefaker_1_1word.html#aafc560af719f8bb54443106ccc5ce097',1,'faker::word::verb()']]], - ['vin_3',['vin',['../namespacefaker_1_1vehicle.html#a2043e5e5f52895f33dab0615947bd88c',1,'faker::vehicle']]], - ['vine_4',['vine',['../namespacefaker_1_1plant.html#ae386023b5c5962552335b76a443385a4',1,'faker::plant']]], - ['vrm_5',['vrm',['../namespacefaker_1_1vehicle.html#af8960c3e3c2b0be0039bed9aceb75e1f',1,'faker::vehicle']]] + ['vegetable_0',['vegetable',['../namespacefaker_1_1food.html#a7ab3916e74c59914e97c64334821e5c7',1,'faker::food']]], + ['vehiclename_1',['vehicleName',['../namespacefaker_1_1vehicle.html#ab20d989510dfb2ed421d378c1179ea8e',1,'faker::vehicle']]], + ['verb_2',['verb',['../namespacefaker_1_1hacker.html#a31cdbd8f27c40864c4cc622de9ac4a14',1,'faker::hacker::verb()'],['../namespacefaker_1_1word.html#a03ac408bfcf1e583e0e94830bd7e54e8',1,'faker::word::verb()']]], + ['vin_3',['vin',['../namespacefaker_1_1vehicle.html#a2dacf1f3d0037cf58abf6322eee29ba3',1,'faker::vehicle']]], + ['vine_4',['vine',['../namespacefaker_1_1plant.html#ad1d202ee597bf050ccbccd0c93c92c4e',1,'faker::plant']]], + ['vrm_5',['vrm',['../namespacefaker_1_1vehicle.html#a3ab3c5b8357f4abe61a81c97e3df99b1',1,'faker::vehicle']]] ]; diff --git a/search/functions_14.js b/search/functions_14.js index b868080e3..f4b36184a 100644 --- a/search/functions_14.js +++ b/search/functions_14.js @@ -1,10 +1,10 @@ var searchData= [ - ['weatherdescription_0',['weatherDescription',['../namespacefaker_1_1weather.html#a1a56fb25e24d32f05724d23dac952e5a',1,'faker::weather']]], - ['weekdayabbreviatedname_1',['weekdayAbbreviatedName',['../namespacefaker_1_1date.html#ac23d976039ae3ccc90dbd91555c364dc',1,'faker::date']]], - ['weekdayname_2',['weekdayName',['../namespacefaker_1_1date.html#a0bbd9e5c72ba004e80cee50d507419c3',1,'faker::date']]], + ['weatherdescription_0',['weatherDescription',['../namespacefaker_1_1weather.html#a029a4533396f1266c44ac7aaae7a681f',1,'faker::weather']]], + ['weekdayabbreviatedname_1',['weekdayAbbreviatedName',['../namespacefaker_1_1date.html#aedf7f0dce5432f069ff57acaed0aa7e0',1,'faker::date']]], + ['weekdayname_2',['weekdayName',['../namespacefaker_1_1date.html#aac708c24548f17807e72646e385f298c',1,'faker::date']]], ['weightedarrayelement_3',['weightedArrayElement',['../namespacefaker_1_1helper.html#ad70082b17900d8c6a2d740cce993de97',1,'faker::helper']]], - ['westernzodiac_4',['westernZodiac',['../namespacefaker_1_1person.html#ac496e9c24ca856167a49a416e4ef9a19',1,'faker::person']]], - ['word_5',['word',['../namespacefaker_1_1lorem.html#ae1d59e6c9dd75a6dd9eddfcf5ccdf418',1,'faker::lorem']]], - ['words_6',['words',['../namespacefaker_1_1lorem.html#ab8f07baea1dc086f1dd7813468cd93f3',1,'faker::lorem::words()'],['../namespacefaker_1_1word.html#aa25f46ff1050df3e7d8fbaf9c1e43e61',1,'faker::word::words()']]] + ['westernzodiac_4',['westernZodiac',['../namespacefaker_1_1person.html#a8a744df8b8f7dc01d21047350493be3c',1,'faker::person']]], + ['word_5',['word',['../namespacefaker_1_1lorem.html#acfe2ea3b024c37b6ab92571404cd6ce4',1,'faker::lorem']]], + ['words_6',['words',['../namespacefaker_1_1lorem.html#ac8ac32eec75e6335ffdd9e7ba42c88e8',1,'faker::lorem::words()'],['../namespacefaker_1_1word.html#a3300afd6043c0f11af23e3bd0b9f1782',1,'faker::word::words()']]] ]; diff --git a/search/functions_15.js b/search/functions_15.js index 352174df2..bf8f49f0d 100644 --- a/search/functions_15.js +++ b/search/functions_15.js @@ -1,5 +1,5 @@ var searchData= [ - ['year_0',['year',['../namespacefaker_1_1date.html#ad9fc8589a8b780696d661b00884df7a0',1,'faker::date']]], - ['yuv_1',['yuv',['../namespacefaker_1_1color.html#aa19e81ff75573b59f41c95efc2b72f21',1,'faker::color']]] + ['year_0',['year',['../namespacefaker_1_1date.html#a768e70b0a52f6ccd31ba84b33167b975',1,'faker::date']]], + ['yuv_1',['yuv',['../namespacefaker_1_1color.html#a8e30cdd5e0f2d52ca7a21c37a5843d3f',1,'faker::color']]] ]; diff --git a/search/functions_16.js b/search/functions_16.js index ce4a50c14..5117a9697 100644 --- a/search/functions_16.js +++ b/search/functions_16.js @@ -1,4 +1,4 @@ var searchData= [ - ['zipcode_0',['zipCode',['../namespacefaker_1_1location.html#a49e27bccb036eb542fea02a4e6eaaaa6',1,'faker::location']]] + ['zipcode_0',['zipCode',['../namespacefaker_1_1location.html#a670448b0a8109a4b14b899231fa5da2d',1,'faker::location']]] ]; diff --git a/search/functions_2.js b/search/functions_2.js index 3e9962e9c..a6345d05d 100644 --- a/search/functions_2.js +++ b/search/functions_2.js @@ -1,44 +1,44 @@ var searchData= [ - ['cat_0',['cat',['../namespacefaker_1_1animal.html#aa1894f1a60279ce88fd47715468317ed',1,'faker::animal']]], - ['catchphrase_1',['catchPhrase',['../namespacefaker_1_1company.html#a608ea4e643a21838e4795171f26da534',1,'faker::company']]], - ['catchphraseadjective_2',['catchPhraseAdjective',['../namespacefaker_1_1company.html#ae291000bf7d9a9c05df42d81e8636d1b',1,'faker::company']]], - ['catchphrasedescriptor_3',['catchPhraseDescriptor',['../namespacefaker_1_1company.html#a9195068e45b08b5a63eab35e7aed8ed2',1,'faker::company']]], - ['catchphrasenoun_4',['catchPhraseNoun',['../namespacefaker_1_1company.html#a24534f4c4a1de600425e21b6735119c7',1,'faker::company']]], - ['cetacean_5',['cetacean',['../namespacefaker_1_1animal.html#afc0e7f6df112ea944eb28f7e8869b9ba',1,'faker::animal']]], - ['checkifemojiisvalid_6',['checkIfEmojiIsValid',['../namespacefaker_1_1internet.html#a0746027aba19bc27dbe5bca73707f0bc',1,'faker::internet']]], - ['chemicalelement_7',['chemicalElement',['../namespacefaker_1_1science.html#a3c230449f9f7b8cc52060540bc1dae4d',1,'faker::science']]], - ['chinesezodiac_8',['chineseZodiac',['../namespacefaker_1_1person.html#afd542c047eace709bda4d319447708e0',1,'faker::person']]], - ['city_9',['city',['../namespacefaker_1_1location.html#a067df038502723c706785d79bc18f4cf',1,'faker::location']]], - ['cmyk_10',['cmyk',['../namespacefaker_1_1color.html#af9489b47125df91562d9dfe74baa48d6',1,'faker::color']]], - ['collation_11',['collation',['../namespacefaker_1_1database.html#a5fdb711ada0fdfa1de5a63b14b02039e',1,'faker::database']]], - ['color_12',['color',['../namespacefaker_1_1vehicle.html#a24baca86e4f565c26b9ced672ad4ff1f',1,'faker::vehicle']]], - ['columnname_13',['columnName',['../namespacefaker_1_1database.html#afd03a8acb1afe9736aadf87f90633ecd',1,'faker::database']]], - ['columntype_14',['columnType',['../namespacefaker_1_1database.html#a906ea40d11272610e628c66aa49c4850',1,'faker::database']]], - ['commitdate_15',['commitDate',['../namespacefaker_1_1git.html#aa031fd6b63fb866c8d2479a7dfee0d35',1,'faker::git']]], - ['commitentry_16',['commitEntry',['../namespacefaker_1_1git.html#a2770daf99a087e82a8cd1ac2ae3c24a7',1,'faker::git']]], - ['commitmessage_17',['commitMessage',['../namespacefaker_1_1git.html#a35a6ab9dad291855cfac919e9869346c',1,'faker::git']]], - ['commitsha_18',['commitSha',['../namespacefaker_1_1git.html#a63cc6bc9fa0458977d0982f858864535',1,'faker::git']]], - ['commonfileextension_19',['commonFileExtension',['../namespacefaker_1_1system.html#a6b7e776e89f9d98a2445068de5ba7e00',1,'faker::system']]], - ['commonfilename_20',['commonFileName',['../namespacefaker_1_1system.html#aad257e51aeaf64c852c2a4c437673bed',1,'faker::system']]], - ['condition_21',['condition',['../namespacefaker_1_1medicine.html#a7130243ac62bdbbd51adff48d57954ca',1,'faker::medicine']]], - ['conjunction_22',['conjunction',['../namespacefaker_1_1word.html#abc098fdfbc3aafc972845777809eb804',1,'faker::word']]], - ['country_23',['country',['../namespacefaker_1_1location.html#a31317ea37043cb3b0f2cdc85c121424b',1,'faker::location']]], - ['countrycode_24',['countryCode',['../namespacefaker_1_1location.html#a0b8614d8dd7e662d30d204a17eb5b7fe',1,'faker::location']]], - ['cow_25',['cow',['../namespacefaker_1_1animal.html#a92590354ef84eee387f11e3d2bcfddb0',1,'faker::animal']]], - ['cpumanufacture_26',['cpuManufacture',['../namespacefaker_1_1computer.html#ac272f6f7e228c77cec54bdefd58b7a41',1,'faker::computer']]], - ['cpumodel_27',['cpuModel',['../namespacefaker_1_1computer.html#a1a8018745b4f746c85ada0d00c428302',1,'faker::computer']]], - ['cputype_28',['cpuType',['../namespacefaker_1_1computer.html#a1445ef66e34b2f2811dbde13905744e8',1,'faker::computer']]], - ['createphonenumberformatmap_29',['createPhoneNumberFormatMap',['../namespacefaker_1_1phone.html#a0570c9e1cbaf4029dce8391e8ee82136',1,'faker::phone']]], - ['creditcardcvv_30',['creditCardCvv',['../namespacefaker_1_1finance.html#a216afbb9fcaab154bfe972add743be79',1,'faker::finance']]], - ['creditcardexpirationdate_31',['creditCardExpirationDate',['../namespacefaker_1_1finance.html#a34a8190ed914e4e7fff458dce251b985',1,'faker::finance']]], - ['creditcardnumber_32',['creditCardNumber',['../namespacefaker_1_1finance.html#a5a519898ac7629e39d6e6a25ceffab7d',1,'faker::finance']]], - ['creditcardtype_33',['creditCardType',['../namespacefaker_1_1finance.html#a32e7989bf088c09599d1adca311c054b',1,'faker::finance']]], - ['crocodile_34',['crocodile',['../namespacefaker_1_1animal.html#aeb60e91e3ae3b4e5f19cee1de63fd932',1,'faker::animal']]], - ['cron_35',['cron',['../namespacefaker_1_1system.html#a38e41ca0dce57c758966a20ef0a809fc',1,'faker::system']]], - ['currency_36',['currency',['../namespacefaker_1_1finance.html#a29606d5523b5a21bf64c358ddc74413e',1,'faker::finance']]], - ['currencycode_37',['currencyCode',['../namespacefaker_1_1finance.html#a58726ca5cb5ba71dfd592f6258504ffb',1,'faker::finance']]], - ['currencyname_38',['currencyName',['../namespacefaker_1_1finance.html#a4d59f8d895dc61d439c0cbe465f43dc9',1,'faker::finance']]], - ['currencysymbol_39',['currencySymbol',['../namespacefaker_1_1finance.html#ab725a52ba235c34265be11d1a5676e11',1,'faker::finance']]], - ['currentunit_40',['currentUnit',['../namespacefaker_1_1science.html#af9c156a3582134c9032ff2a088b7eef7',1,'faker::science']]] + ['cat_0',['cat',['../namespacefaker_1_1animal.html#a4ae8c4c6f1f5bb5e752123bbd4a703bc',1,'faker::animal']]], + ['catchphrase_1',['catchPhrase',['../namespacefaker_1_1company.html#a04a7737b2377799810caba6a6b0311ee',1,'faker::company']]], + ['catchphraseadjective_2',['catchPhraseAdjective',['../namespacefaker_1_1company.html#a8a13dd8359d3aa09f1e2d191b2e22b67',1,'faker::company']]], + ['catchphrasedescriptor_3',['catchPhraseDescriptor',['../namespacefaker_1_1company.html#a2d7397f6a1cbbae0bc3b3337094ac407',1,'faker::company']]], + ['catchphrasenoun_4',['catchPhraseNoun',['../namespacefaker_1_1company.html#a0136b25088ae46b23aefdd19eaebcc64',1,'faker::company']]], + ['cetacean_5',['cetacean',['../namespacefaker_1_1animal.html#a80fac2d14544020b80c868a20c64b449',1,'faker::animal']]], + ['checkifemojiisvalid_6',['checkIfEmojiIsValid',['../namespacefaker_1_1internet.html#ae1a9eb9071b9843c891c065fd87345e7',1,'faker::internet']]], + ['chemicalelement_7',['chemicalElement',['../namespacefaker_1_1science.html#a757668dd0208c494fc9136bd46c6aa23',1,'faker::science']]], + ['chinesezodiac_8',['chineseZodiac',['../namespacefaker_1_1person.html#a4b696b7118429e5550b9664e6eb4c4a8',1,'faker::person']]], + ['city_9',['city',['../namespacefaker_1_1location.html#a5e0b6b68297b82fe7cbabd6b2b644905',1,'faker::location']]], + ['cmyk_10',['cmyk',['../namespacefaker_1_1color.html#a029e95b2d93b04c1b07ecf8e1942f690',1,'faker::color']]], + ['collation_11',['collation',['../namespacefaker_1_1database.html#ae1ebadd76d9acf879550afa079a7d85e',1,'faker::database']]], + ['color_12',['color',['../namespacefaker_1_1vehicle.html#a78783093e7083fa2e897f7ca2226da68',1,'faker::vehicle']]], + ['columnname_13',['columnName',['../namespacefaker_1_1database.html#ac0c09a15dcf68e481cbeed982afec8e8',1,'faker::database']]], + ['columntype_14',['columnType',['../namespacefaker_1_1database.html#a7f177a373a20b623abf49161985d4eb6',1,'faker::database']]], + ['commitdate_15',['commitDate',['../namespacefaker_1_1git.html#aa2e2ae5d68f8df30fbc31156c54f9778',1,'faker::git']]], + ['commitentry_16',['commitEntry',['../namespacefaker_1_1git.html#a5f23fd2f7cb8f5996ef83a2e48a3417e',1,'faker::git']]], + ['commitmessage_17',['commitMessage',['../namespacefaker_1_1git.html#a309bf5a4ba8173045c751f3509494f94',1,'faker::git']]], + ['commitsha_18',['commitSha',['../namespacefaker_1_1git.html#a436a7fdcdcca81c208bbca7da97af168',1,'faker::git']]], + ['commonfileextension_19',['commonFileExtension',['../namespacefaker_1_1system.html#a74d7b69a1a18ae8958c29271e1f230a2',1,'faker::system']]], + ['commonfilename_20',['commonFileName',['../namespacefaker_1_1system.html#a309b2c94f384cc9d682640506aba1375',1,'faker::system']]], + ['condition_21',['condition',['../namespacefaker_1_1medicine.html#add3e653f246cc4dc44639728f84260f4',1,'faker::medicine']]], + ['conjunction_22',['conjunction',['../namespacefaker_1_1word.html#a6e7e5f4576246ac2b1f086a0ecc2c62f',1,'faker::word']]], + ['country_23',['country',['../namespacefaker_1_1location.html#abf141f8017e0b97eafedb1c0e2c1037a',1,'faker::location']]], + ['countrycode_24',['countryCode',['../namespacefaker_1_1location.html#a828be7aebeeed04b9afc5019c0b54344',1,'faker::location']]], + ['cow_25',['cow',['../namespacefaker_1_1animal.html#a19537578e35dd0b29c0795b6f15a229a',1,'faker::animal']]], + ['cpumanufacture_26',['cpuManufacture',['../namespacefaker_1_1computer.html#a26788ac0f00d882230486c044744ac7f',1,'faker::computer']]], + ['cpumodel_27',['cpuModel',['../namespacefaker_1_1computer.html#a093f50dbdf26d934988407db4ddb8e16',1,'faker::computer']]], + ['cputype_28',['cpuType',['../namespacefaker_1_1computer.html#a075c7fa201d569f296840ed267aa4216',1,'faker::computer']]], + ['createphonenumberformatmap_29',['createPhoneNumberFormatMap',['../namespacefaker_1_1phone.html#ad22489de493fbdfb3f849f35f6657c18',1,'faker::phone']]], + ['creditcardcvv_30',['creditCardCvv',['../namespacefaker_1_1finance.html#a0ba2562d81c93595b2af0dcfc109fc84',1,'faker::finance']]], + ['creditcardexpirationdate_31',['creditCardExpirationDate',['../namespacefaker_1_1finance.html#a692fb9b483d85c91d19ac2f7e79250a4',1,'faker::finance']]], + ['creditcardnumber_32',['creditCardNumber',['../namespacefaker_1_1finance.html#a036b1e9c9a590257c88f230ea7de602d',1,'faker::finance']]], + ['creditcardtype_33',['creditCardType',['../namespacefaker_1_1finance.html#a5d717f0d58c42cd4588b3d26f9bcdb38',1,'faker::finance']]], + ['crocodile_34',['crocodile',['../namespacefaker_1_1animal.html#afded126e2aec909fd65966de87a55b66',1,'faker::animal']]], + ['cron_35',['cron',['../namespacefaker_1_1system.html#a9f8f6e022652e96f1bfa55dff4c8082a',1,'faker::system']]], + ['currency_36',['currency',['../namespacefaker_1_1finance.html#a05481e72083261ce62113644ddb6038f',1,'faker::finance']]], + ['currencycode_37',['currencyCode',['../namespacefaker_1_1finance.html#a8556f59f5be1b90fdcd8d08cb999f827',1,'faker::finance']]], + ['currencyname_38',['currencyName',['../namespacefaker_1_1finance.html#a6daf7688d136068b71d34ccb792b00bf',1,'faker::finance']]], + ['currencysymbol_39',['currencySymbol',['../namespacefaker_1_1finance.html#afa74fcebfd397842d3beb0b18620ec39',1,'faker::finance']]], + ['currentunit_40',['currentUnit',['../namespacefaker_1_1science.html#af4d5df3993f6749a148253bbc7e82d91',1,'faker::science']]] ]; diff --git a/search/functions_3.js b/search/functions_3.js index c4a949345..2c329a2aa 100644 --- a/search/functions_3.js +++ b/search/functions_3.js @@ -1,16 +1,16 @@ var searchData= [ - ['dayofmonth_0',['dayOfMonth',['../namespacefaker_1_1date.html#a40731b59bf9f968161e5e8a40b6da285',1,'faker::date']]], - ['dayofweek_1',['dayOfWeek',['../namespacefaker_1_1date.html#a80007e39c28b549d82bf8c46ea34edb9',1,'faker::date']]], - ['department_2',['department',['../namespacefaker_1_1commerce.html#ad82d35d974f7c505ea154b563fed6e30',1,'faker::commerce']]], - ['direction_3',['direction',['../namespacefaker_1_1location.html#a3143e2d38681d13edc6750d6d8b5184a',1,'faker::location']]], - ['director_4',['director',['../namespacefaker_1_1movie.html#a1a018a467c4b66a23f841ac419db8484',1,'faker::movie']]], - ['directorypath_5',['directoryPath',['../namespacefaker_1_1system.html#afdad863fa2df95c35576c5359873d2cc',1,'faker::system']]], - ['discounttype_6',['discountType',['../namespacefaker_1_1commerce.html#ad09a0936789345df3fab4e73032147d5',1,'faker::commerce']]], - ['dishname_7',['dishName',['../namespacefaker_1_1food.html#ad126c3e3da96b38d777cf20cb10bdd78',1,'faker::food']]], - ['distanceunit_8',['distanceUnit',['../namespacefaker_1_1science.html#a9c78abbc1ad4d7dc475b46a51aded605',1,'faker::science']]], - ['dog_9',['dog',['../namespacefaker_1_1animal.html#ab60c2887a217aab604aa5cf101f2111e',1,'faker::animal']]], - ['domainname_10',['domainName',['../namespacefaker_1_1internet.html#acb5cc643b943d68ccf0b122ef3d15ced',1,'faker::internet']]], - ['domainsuffix_11',['domainSuffix',['../namespacefaker_1_1internet.html#ad0f6d0599df66e819d84903c5d1c04cd',1,'faker::internet']]], - ['domainword_12',['domainWord',['../namespacefaker_1_1internet.html#a2d0343d5392ac333fecf27fab9567cbc',1,'faker::internet']]] + ['dayofmonth_0',['dayOfMonth',['../namespacefaker_1_1date.html#a2f69901ef0b2b4882da4b46a971218cc',1,'faker::date']]], + ['dayofweek_1',['dayOfWeek',['../namespacefaker_1_1date.html#a845e23281b58f0068e14c225cb90afd9',1,'faker::date']]], + ['department_2',['department',['../namespacefaker_1_1commerce.html#aa827bdcf2a4e231ef3cbc4acf919f3d7',1,'faker::commerce']]], + ['direction_3',['direction',['../namespacefaker_1_1location.html#ad7add8bde67bede1c36d3834cb7fc463',1,'faker::location']]], + ['director_4',['director',['../namespacefaker_1_1movie.html#ade9b515fd1f418beaae0de18c6b5f5d0',1,'faker::movie']]], + ['directorypath_5',['directoryPath',['../namespacefaker_1_1system.html#a853ea09c9fb8b8c03fda5c0ed1d29086',1,'faker::system']]], + ['discounttype_6',['discountType',['../namespacefaker_1_1commerce.html#a3963d6ad53009787e4c657207c8c02aa',1,'faker::commerce']]], + ['dishname_7',['dishName',['../namespacefaker_1_1food.html#a342e20d575c9e53b2fff85f9c9744e57',1,'faker::food']]], + ['distanceunit_8',['distanceUnit',['../namespacefaker_1_1science.html#a04050890c20bc122855fdfa076021466',1,'faker::science']]], + ['dog_9',['dog',['../namespacefaker_1_1animal.html#ac9fadd9047d359167a80c26a072d3c83',1,'faker::animal']]], + ['domainname_10',['domainName',['../namespacefaker_1_1internet.html#a7233a627869287ae8dc81a1dd8324fd2',1,'faker::internet']]], + ['domainsuffix_11',['domainSuffix',['../namespacefaker_1_1internet.html#a9332c1bd3d5fb1111e2fcc5fa04131a7',1,'faker::internet']]], + ['domainword_12',['domainWord',['../namespacefaker_1_1internet.html#a49fa76d8f033206ed91f965fd625b2cf',1,'faker::internet']]] ]; diff --git a/search/functions_4.js b/search/functions_4.js index 4fde3f576..46f5ce3a9 100644 --- a/search/functions_4.js +++ b/search/functions_4.js @@ -1,10 +1,10 @@ var searchData= [ - ['ean13_0',['EAN13',['../namespacefaker_1_1commerce.html#a6838409b7aefcb1c2d5e9f15baec5652',1,'faker::commerce']]], - ['ean8_1',['EAN8',['../namespacefaker_1_1commerce.html#ac9821a0d4e9cee4261d9018e73ae2c63',1,'faker::commerce']]], - ['email_2',['email',['../namespacefaker_1_1internet.html#a5082d31654a79c42189bd74ebcd9f177',1,'faker::internet']]], - ['emoji_3',['emoji',['../namespacefaker_1_1internet.html#acc05c79fd96761953b3f01f819536180',1,'faker::internet']]], - ['engine_4',['engine',['../namespacefaker_1_1database.html#a5cab35a30ce9cbd4993f53b50b9c493a',1,'faker::database']]], - ['ethereumaddress_5',['ethereumAddress',['../namespacefaker_1_1finance.html#a2d09537f9c60d54f1b3efe87a625d7ff',1,'faker::finance']]], - ['exampleemail_6',['exampleEmail',['../namespacefaker_1_1internet.html#aed462baedf55f4a57818f2d47aa69961',1,'faker::internet']]] + ['ean13_0',['EAN13',['../namespacefaker_1_1commerce.html#ae29ab09dde346d41b789676f98b8acde',1,'faker::commerce']]], + ['ean8_1',['EAN8',['../namespacefaker_1_1commerce.html#a9542b2c498314999484d775dedcad584',1,'faker::commerce']]], + ['email_2',['email',['../namespacefaker_1_1internet.html#a640c9552088825e8f39eb42b61399c6e',1,'faker::internet']]], + ['emoji_3',['emoji',['../namespacefaker_1_1internet.html#a40ee9376026f9017e3dcc90a8f53b7bc',1,'faker::internet']]], + ['engine_4',['engine',['../namespacefaker_1_1database.html#a39ae277261458288680c1a71301b187a',1,'faker::database']]], + ['ethereumaddress_5',['ethereumAddress',['../namespacefaker_1_1finance.html#a30c18f090dc95e47a21846f694edc74d',1,'faker::finance']]], + ['exampleemail_6',['exampleEmail',['../namespacefaker_1_1internet.html#a73507aa24e5f1d8b74e0db4cdee32ee9',1,'faker::internet']]] ]; diff --git a/search/functions_5.js b/search/functions_5.js index 0679d0f4f..3a1bf4933 100644 --- a/search/functions_5.js +++ b/search/functions_5.js @@ -1,21 +1,21 @@ var searchData= [ - ['femaleathlete_0',['femaleAthlete',['../namespacefaker_1_1sport.html#a0841d643bbf375bce242c584bdd1d2c4',1,'faker::sport']]], - ['fern_1',['fern',['../namespacefaker_1_1plant.html#a65152361a985672f3dbc42c7fefc9833',1,'faker::plant']]], - ['fileextension_2',['fileExtension',['../namespacefaker_1_1system.html#a726010cfcd6aaaab4b0054f45c72de74',1,'faker::system']]], - ['filename_3',['fileName',['../namespacefaker_1_1system.html#af230cb9d644c2e8db69f1ec2d1357c0a',1,'faker::system']]], - ['filepath_4',['filePath',['../namespacefaker_1_1system.html#a0b6a342786f02463dfbf79e188179fd5',1,'faker::system']]], - ['filetype_5',['fileType',['../namespacefaker_1_1system.html#a7b35e2fb4bfc7cff9670a800198f071c',1,'faker::system']]], - ['firstname_6',['firstName',['../namespacefaker_1_1person.html#ac6b17922541a379a7b88b9a57b6236cd',1,'faker::person']]], - ['fish_7',['fish',['../namespacefaker_1_1animal.html#ac6d69638f497ee4a4f5bfc8736d77a7a',1,'faker::animal']]], - ['flightnumber_8',['flightNumber',['../namespacefaker_1_1airline.html#aa56913f27a3e446347815040005a5ad6',1,'faker::airline']]], - ['flightnumberbyrange_9',['flightNumberByRange',['../namespacefaker_1_1airline.html#a05f13ae28d39d5dbcb5b936e4497dd87',1,'faker::airline']]], - ['flower_10',['flower',['../namespacefaker_1_1plant.html#a353d64e4e2e1400e0dd96d078c5131ab',1,'faker::plant']]], - ['foodcategory_11',['foodCategory',['../namespacefaker_1_1food.html#a0d867a40e079d6ac464007642c60f221',1,'faker::food']]], - ['format_12',['format',['../namespacefaker_1_1book.html#a2cc4b90b4520f1c6270b75c04bb6d9e9',1,'faker::book']]], - ['fromcharacters_13',['fromCharacters',['../namespacefaker_1_1string.html#a01a1a0aa804e3a4a46d831cf7c977f2f',1,'faker::string::fromCharacters(const std::string &characters, unsigned length=1)'],['../namespacefaker_1_1string.html#a69abec2835dae8d22b0002214a74074b',1,'faker::string::fromCharacters(GuaranteeMap &&guarantee, const std::string &characters, unsigned length=1)']]], - ['fruit_14',['fruit',['../namespacefaker_1_1food.html#a6404af0445ed5723b97ef9171132d75b',1,'faker::food']]], - ['fuel_15',['fuel',['../namespacefaker_1_1vehicle.html#a0667e110f6f701356e91b32081096e82',1,'faker::vehicle']]], - ['fullname_16',['fullName',['../namespacefaker_1_1person.html#af44c8680454b8f887a9c9cb49413e3f3',1,'faker::person']]], - ['futuredate_17',['futureDate',['../namespacefaker_1_1date.html#a71d54b26dfde4f3bbbb405ef4038e2df',1,'faker::date']]] + ['femaleathlete_0',['femaleAthlete',['../namespacefaker_1_1sport.html#ab01ea8697643964befb319962765dfc2',1,'faker::sport']]], + ['fern_1',['fern',['../namespacefaker_1_1plant.html#a2db3a292b5d1ac189c6d71b062aeef0d',1,'faker::plant']]], + ['fileextension_2',['fileExtension',['../namespacefaker_1_1system.html#ad4309983f04c3100cca8fc8e45968e3b',1,'faker::system']]], + ['filename_3',['fileName',['../namespacefaker_1_1system.html#a60b8848155700550735de7e9df912005',1,'faker::system']]], + ['filepath_4',['filePath',['../namespacefaker_1_1system.html#a152dc7686f707ff769181cd6821aba7c',1,'faker::system']]], + ['filetype_5',['fileType',['../namespacefaker_1_1system.html#aa7006eb2917cbeaf645afd4d9dc1c5bb',1,'faker::system']]], + ['firstname_6',['firstName',['../namespacefaker_1_1person.html#aa2d31df51f9e07afaba964b7864e729d',1,'faker::person']]], + ['fish_7',['fish',['../namespacefaker_1_1animal.html#acb99c0a7f282644bcf634def0242d64d',1,'faker::animal']]], + ['flightnumber_8',['flightNumber',['../namespacefaker_1_1airline.html#af528ab7cf1d1a4578ccf79f903337b08',1,'faker::airline']]], + ['flightnumberbyrange_9',['flightNumberByRange',['../namespacefaker_1_1airline.html#aa8b0b5cbbe6eebbd8869fdac9fc5ddc1',1,'faker::airline']]], + ['flower_10',['flower',['../namespacefaker_1_1plant.html#a5329b6a391ffdfb799d8ad17f1739de1',1,'faker::plant']]], + ['foodcategory_11',['foodCategory',['../namespacefaker_1_1food.html#ade6002cb3bafb7bced418d2d1c256f72',1,'faker::food']]], + ['format_12',['format',['../namespacefaker_1_1book.html#a82befa5a03d3cbaf833aae155d6aa59d',1,'faker::book']]], + ['fromcharacters_13',['fromCharacters',['../namespacefaker_1_1string.html#ac54da67b0fb85a3dcd6b970e286bcd1c',1,'faker::string::fromCharacters(const std::string &characters, unsigned length=1)'],['../namespacefaker_1_1string.html#a609843a4fde8ddb1d6304b25916858e6',1,'faker::string::fromCharacters(GuaranteeMap &&guarantee, const std::string &characters, unsigned length=1)']]], + ['fruit_14',['fruit',['../namespacefaker_1_1food.html#a6e3f30c718598e29f6c5db9b42374033',1,'faker::food']]], + ['fuel_15',['fuel',['../namespacefaker_1_1vehicle.html#a07ee147d6c81dfeb7bc70eb5378c0dbc',1,'faker::vehicle']]], + ['fullname_16',['fullName',['../namespacefaker_1_1person.html#a275161f9c0bd16a7fa5d6b1003aa612a',1,'faker::person']]], + ['futuredate_17',['futureDate',['../namespacefaker_1_1date.html#a3dba0cb591adb200b75a1db57785054d',1,'faker::date']]] ]; diff --git a/search/functions_6.js b/search/functions_6.js index d56cae1ff..033b468c8 100644 --- a/search/functions_6.js +++ b/search/functions_6.js @@ -1,12 +1,12 @@ var searchData= [ - ['gametitle_0',['gameTitle',['../namespacefaker_1_1videogame.html#a4f51ce8271b4356736a05f5efb8fee58',1,'faker::videogame']]], - ['gender_1',['gender',['../namespacefaker_1_1person.html#a2f305d70964018e54bd8dcc0d7a0a5d8',1,'faker::person']]], - ['generateatleaststring_2',['generateAtLeastString',['../namespacefaker_1_1string.html#a0d1d2b0e35c1f552a52931fe14afa36b',1,'faker::string']]], - ['genre_3',['genre',['../namespacefaker_1_1book.html#a386ea74bfcbe29d2ee6d548b84d22913',1,'faker::book::genre()'],['../namespacefaker_1_1movie.html#abe69d9192cd7239fa5d42354bf76fda3',1,'faker::movie::genre()'],['../namespacefaker_1_1music.html#aa4026ee2d3f948b16016326756f268d8',1,'faker::music::genre()'],['../namespacefaker_1_1videogame.html#a54a1c4e7ed9618e9f6b00956c5e1c996',1,'faker::videogame::genre()']]], - ['gpumanufacture_4',['gpuManufacture',['../namespacefaker_1_1computer.html#a4d2198f1c433983669b98d2d5ad1e0c0',1,'faker::computer']]], - ['gpumodel_5',['gpuModel',['../namespacefaker_1_1computer.html#a4b2afda0343805a317cbbef153f95070',1,'faker::computer']]], - ['gputype_6',['gpuType',['../namespacefaker_1_1computer.html#a129044c205970b896af574040c811309',1,'faker::computer']]], - ['grain_7',['grain',['../namespacefaker_1_1food.html#a5479ec88ff85aadfbad730b33af548cc',1,'faker::food']]], - ['grass_8',['grass',['../namespacefaker_1_1plant.html#a90eb1289cbc58fbc048e55a80a177ec1',1,'faker::plant']]] + ['gametitle_0',['gameTitle',['../namespacefaker_1_1videogame.html#ab36d80c15e07e2e266da6df41a40f222',1,'faker::videogame']]], + ['gender_1',['gender',['../namespacefaker_1_1person.html#aa4f5882c87c74e0167bf51f297c69993',1,'faker::person']]], + ['generateatleaststring_2',['generateAtLeastString',['../namespacefaker_1_1string.html#a5f7f456ce960ac5d9407c805144b3943',1,'faker::string']]], + ['genre_3',['genre',['../namespacefaker_1_1book.html#a54abd69be2c8c7cc922be0e96ba3a4e4',1,'faker::book::genre()'],['../namespacefaker_1_1movie.html#a55bae5cf4dbcdd3b785b340f28226128',1,'faker::movie::genre()'],['../namespacefaker_1_1music.html#a420b05ddc4e92ab9f581d93907e23042',1,'faker::music::genre()'],['../namespacefaker_1_1videogame.html#ae5bdba1c888f8934eb817848a705983c',1,'faker::videogame::genre()']]], + ['gpumanufacture_4',['gpuManufacture',['../namespacefaker_1_1computer.html#a8dfa6197c1a88cb563fc58cbf3b882d7',1,'faker::computer']]], + ['gpumodel_5',['gpuModel',['../namespacefaker_1_1computer.html#a6b12fd59524206a1f64c4bac4c29ef13',1,'faker::computer']]], + ['gputype_6',['gpuType',['../namespacefaker_1_1computer.html#a3f1a6271d6f0032ff69d76db28a22fd7',1,'faker::computer']]], + ['grain_7',['grain',['../namespacefaker_1_1food.html#a524958b3f779590a3e7d781bdeb58f22',1,'faker::food']]], + ['grass_8',['grass',['../namespacefaker_1_1plant.html#ae7883287f9db68b65ac0a6cdf05e12bd',1,'faker::plant']]] ]; diff --git a/search/functions_7.js b/search/functions_7.js index c51bdb264..51354690f 100644 --- a/search/functions_7.js +++ b/search/functions_7.js @@ -1,16 +1,16 @@ var searchData= [ - ['hex_0',['hex',['../namespacefaker_1_1color.html#a6898fd424937d70c224b2e865ee95c36',1,'faker::color']]], - ['hexadecimal_1',['hexadecimal',['../namespacefaker_1_1string.html#a1c8f39a9083d995b932fe6d0dc8aa416',1,'faker::string::hexadecimal(unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)'],['../namespacefaker_1_1string.html#ac9905fff398faebc862080ebfaec57d6',1,'faker::string::hexadecimal(std::optional< int > min=std::nullopt, std::optional< int > max=std::nullopt)'],['../namespacefaker_1_1string.html#a6bee03ca29f6add293e969874324407d',1,'faker::string::hexadecimal(GuaranteeMap &&guarantee, unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)']]], - ['hobby_2',['hobby',['../namespacefaker_1_1person.html#a143e5c964c8722e54be3c98647644d90',1,'faker::person']]], - ['horse_3',['horse',['../namespacefaker_1_1animal.html#ad84c7f5ba8970e062cec1cf582d93cb8',1,'faker::animal']]], - ['hour_4',['hour',['../namespacefaker_1_1date.html#a708cc29034e0f39032c3e5777c2bac3a',1,'faker::date']]], - ['hsb_5',['hsb',['../namespacefaker_1_1color.html#a2a9fbb291d06dac5bbf080df7f071029',1,'faker::color']]], - ['hsl_6',['hsl',['../namespacefaker_1_1color.html#acfeb67e5d7107fb3458dd1f85f92cca0',1,'faker::color']]], - ['hsv_7',['hsv',['../namespacefaker_1_1color.html#a211a94576870c858386db5f385e431c9',1,'faker::color']]], - ['httpmediatype_8',['httpMediaType',['../namespacefaker_1_1internet.html#ae9d32d02503d82a6bda4fdaeac223fec',1,'faker::internet']]], - ['httpmethod_9',['httpMethod',['../namespacefaker_1_1internet.html#a9b548a60dd56b4caf3adda3dd36fe531',1,'faker::internet']]], - ['httprequestheader_10',['httpRequestHeader',['../namespacefaker_1_1internet.html#ad7ebdb868d20077439327c5630d77521',1,'faker::internet']]], - ['httpresponseheader_11',['httpResponseHeader',['../namespacefaker_1_1internet.html#a8c549b1e91e70508dd706eecbb5d04c3',1,'faker::internet']]], - ['httpstatuscode_12',['httpStatusCode',['../namespacefaker_1_1internet.html#addf925e625f04b4d77cd1a051bc03491',1,'faker::internet']]] + ['hex_0',['hex',['../namespacefaker_1_1color.html#ad77b26473e833e142dbcf4b7eb40151d',1,'faker::color']]], + ['hexadecimal_1',['hexadecimal',['../namespacefaker_1_1string.html#a53c522cba8f02956fb554ef73261424b',1,'faker::string::hexadecimal(unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)'],['../namespacefaker_1_1string.html#afdf0e7008f19716d3b6d82058cc07621',1,'faker::string::hexadecimal(std::optional< int > min=std::nullopt, std::optional< int > max=std::nullopt)'],['../namespacefaker_1_1string.html#a8e19bab9b27625c925d09c75b543fa72',1,'faker::string::hexadecimal(GuaranteeMap &&guarantee, unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)']]], + ['hobby_2',['hobby',['../namespacefaker_1_1person.html#ab728ebbf9c6a7b830ff989943fc34330',1,'faker::person']]], + ['horse_3',['horse',['../namespacefaker_1_1animal.html#a8afb736853a9d86a7bd677c7d3efcb6d',1,'faker::animal']]], + ['hour_4',['hour',['../namespacefaker_1_1date.html#a0c4ce65b05670d9bca85c5ed06c2a80e',1,'faker::date']]], + ['hsb_5',['hsb',['../namespacefaker_1_1color.html#a95505c20701451ee42aba82bc5209264',1,'faker::color']]], + ['hsl_6',['hsl',['../namespacefaker_1_1color.html#a036bd0fa934a250f82eeb08c6a74bfcd',1,'faker::color']]], + ['hsv_7',['hsv',['../namespacefaker_1_1color.html#a125a5d22271e5883e4b4c939324eabcf',1,'faker::color']]], + ['httpmediatype_8',['httpMediaType',['../namespacefaker_1_1internet.html#aae3de074437688cc7aa5d4926a184182',1,'faker::internet']]], + ['httpmethod_9',['httpMethod',['../namespacefaker_1_1internet.html#a351eb5eed7fd927d6a2869263b56e852',1,'faker::internet']]], + ['httprequestheader_10',['httpRequestHeader',['../namespacefaker_1_1internet.html#a298bf281d43e08c58448962c094605ab',1,'faker::internet']]], + ['httpresponseheader_11',['httpResponseHeader',['../namespacefaker_1_1internet.html#abac7e3c94d09f0f7a381f64a8032684e',1,'faker::internet']]], + ['httpstatuscode_12',['httpStatusCode',['../namespacefaker_1_1internet.html#a18bb9341e2a6b1745f93bb56acf973ea',1,'faker::internet']]] ]; diff --git a/search/functions_8.js b/search/functions_8.js index d57ce7cb7..5ddb0f030 100644 --- a/search/functions_8.js +++ b/search/functions_8.js @@ -1,14 +1,14 @@ var searchData= [ - ['iban_0',['iban',['../namespacefaker_1_1finance.html#ae1c80b5a6001243ccee94cc507703477',1,'faker::finance']]], - ['imei_1',['imei',['../namespacefaker_1_1phone.html#a65067f7798859dde47329dcbf394309c',1,'faker::phone']]], - ['industry_2',['industry',['../namespacefaker_1_1company.html#aa030fd86bdd5c05c7b0b4dac879bb195',1,'faker::company']]], - ['ingverb_3',['ingverb',['../namespacefaker_1_1hacker.html#a219461f5eefdaaf572b263562fe2e025',1,'faker::hacker']]], - ['insect_4',['insect',['../namespacefaker_1_1animal.html#a441d3ba5a0f83f0d9a0ddd65f404ddcd',1,'faker::animal']]], - ['interjection_5',['interjection',['../namespacefaker_1_1word.html#a8e0958090d99910a02a9207eb195ac72',1,'faker::word']]], - ['ipv4_6',['ipv4',['../namespacefaker_1_1internet.html#a1867349f60b73f441e7b42b3d1550503',1,'faker::internet::ipv4(const IPv4Class &ipv4class=IPv4Class::C)'],['../namespacefaker_1_1internet.html#a8cd0c9ec4dcca31fce9b9b516e6fe40a',1,'faker::internet::ipv4(const std::array< unsigned int, 4 > &baseIpv4Address, const std::array< unsigned int, 4 > &generationMask)']]], - ['ipv6_7',['ipv6',['../namespacefaker_1_1internet.html#a6f44672173ac347db321ea45c5fbc108',1,'faker::internet']]], - ['isbn10_8',['ISBN10',['../namespacefaker_1_1commerce.html#a2912ccbb9ff253974228ad4ba91cf143',1,'faker::commerce']]], - ['isbn13_9',['ISBN13',['../namespacefaker_1_1commerce.html#adeaebda5734246f7a724728201b1defe',1,'faker::commerce']]], - ['isvalidguarantee_10',['isValidGuarantee',['../namespacefaker_1_1string.html#a7c152abc53a8cb3df62d0c0d0c644d7a',1,'faker::string']]] + ['iban_0',['iban',['../namespacefaker_1_1finance.html#a89eeb8a7709d8f37073029532fa58f0a',1,'faker::finance']]], + ['imei_1',['imei',['../namespacefaker_1_1phone.html#a610e92717aef3b4c7ae68d3982248807',1,'faker::phone']]], + ['industry_2',['industry',['../namespacefaker_1_1company.html#ae40143ae16868dff4073b9b1c8aff922',1,'faker::company']]], + ['ingverb_3',['ingverb',['../namespacefaker_1_1hacker.html#a88bf4b9f6a06f804c206f51d36e3831d',1,'faker::hacker']]], + ['insect_4',['insect',['../namespacefaker_1_1animal.html#a8c4897c2f0595d2dfc7078eb69162467',1,'faker::animal']]], + ['interjection_5',['interjection',['../namespacefaker_1_1word.html#a82ec1a575f056e5c79d2e7bc4e89335d',1,'faker::word']]], + ['ipv4_6',['ipv4',['../namespacefaker_1_1internet.html#a9ec5e80a347ec1ad2a53f85588b510dc',1,'faker::internet::ipv4(const IPv4Class &ipv4class=IPv4Class::C)'],['../namespacefaker_1_1internet.html#af6b363e2801aca6b2a686e80ee24c7c3',1,'faker::internet::ipv4(const std::array< unsigned int, 4 > &baseIpv4Address, const std::array< unsigned int, 4 > &generationMask)']]], + ['ipv6_7',['ipv6',['../namespacefaker_1_1internet.html#aa1ebac0fa8bab72b27017f6736b7c51f',1,'faker::internet']]], + ['isbn10_8',['ISBN10',['../namespacefaker_1_1commerce.html#ab0f57fa4c4048bf1f650a9c01260a1dd',1,'faker::commerce']]], + ['isbn13_9',['ISBN13',['../namespacefaker_1_1commerce.html#ad139ddf45f996ffb8bb46300b5c45d2a',1,'faker::commerce']]], + ['isvalidguarantee_10',['isValidGuarantee',['../namespacefaker_1_1string.html#a2b72fcb64a3202113769a90cf922b140',1,'faker::string']]] ]; diff --git a/search/functions_9.js b/search/functions_9.js index 1612c4d58..522188744 100644 --- a/search/functions_9.js +++ b/search/functions_9.js @@ -1,7 +1,7 @@ var searchData= [ - ['jobarea_0',['jobArea',['../namespacefaker_1_1person.html#adf6ab8d0ff301c771d822212824b0e33',1,'faker::person']]], - ['jobdescriptor_1',['jobDescriptor',['../namespacefaker_1_1person.html#aa6935843e6cf19bd3b7921d3469dc3bd',1,'faker::person']]], - ['jobtitle_2',['jobTitle',['../namespacefaker_1_1person.html#a25dcaa216bd77ba92e08440af7f08944',1,'faker::person']]], - ['jobtype_3',['jobType',['../namespacefaker_1_1person.html#abd243904a4ea4169ac26d6ee297d7d47',1,'faker::person']]] + ['jobarea_0',['jobArea',['../namespacefaker_1_1person.html#aa58e33aa6e056a200de1d94f7af80e31',1,'faker::person']]], + ['jobdescriptor_1',['jobDescriptor',['../namespacefaker_1_1person.html#a4076a7788b7715cdd889f1fe23b66c17',1,'faker::person']]], + ['jobtitle_2',['jobTitle',['../namespacefaker_1_1person.html#aed588e01226bc0ba073dbf0e1e6cf96f',1,'faker::person']]], + ['jobtype_3',['jobType',['../namespacefaker_1_1person.html#a12dbe0569b391994f9f3fd1207f688fc',1,'faker::person']]] ]; diff --git a/search/functions_a.js b/search/functions_a.js index 73c0f844b..498027b97 100644 --- a/search/functions_a.js +++ b/search/functions_a.js @@ -1,11 +1,11 @@ var searchData= [ - ['lab_0',['lab',['../namespacefaker_1_1color.html#aa663b09a8bbd624fda6d1be5e3bfdc9e',1,'faker::color']]], - ['language_1',['language',['../namespacefaker_1_1person.html#a3ce909c7c7b35530c159c7d36b830017',1,'faker::person']]], - ['lastname_2',['lastName',['../namespacefaker_1_1person.html#a1bafad36c99490aa8993ee7612823fa4',1,'faker::person']]], - ['latitude_3',['latitude',['../namespacefaker_1_1location.html#a52b5a116bca1c7a1a98b45bdad013ba8',1,'faker::location']]], - ['lch_4',['lch',['../namespacefaker_1_1color.html#a816a0c0be275b89b64c35ecf2cc4f28a',1,'faker::color']]], - ['lion_5',['lion',['../namespacefaker_1_1animal.html#a0b33cb7ee5223c144bb3a1830cebf2c7',1,'faker::animal']]], - ['litecoinaddress_6',['litecoinAddress',['../namespacefaker_1_1finance.html#ab5f0ab675cc48fc1e071b828ffe0016d',1,'faker::finance']]], - ['longitude_7',['longitude',['../namespacefaker_1_1location.html#aa0bacdc2268c1cbffb1d5eb74373d041',1,'faker::location']]] + ['lab_0',['lab',['../namespacefaker_1_1color.html#afd8333f4cc9596e3819ad009f6080528',1,'faker::color']]], + ['language_1',['language',['../namespacefaker_1_1person.html#a996e5552ac035f4c8eca3538343bfd1e',1,'faker::person']]], + ['lastname_2',['lastName',['../namespacefaker_1_1person.html#a09e7f2c9db689e06a6f057e852fe32e8',1,'faker::person']]], + ['latitude_3',['latitude',['../namespacefaker_1_1location.html#a6f11c5eeb8a4a61c0bb36cc98fe93e06',1,'faker::location']]], + ['lch_4',['lch',['../namespacefaker_1_1color.html#a7c586ab6590f34db1170dbd586bf18b1',1,'faker::color']]], + ['lion_5',['lion',['../namespacefaker_1_1animal.html#adfd4d918152dc948148116834c308bcf',1,'faker::animal']]], + ['litecoinaddress_6',['litecoinAddress',['../namespacefaker_1_1finance.html#a89147ba29c55835df80b6bfbb31057b0',1,'faker::finance']]], + ['longitude_7',['longitude',['../namespacefaker_1_1location.html#a516e1c44a2c518d20eac0f95b664b04c',1,'faker::location']]] ]; diff --git a/search/functions_b.js b/search/functions_b.js index 447231971..a8495280c 100644 --- a/search/functions_b.js +++ b/search/functions_b.js @@ -1,22 +1,22 @@ var searchData= [ - ['mac_0',['mac',['../namespacefaker_1_1internet.html#aa81ae4efbe46bdf5c5bfba6bfcd62d8c',1,'faker::internet']]], - ['maleathlete_1',['maleAthlete',['../namespacefaker_1_1sport.html#aae593416f8c7647b4e70cea58a98a970',1,'faker::sport']]], - ['manufacture_2',['manufacture',['../namespacefaker_1_1computer.html#a2e1e0d1b5be6cd870d435c28e14afab5',1,'faker::computer']]], - ['manufacturer_3',['manufacturer',['../namespacefaker_1_1phone.html#a7dd39c75af5a1c92b0bdc8fb5af411bc',1,'faker::phone::manufacturer()'],['../namespacefaker_1_1vehicle.html#a749e286df2b31b8e6bf93279649bd49f',1,'faker::vehicle::manufacturer()']]], - ['massunit_4',['massUnit',['../namespacefaker_1_1science.html#a69dde99d81369271b4533ccb73d8d1b3',1,'faker::science']]], + ['mac_0',['mac',['../namespacefaker_1_1internet.html#aeb2e69d9d72e640a64d4bda2d55b45fe',1,'faker::internet']]], + ['maleathlete_1',['maleAthlete',['../namespacefaker_1_1sport.html#ae688d8f907acd3ad106667091a20ee01',1,'faker::sport']]], + ['manufacture_2',['manufacture',['../namespacefaker_1_1computer.html#afa3d83aaa0399142a21970d2bc329edc',1,'faker::computer']]], + ['manufacturer_3',['manufacturer',['../namespacefaker_1_1phone.html#a6c9fc68316c71b3fed6bbb2e8196114d',1,'faker::phone::manufacturer()'],['../namespacefaker_1_1vehicle.html#a2d43c573f64ded598fe59c97668f756a',1,'faker::vehicle::manufacturer()']]], + ['massunit_4',['massUnit',['../namespacefaker_1_1science.html#a042c3ae9a8fd931a587ab7f3021cbb34',1,'faker::science']]], ['maybe_5',['maybe',['../namespacefaker_1_1helper.html#a98ff8c2ecd79f17526a225e015669150',1,'faker::helper']]], - ['md5_6',['md5',['../namespacefaker_1_1crypto.html#aca6b050a572d5b0d1b32aae6b0605fbe',1,'faker::crypto']]], - ['meat_7',['meat',['../namespacefaker_1_1food.html#ae03809d8d07ae2c4eb8818d0e6655a66',1,'faker::food']]], - ['medicaltest_8',['medicalTest',['../namespacefaker_1_1medicine.html#a75ec9409935c2fb14d7bac089993e790',1,'faker::medicine']]], - ['milkproduct_9',['milkProduct',['../namespacefaker_1_1food.html#afc951542f8a95521402ab87cbdeb71f2',1,'faker::food']]], - ['mimetype_10',['mimeType',['../namespacefaker_1_1system.html#a5b7c73d6bde98732d09c5c46118f5199',1,'faker::system']]], - ['minute_11',['minute',['../namespacefaker_1_1date.html#a3e4a11917f02c74982a19c041a778248',1,'faker::date']]], - ['model_12',['model',['../namespacefaker_1_1computer.html#a22dba3b61b9d661ef45a85935dba673a',1,'faker::computer::model()'],['../namespacefaker_1_1vehicle.html#ac173717cf3836a8b86ae0731b141e541',1,'faker::vehicle::model()']]], - ['modelname_13',['modelName',['../namespacefaker_1_1phone.html#a254899020ff9e9f170df6192ed1cdc9d',1,'faker::phone']]], - ['mongodbobjectid_14',['mongoDbObjectId',['../namespacefaker_1_1database.html#a06d4531d8ebee723a64d5e605720f81b',1,'faker::database']]], - ['month_15',['month',['../namespacefaker_1_1date.html#a290ee5d52b8e9ba3e2900903013f6563',1,'faker::date']]], - ['monthabbreviatedname_16',['monthAbbreviatedName',['../namespacefaker_1_1date.html#a6389d9132d8e5737bd9a8349c3b0e7c4',1,'faker::date']]], - ['monthname_17',['monthName',['../namespacefaker_1_1date.html#aa0791554490056b7a93bd0bc5e2c6f7f',1,'faker::date']]], - ['movietitle_18',['movieTitle',['../namespacefaker_1_1movie.html#a201680680355673361e2377359631d7d',1,'faker::movie']]] + ['md5_6',['md5',['../namespacefaker_1_1crypto.html#a5e9c5db10e82dd4afad22511819ef820',1,'faker::crypto']]], + ['meat_7',['meat',['../namespacefaker_1_1food.html#adfa2995adb916eff7d864e830bc05b92',1,'faker::food']]], + ['medicaltest_8',['medicalTest',['../namespacefaker_1_1medicine.html#a20de78bbbd9859d1be5a025d1aa67df0',1,'faker::medicine']]], + ['milkproduct_9',['milkProduct',['../namespacefaker_1_1food.html#acea2316e65fbcaa8958179a1a1e688a8',1,'faker::food']]], + ['mimetype_10',['mimeType',['../namespacefaker_1_1system.html#ad28ecf10cae675e76cbf0232611c700b',1,'faker::system']]], + ['minute_11',['minute',['../namespacefaker_1_1date.html#a49644833493f4599027c7d332e04e26d',1,'faker::date']]], + ['model_12',['model',['../namespacefaker_1_1computer.html#a712bfacd76cd87d0ce5e8a2d93273d1c',1,'faker::computer::model()'],['../namespacefaker_1_1vehicle.html#af3cdcd00d15094190e9fcdec62b31e21',1,'faker::vehicle::model()']]], + ['modelname_13',['modelName',['../namespacefaker_1_1phone.html#a9f75c5ff84cca943b1dad4fd8ac9c37d',1,'faker::phone']]], + ['mongodbobjectid_14',['mongoDbObjectId',['../namespacefaker_1_1database.html#a2823b233f41e9820d5d205e515394b73',1,'faker::database']]], + ['month_15',['month',['../namespacefaker_1_1date.html#aebfe1d2284e37ee6b434694b976bf120',1,'faker::date']]], + ['monthabbreviatedname_16',['monthAbbreviatedName',['../namespacefaker_1_1date.html#af25ba3f294ef24501adb2fbf5bf60ace',1,'faker::date']]], + ['monthname_17',['monthName',['../namespacefaker_1_1date.html#a2aa60eea8e85d6a742d00b57069ac82a',1,'faker::date']]], + ['movietitle_18',['movieTitle',['../namespacefaker_1_1movie.html#a28cfcb8925096c8bd2a0ce7dd7772645',1,'faker::movie']]] ]; diff --git a/search/functions_c.js b/search/functions_c.js index 44958fc5a..a593d3233 100644 --- a/search/functions_c.js +++ b/search/functions_c.js @@ -1,11 +1,11 @@ var searchData= [ - ['name_0',['name',['../namespacefaker_1_1color.html#a2a16d64d3382baf7f172b4202339d0cd',1,'faker::color::name()'],['../namespacefaker_1_1company.html#aedaea9cbddd9eaee8057bae2b5d00881',1,'faker::company::name()']]], - ['nationality_1',['nationality',['../namespacefaker_1_1person.html#af7806a8a3d1ff6964a7d9cc9a61f64e9',1,'faker::person']]], - ['networkinterface_2',['networkInterface',['../namespacefaker_1_1system.html#a9a5f62f1cb1f26bb14cf2d4c3b13031a',1,'faker::system']]], - ['nonalcoholicbeverage_3',['nonalcoholicBeverage',['../namespacefaker_1_1food.html#a8c93736673dbce43e6014943f7e75e8a',1,'faker::food']]], - ['noun_4',['noun',['../namespacefaker_1_1hacker.html#a48cf993e09f6ac0160250bc5452df5b9',1,'faker::hacker::noun()'],['../namespacefaker_1_1word.html#aa9fba0899d670e8b41578ce7ca6f0649',1,'faker::word::noun()']]], - ['number_5',['number',['../namespacefaker_1_1phone.html#ab87e1563eb6ca035e8eb1ff4f4ddedbc',1,'faker::phone::number(std::optional< std::string >=std::nullopt)'],['../namespacefaker_1_1phone.html#acec68af85bab18de03132a7ba7aaf717',1,'faker::phone::number(PhoneNumberCountryFormat format)']]], - ['numeric_6',['numeric',['../namespacefaker_1_1string.html#a64bd9e8226d6418b3a10a9deda65b78d',1,'faker::string::numeric(unsigned length=1, bool allowLeadingZeros=true)'],['../namespacefaker_1_1string.html#a2012f8c5038b2f4152abc9c6cf7bf772',1,'faker::string::numeric(GuaranteeMap &&guarantee, unsigned length=1, bool allowLeadingZeros=true)']]], - ['nut_7',['nut',['../namespacefaker_1_1food.html#ad5f3d82bec0d75c1c2181c2f48c5a8bd',1,'faker::food']]] + ['name_0',['name',['../namespacefaker_1_1color.html#a293bb321a832653d0436df1fcdccacbf',1,'faker::color::name()'],['../namespacefaker_1_1company.html#a7694dca1bd7ccd65e4303695231a561b',1,'faker::company::name()']]], + ['nationality_1',['nationality',['../namespacefaker_1_1person.html#adb390e221234be2ed111463db5eb681e',1,'faker::person']]], + ['networkinterface_2',['networkInterface',['../namespacefaker_1_1system.html#a9f65bb388e66bc8cb04e07ecf5a8e4e9',1,'faker::system']]], + ['nonalcoholicbeverage_3',['nonalcoholicBeverage',['../namespacefaker_1_1food.html#ab60ef0fff7acc273fd2317c469f9bd2a',1,'faker::food']]], + ['noun_4',['noun',['../namespacefaker_1_1hacker.html#af4138bc944b402d9563120e50750aa26',1,'faker::hacker::noun()'],['../namespacefaker_1_1word.html#aa380bf2a6c8cd76db8fe13d20ff6ccf9',1,'faker::word::noun()']]], + ['number_5',['number',['../namespacefaker_1_1phone.html#a3650beedfaf4ee151d36ad97334a5c28',1,'faker::phone::number(std::optional< std::string >=std::nullopt)'],['../namespacefaker_1_1phone.html#a8eaab573a6fc096915ccbf9b4e64d097',1,'faker::phone::number(PhoneNumberCountryFormat format)']]], + ['numeric_6',['numeric',['../namespacefaker_1_1string.html#a646c3109166518bfa5bcf5c2f5de98ef',1,'faker::string::numeric(unsigned length=1, bool allowLeadingZeros=true)'],['../namespacefaker_1_1string.html#a6b7e02197a0cec823f7b051c7234865b',1,'faker::string::numeric(GuaranteeMap &&guarantee, unsigned length=1, bool allowLeadingZeros=true)']]], + ['nut_7',['nut',['../namespacefaker_1_1food.html#abac00f1ce6f9b49dff1548efa5a2d017',1,'faker::food']]] ]; diff --git a/search/functions_d.js b/search/functions_d.js index 15d637513..d5654a821 100644 --- a/search/functions_d.js +++ b/search/functions_d.js @@ -1,9 +1,9 @@ var searchData= [ ['objectkey_0',['objectKey',['../namespacefaker_1_1helper.html#a8cf1563770798ffe911d9d4500c4a547',1,'faker::helper']]], - ['octal_1',['octal',['../namespacefaker_1_1string.html#a81c9c75d8a252926f919e152285745a4',1,'faker::string::octal(unsigned length=1)'],['../namespacefaker_1_1string.html#a9de63f57b20be6a06a9373b71f0fef90',1,'faker::string::octal(GuaranteeMap &&guarantee, unsigned length=1)']]], - ['oil_2',['oil',['../namespacefaker_1_1food.html#ac8bcd44c8ebf005d77cf4c64b1cf4311',1,'faker::food']]], + ['octal_1',['octal',['../namespacefaker_1_1string.html#ae1f0a16d0a30f3fe542042384f76ec2c',1,'faker::string::octal(unsigned length=1)'],['../namespacefaker_1_1string.html#a1e3a8454501914f1d54f607336a8ab5c',1,'faker::string::octal(GuaranteeMap &&guarantee, unsigned length=1)']]], + ['oil_2',['oil',['../namespacefaker_1_1food.html#adb306cd2fc489aac94d9c03ad6013116',1,'faker::food']]], ['operator_28_29_3',['operator()',['../classfaker_1_1RandomGenerator.html#aea44d647094ee75d74b60cb726b63d6e',1,'faker::RandomGenerator']]], ['operator_3d_4',['operator=',['../classfaker_1_1RandomGenerator.html#a269cf21e4289e98b78fdfabf31bd46c2',1,'faker::RandomGenerator::operator=(const RandomGenerator &)=default'],['../classfaker_1_1RandomGenerator.html#aa2b5ab74abc4cd0cb088c6910c79886b',1,'faker::RandomGenerator::operator=(RandomGenerator &&)=default']]], - ['orderstatus_5',['orderStatus',['../namespacefaker_1_1commerce.html#aafc87028ca92f0d8b3eaad0cb363d667',1,'faker::commerce']]] + ['orderstatus_5',['orderStatus',['../namespacefaker_1_1commerce.html#a13a93e336f165d20d12b8ec87f0474d3',1,'faker::commerce']]] ]; diff --git a/search/functions_e.js b/search/functions_e.js index be0d7149b..0c7e7fe7b 100644 --- a/search/functions_e.js +++ b/search/functions_e.js @@ -1,26 +1,26 @@ var searchData= [ - ['paragraph_0',['paragraph',['../namespacefaker_1_1lorem.html#a8111a758a08e8c5e1b3bb39388e5abca',1,'faker::lorem']]], - ['paragraphs_1',['paragraphs',['../namespacefaker_1_1lorem.html#aea97ee6a86fb23528a0c8a6672b94bb7',1,'faker::lorem']]], - ['passport_2',['passport',['../namespacefaker_1_1person.html#a51ebe30495fe27d33d38f2149e7ccce4',1,'faker::person']]], - ['password_3',['password',['../namespacefaker_1_1internet.html#af1e915a97047baa2c43be9d16c96324f',1,'faker::internet']]], - ['pastdate_4',['pastDate',['../namespacefaker_1_1date.html#a3e1ddbf5cf8fdd4455e5cae8da3cc350',1,'faker::date']]], - ['paymentprovider_5',['paymentProvider',['../namespacefaker_1_1commerce.html#ae6c4f540f2ed5a7c831ff3bade441073',1,'faker::commerce']]], - ['paymenttype_6',['paymentType',['../namespacefaker_1_1commerce.html#a3838977c5ae5445441d48b56964213c7',1,'faker::commerce']]], - ['phrase_7',['phrase',['../namespacefaker_1_1hacker.html#a1f5e5a7c6d0d4e1e1cbf7760cc6c73fe',1,'faker::hacker']]], - ['pin_8',['pin',['../namespacefaker_1_1finance.html#af47e8f35ddd3b9ae270f36f62e21e05b',1,'faker::finance']]], - ['planttype_9',['plantType',['../namespacefaker_1_1plant.html#a1bdcb19c1a6569bf8cff00d7505d2808',1,'faker::plant']]], - ['platform_10',['platform',['../namespacefaker_1_1phone.html#a60d31aa54f8880e3780b05aaefbd1e25',1,'faker::phone::platform()'],['../namespacefaker_1_1videogame.html#adbf90f3e74f8f081b643f59ecf0ef7e4',1,'faker::videogame::platform()']]], - ['port_11',['port',['../namespacefaker_1_1internet.html#a0e2cd71dd1429486c255254161fe3e8d',1,'faker::internet']]], - ['prefix_12',['prefix',['../namespacefaker_1_1person.html#a0c48db01584c3b6c44ecf5a1d955bbb3',1,'faker::person']]], - ['preposition_13',['preposition',['../namespacefaker_1_1word.html#a6dc3f2b0ec7c85a289ae817c8f5fbd82',1,'faker::word']]], - ['productadjective_14',['productAdjective',['../namespacefaker_1_1commerce.html#affe41436fe6e1ebc5eb09befcb6f53e6',1,'faker::commerce']]], - ['productcategory_15',['productCategory',['../namespacefaker_1_1commerce.html#a0320bc93f754b7eb9eeed858c7344248',1,'faker::commerce']]], - ['productdescription_16',['productDescription',['../namespacefaker_1_1commerce.html#abc27276e3d8e93ad18a501f73ec99fbe',1,'faker::commerce']]], - ['productfullname_17',['productFullName',['../namespacefaker_1_1commerce.html#a921e1417a9fe438394af78ec4b8e4c8d',1,'faker::commerce']]], - ['productmaterial_18',['productMaterial',['../namespacefaker_1_1commerce.html#acebbf2cef45c94ac4f39b311d25e8223',1,'faker::commerce']]], - ['productname_19',['productName',['../namespacefaker_1_1commerce.html#ad48fbf50a107c6de20d6540c0b00cba1',1,'faker::commerce']]], - ['productreview_20',['productReview',['../namespacefaker_1_1commerce.html#ac84968174c317bd952598cd1281dec37',1,'faker::commerce']]], - ['protocol_21',['protocol',['../namespacefaker_1_1internet.html#a39aa3144b0c1cad63c72cf0270bf3a2a',1,'faker::internet']]], - ['publisher_22',['publisher',['../namespacefaker_1_1book.html#af7a880b84f03ecde0682f5f6902cce36',1,'faker::book']]] + ['paragraph_0',['paragraph',['../namespacefaker_1_1lorem.html#ac247a6d5e1427f53953ac3fd699e831f',1,'faker::lorem']]], + ['paragraphs_1',['paragraphs',['../namespacefaker_1_1lorem.html#a2f5442a6de26bf6bd51ffbf1586cdbe3',1,'faker::lorem']]], + ['passport_2',['passport',['../namespacefaker_1_1person.html#ae53e51b39112140ebb7f0df60afacebb',1,'faker::person']]], + ['password_3',['password',['../namespacefaker_1_1internet.html#a88b044d010594ec94fa7127efb7c8bb1',1,'faker::internet']]], + ['pastdate_4',['pastDate',['../namespacefaker_1_1date.html#a9b296cf77ba7fc42a060cd0aac3d3962',1,'faker::date']]], + ['paymentprovider_5',['paymentProvider',['../namespacefaker_1_1commerce.html#aaee3e8a8ac13ef1bca94ea4a2ae64bbb',1,'faker::commerce']]], + ['paymenttype_6',['paymentType',['../namespacefaker_1_1commerce.html#a4c926b19d1b601b79a969156b45eae9d',1,'faker::commerce']]], + ['phrase_7',['phrase',['../namespacefaker_1_1hacker.html#ab8e34e7b1172882cf567b0106779214c',1,'faker::hacker']]], + ['pin_8',['pin',['../namespacefaker_1_1finance.html#a1a601801599811853376fccc3bd75831',1,'faker::finance']]], + ['planttype_9',['plantType',['../namespacefaker_1_1plant.html#a742bdeecafc315f57971e024cb9203a8',1,'faker::plant']]], + ['platform_10',['platform',['../namespacefaker_1_1phone.html#a4428423b163c879f3b829e22dd9599e9',1,'faker::phone::platform()'],['../namespacefaker_1_1videogame.html#a4dd164bf14e461898d8a1408c6300127',1,'faker::videogame::platform()']]], + ['port_11',['port',['../namespacefaker_1_1internet.html#af7fe45110325fe2a80fe3cc776ac2ed2',1,'faker::internet']]], + ['prefix_12',['prefix',['../namespacefaker_1_1person.html#ac6415f4c79132e8f0a4d5901f24e1164',1,'faker::person']]], + ['preposition_13',['preposition',['../namespacefaker_1_1word.html#ad55c7c834bad43272cfcf0f6bce0aa7b',1,'faker::word']]], + ['productadjective_14',['productAdjective',['../namespacefaker_1_1commerce.html#a0767f0edbfc021d21149d2583476b3b3',1,'faker::commerce']]], + ['productcategory_15',['productCategory',['../namespacefaker_1_1commerce.html#a7f2067928a50de564287aa5e0753445a',1,'faker::commerce']]], + ['productdescription_16',['productDescription',['../namespacefaker_1_1commerce.html#a0e9144b0cacc99897b9588054e7144e4',1,'faker::commerce']]], + ['productfullname_17',['productFullName',['../namespacefaker_1_1commerce.html#aabfaaadc046e4e018c27ed9c57337d00',1,'faker::commerce']]], + ['productmaterial_18',['productMaterial',['../namespacefaker_1_1commerce.html#a5018e5e2b10219564480dfef0296e8d1',1,'faker::commerce']]], + ['productname_19',['productName',['../namespacefaker_1_1commerce.html#ad124314928b407f6d0a8ac49e73202e3',1,'faker::commerce']]], + ['productreview_20',['productReview',['../namespacefaker_1_1commerce.html#a20b4871d2883313f9dbbf4705c27fba9',1,'faker::commerce']]], + ['protocol_21',['protocol',['../namespacefaker_1_1internet.html#acefc699b5b4a93a1f1538cbb49331114',1,'faker::internet']]], + ['publisher_22',['publisher',['../namespacefaker_1_1book.html#a1fa4a557140820ec75d9411d082950f6',1,'faker::book']]] ]; diff --git a/search/functions_f.js b/search/functions_f.js index 662ca562a..1d5134d7c 100644 --- a/search/functions_f.js +++ b/search/functions_f.js @@ -1,13 +1,13 @@ var searchData= [ - ['rabbit_0',['rabbit',['../namespacefaker_1_1animal.html#aab77f3014ecba0275f7174123241341a',1,'faker::animal']]], + ['rabbit_0',['rabbit',['../namespacefaker_1_1animal.html#a9d703f755381a685727eb7fb8647432a',1,'faker::animal']]], ['randomgenerator_1',['RandomGenerator',['../classfaker_1_1RandomGenerator.html#a12ef734c55d755f004080317119eac91',1,'faker::RandomGenerator::RandomGenerator()'],['../classfaker_1_1RandomGenerator.html#a8b33adc0ec8edfffdc998a2b4d068a3b',1,'faker::RandomGenerator::RandomGenerator(const RandomGenerator &)=default'],['../classfaker_1_1RandomGenerator.html#aaa2228768db64ca1304322260ca24ec0',1,'faker::RandomGenerator::RandomGenerator(RandomGenerator &&)=default']]], - ['recentdate_2',['recentDate',['../namespacefaker_1_1date.html#a3a426b7a147f5b2ab7d513a35a339bc6',1,'faker::date']]], - ['recordlocator_3',['recordLocator',['../namespacefaker_1_1airline.html#a37f9fc7a55a48c6b1b751abf672c6b8c',1,'faker::airline']]], - ['regexpstylestringparse_4',['regexpStyleStringParse',['../namespacefaker_1_1helper.html#a82febb5702bff2c84af9efeff604cddb',1,'faker::helper']]], - ['replacecreditcardsymbols_5',['replaceCreditCardSymbols',['../namespacefaker_1_1helper.html#a267e6800ee30faa00b9fc9430a81956f',1,'faker::helper']]], - ['replacesymbolwithnumber_6',['replaceSymbolWithNumber',['../namespacefaker_1_1helper.html#ac0daa6235fd507843ed86d6f53c6a16c',1,'faker::helper']]], - ['rgb_7',['rgb',['../namespacefaker_1_1color.html#a7cb3694851af1b3ff9d8749a79a8edbc',1,'faker::color']]], - ['rodent_8',['rodent',['../namespacefaker_1_1animal.html#aa465b0c3ad1aff430a1186bb0e70148f',1,'faker::animal']]], - ['routingnumber_9',['routingNumber',['../namespacefaker_1_1finance.html#a5df8a15db141fc4fbc1d49e1088c9484',1,'faker::finance']]] + ['recentdate_2',['recentDate',['../namespacefaker_1_1date.html#a304545ffe96dbde52e3a36d1d5a0044c',1,'faker::date']]], + ['recordlocator_3',['recordLocator',['../namespacefaker_1_1airline.html#a9d4a31bb5a16f63ad962a51bfb5ff10a',1,'faker::airline']]], + ['regexpstylestringparse_4',['regexpStyleStringParse',['../namespacefaker_1_1helper.html#a484c4cf1826e01d11c7f8541fb35e4f8',1,'faker::helper']]], + ['replacecreditcardsymbols_5',['replaceCreditCardSymbols',['../namespacefaker_1_1helper.html#a316cf4ac8f92ad52808e760f39974ca6',1,'faker::helper']]], + ['replacesymbolwithnumber_6',['replaceSymbolWithNumber',['../namespacefaker_1_1helper.html#afea39638210df8858b64480f140f4c2c',1,'faker::helper']]], + ['rgb_7',['rgb',['../namespacefaker_1_1color.html#af6a5bd8e9feb97f01ef3a41621cec14a',1,'faker::color']]], + ['rodent_8',['rodent',['../namespacefaker_1_1animal.html#a28047a3b51fe323aced748c28d803260',1,'faker::animal']]], + ['routingnumber_9',['routingNumber',['../namespacefaker_1_1finance.html#acdba5149d4f18e5b05c3ea88de3f5c09',1,'faker::finance']]] ];

std::string faker::word::words FAKER_CXX_EXPORT std::string faker::word::words ( unsigned numberOfWords = 1)