From ea7d72cd00f761794f8a713b0ec4a141d96ce8b6 Mon Sep 17 00:00:00 2001 From: cieslarmichal Date: Fri, 24 May 2024 20:59:54 +0000 Subject: [PATCH] deploy: f8d09d6117372e609ee7ec0e471eb72934f7944b --- Animal_8h_source.html | 62 ++++---- Phone_8h_source.html | 10 +- String_8h_source.html | 14 +- classfaker_1_1Animal-members.html | 30 ++-- classfaker_1_1Animal.html | 240 +++++++++++++++--------------- doxygen_crawl.html | 30 ++-- functions_b.html | 4 +- functions_c.html | 8 +- functions_d.html | 2 +- functions_f.html | 2 +- functions_func_b.html | 4 +- functions_func_c.html | 8 +- functions_func_d.html | 2 +- functions_func_f.html | 2 +- functions_func_h.html | 2 +- functions_func_i.html | 2 +- functions_func_l.html | 2 +- functions_func_r.html | 4 +- functions_func_s.html | 2 +- functions_func_t.html | 2 +- functions_h.html | 2 +- functions_i.html | 2 +- functions_l.html | 2 +- functions_r.html | 4 +- functions_s.html | 2 +- functions_t.html | 2 +- search/all_1.js | 4 +- search/all_10.js | 2 +- search/all_11.js | 2 +- search/all_2.js | 8 +- search/all_3.js | 2 +- search/all_5.js | 2 +- search/all_7.js | 2 +- search/all_8.js | 2 +- search/all_a.js | 2 +- search/all_f.js | 4 +- search/functions_1.js | 4 +- search/functions_10.js | 2 +- search/functions_11.js | 2 +- search/functions_2.js | 8 +- search/functions_3.js | 2 +- search/functions_5.js | 2 +- search/functions_7.js | 2 +- search/functions_8.js | 2 +- search/functions_a.js | 2 +- search/functions_f.js | 4 +- 46 files changed, 253 insertions(+), 253 deletions(-) diff --git a/Animal_8h_source.html b/Animal_8h_source.html index 60a2a85fd..6cb045da3 100644 --- a/Animal_8h_source.html +++ b/Animal_8h_source.html @@ -104,7 +104,7 @@
1#pragma once
2
-
3#include <string>
+
3#include <string_view>
4
5namespace faker
6{
@@ -112,54 +112,54 @@
7class Animal
8{
9public:
-
19 static std::string bear();
+
19 static std::string_view bear();
20
-
30 static std::string bird();
+
30 static std::string_view bird();
31
-
41 static std::string cat();
+
41 static std::string_view cat();
42
-
52 static std::string cetacean();
+
52 static std::string_view cetacean();
53
-
63 static std::string cow();
+
63 static std::string_view cow();
64
-
74 static std::string crocodile();
+
74 static std::string_view crocodile();
75
-
85 static std::string dog();
+
85 static std::string_view dog();
86
-
96 static std::string fish();
+
96 static std::string_view fish();
97
-
107 static std::string horse();
+
107 static std::string_view horse();
108
-
118 static std::string insect();
+
118 static std::string_view insect();
119
-
129 static std::string lion();
+
129 static std::string_view lion();
130
-
140 static std::string rabbit();
+
140 static std::string_view rabbit();
141
-
151 static std::string rodent();
+
151 static std::string_view rodent();
152
-
162 static std::string snake();
+
162 static std::string_view snake();
163
-
173 static std::string type();
+
173 static std::string_view type();
174};
175}
Definition Animal.h:8
-
static std::string cow()
Returns a random species of cow.
-
static std::string bird()
Returns a random species of bird.
-
static std::string rodent()
Returns a random species of rodent.
-
static std::string bear()
Returns a random species of bear.
-
static std::string rabbit()
Returns a random species of rabbit.
-
static std::string insect()
Returns a random species of insect.
-
static std::string horse()
Returns a random species of horse.
-
static std::string cetacean()
Returns a random species of cetacean.
-
static std::string fish()
Returns a random species of fish.
-
static std::string dog()
Returns a random species of dog.
-
static std::string snake()
Returns a random species of snake.
-
static std::string lion()
Returns a random species of lion.
-
static std::string type()
Returns a random type of animal.
-
static std::string crocodile()
Returns a random species of crocodilia.
-
static std::string cat()
Returns a random species of cat.
+
static std::string_view fish()
Returns a random species of fish.
+
static std::string_view type()
Returns a random type of animal.
+
static std::string_view snake()
Returns a random species of snake.
+
static std::string_view cat()
Returns a random species of cat.
+
static std::string_view insect()
Returns a random species of insect.
+
static std::string_view bear()
Returns a random species of bear.
+
static std::string_view rodent()
Returns a random species of rodent.
+
static std::string_view bird()
Returns a random species of bird.
+
static std::string_view cow()
Returns a random species of cow.
+
static std::string_view lion()
Returns a random species of lion.
+
static std::string_view horse()
Returns a random species of horse.
+
static std::string_view dog()
Returns a random species of dog.
+
static std::string_view cetacean()
Returns a random species of cetacean.
+
static std::string_view crocodile()
Returns a random species of crocodilia.
+
static std::string_view rabbit()
Returns a random species of rabbit.
diff --git a/Phone_8h_source.html b/Phone_8h_source.html index 31ecb3aa1..9a44233e7 100644 --- a/Phone_8h_source.html +++ b/Phone_8h_source.html @@ -104,9 +104,9 @@
1#pragma once
2
-
3#include <map>
-
4#include <optional>
-
5#include <string>
+
3#include <optional>
+
4#include <string>
+
5#include <unordered_map>
6
7namespace faker
8{
@@ -131,8 +131,8 @@
95 static std::string areaCode();
96
97private:
-
98 static std::map<PhoneNumberCountryFormat, std::string> createPhoneNumberFormatMap();
-
99 static std::map<PhoneNumberCountryFormat, std::string> phoneNumberFormatMap;
+
98 static std::unordered_map<PhoneNumberCountryFormat, std::string> createPhoneNumberFormatMap();
+
99 static std::unordered_map<PhoneNumberCountryFormat, std::string> phoneNumberFormatMap;
100};
101
diff --git a/String_8h_source.html b/String_8h_source.html index 55b3176ef..98dad5630 100644 --- a/String_8h_source.html +++ b/String_8h_source.html @@ -105,12 +105,12 @@
1#pragma once
2
3#include <limits>
-
4#include <map>
-
5#include <optional>
-
6#include <random>
-
7#include <set>
-
8#include <sstream>
-
9#include <string>
+
4#include <optional>
+
5#include <random>
+
6#include <set>
+
7#include <sstream>
+
8#include <string>
+
9#include <unordered_map>
10
11#include "RandomGenerator.h"
12#include "types/Hex.h"
@@ -132,7 +132,7 @@
27};
28
-
32using GuaranteeMap = std::map<char, CharCount>;
+
32using GuaranteeMap = std::unordered_map<char, CharCount>;
33
50bool isValidGuarantee(GuaranteeMap& guarantee, std::set<char>& targetCharacters, unsigned int length);
51
diff --git a/classfaker_1_1Animal-members.html b/classfaker_1_1Animal-members.html index d37c377ff..310c9a5eb 100644 --- a/classfaker_1_1Animal-members.html +++ b/classfaker_1_1Animal-members.html @@ -105,21 +105,21 @@

This is the complete list of members for faker::Animal, including all inherited members.

- - - - - - - - - - - - - - - + + + + + + + + + + + + + + +
bear()faker::Animalstatic
bird()faker::Animalstatic
cat()faker::Animalstatic
cetacean()faker::Animalstatic
cow()faker::Animalstatic
crocodile()faker::Animalstatic
dog()faker::Animalstatic
fish()faker::Animalstatic
horse()faker::Animalstatic
insect()faker::Animalstatic
lion()faker::Animalstatic
rabbit()faker::Animalstatic
rodent()faker::Animalstatic
snake()faker::Animalstatic
type()faker::Animalstatic
bear()faker::Animalstatic
bird()faker::Animalstatic
cat()faker::Animalstatic
cetacean()faker::Animalstatic
cow()faker::Animalstatic
crocodile()faker::Animalstatic
dog()faker::Animalstatic
fish()faker::Animalstatic
horse()faker::Animalstatic
insect()faker::Animalstatic
lion()faker::Animalstatic
rabbit()faker::Animalstatic
rodent()faker::Animalstatic
snake()faker::Animalstatic
type()faker::Animalstatic
diff --git a/classfaker_1_1Animal.html b/classfaker_1_1Animal.html index ba721730c..e0cbd39aa 100644 --- a/classfaker_1_1Animal.html +++ b/classfaker_1_1Animal.html @@ -108,55 +108,55 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Static Public Member Functions

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

Member Function Documentation

- -

◆ bear()

+ +

◆ bear()

@@ -165,7 +165,7 @@

- + @@ -180,13 +180,13 @@

Returns
Species of bear.
-
Animal::bear() // "Polar bear"
-
static std::string bear()
Returns a random species of bear.
+
Animal::bear() // "Polar bear"
+
static std::string_view bear()
Returns a random species of bear.
- -

◆ bird()

+ +

◆ bird()

@@ -195,7 +195,7 @@

static std::string faker::Animal::bear static std::string_view faker::Animal::bear ( )
- + @@ -210,13 +210,13 @@

Returns
Species of bird.
-
Animal::bird() // "Black-bellied Whistling-Duck"
-
static std::string bird()
Returns a random species of bird.
+
Animal::bird() // "Black-bellied Whistling-Duck"
+
static std::string_view bird()
Returns a random species of bird.
- -

◆ cat()

+ +

◆ cat()

@@ -225,7 +225,7 @@

static std::string faker::Animal::bird static std::string_view faker::Animal::bird ( )
- + @@ -240,13 +240,13 @@

Returns
Species of cat.
-
Animal::cat() // "Chartreux"
-
static std::string cat()
Returns a random species of cat.
+
Animal::cat() // "Chartreux"
+
static std::string_view cat()
Returns a random species of cat.
- -

◆ cetacean()

+ +

◆ cetacean()

@@ -255,7 +255,7 @@

static std::string faker::Animal::cat static std::string_view faker::Animal::cat ( )
- + @@ -270,13 +270,13 @@

Returns
Species of cetacean.
-
Animal::cetacean() // "Blue Whale"
-
static std::string cetacean()
Returns a random species of cetacean.
+
Animal::cetacean() // "Blue Whale"
+
static std::string_view cetacean()
Returns a random species of cetacean.
- -

◆ cow()

+ +

◆ cow()

@@ -285,7 +285,7 @@

static std::string faker::Animal::cetacean static std::string_view faker::Animal::cetacean ( )
- + @@ -300,13 +300,13 @@

Returns
Species of cow.
-
Animal::cow() // "American Angus"
-
static std::string cow()
Returns a random species of cow.
+
Animal::cow() // "American Angus"
+
static std::string_view cow()
Returns a random species of cow.
- -

◆ crocodile()

+ +

◆ crocodile()

@@ -315,7 +315,7 @@

static std::string faker::Animal::cow static std::string_view faker::Animal::cow ( )
- + @@ -330,13 +330,13 @@

Returns
Species of crocodilia.
-
Animal::crocodile() // "Dwarf Crocodile"
-
static std::string crocodile()
Returns a random species of crocodilia.
+
Animal::crocodile() // "Dwarf Crocodile"
+
static std::string_view crocodile()
Returns a random species of crocodilia.
- -

◆ dog()

+ +

◆ dog()

@@ -345,7 +345,7 @@

static std::string faker::Animal::crocodile static std::string_view faker::Animal::crocodile ( )
- + @@ -360,13 +360,13 @@

Returns
Species of dog.
-
Animal::dog() // "Shiba Inu"
-
static std::string dog()
Returns a random species of dog.
+
Animal::dog() // "Shiba Inu"
+
static std::string_view dog()
Returns a random species of dog.
- -

◆ fish()

+ +

◆ fish()

@@ -375,7 +375,7 @@

static std::string faker::Animal::dog static std::string_view faker::Animal::dog ( )
- + @@ -390,13 +390,13 @@

Returns
Species of fish.
-
Animal::fish() // "Silver carp"
-
static std::string fish()
Returns a random species of fish.
+
Animal::fish() // "Silver carp"
+
static std::string_view fish()
Returns a random species of fish.
- -

◆ horse()

+ +

◆ horse()

@@ -405,7 +405,7 @@

static std::string faker::Animal::fish static std::string_view faker::Animal::fish ( )
- + @@ -420,13 +420,13 @@

Returns
Species of horse.
-
Animal::horse() // "Fjord Horse"
-
static std::string horse()
Returns a random species of horse.
+
Animal::horse() // "Fjord Horse"
+
static std::string_view horse()
Returns a random species of horse.
- -

◆ insect()

+ +

◆ insect()

@@ -435,7 +435,7 @@

static std::string faker::Animal::horse static std::string_view faker::Animal::horse ( )
- + @@ -450,13 +450,13 @@

Returns
Species of insect.
-
Animal::insect() // "Bee"
-
static std::string insect()
Returns a random species of insect.
+
Animal::insect() // "Bee"
+
static std::string_view insect()
Returns a random species of insect.
- -

◆ lion()

+ +

◆ lion()

@@ -465,7 +465,7 @@

static std::string faker::Animal::insect static std::string_view faker::Animal::insect ( )
- + @@ -480,13 +480,13 @@

Returns
Species of lion.
-
Animal::lion() // "West African Lion"
-
static std::string lion()
Returns a random species of lion.
+
Animal::lion() // "West African Lion"
+
static std::string_view lion()
Returns a random species of lion.
- -

◆ rabbit()

+ +

◆ rabbit()

@@ -495,7 +495,7 @@

static std::string faker::Animal::lion static std::string_view faker::Animal::lion ( )
- + @@ -510,13 +510,13 @@

Returns
Species of rabbit.
-
Animal::rabbit() // "Californian"
-
static std::string rabbit()
Returns a random species of rabbit.
+
Animal::rabbit() // "Californian"
+
static std::string_view rabbit()
Returns a random species of rabbit.
- -

◆ rodent()

+ +

◆ rodent()

@@ -525,7 +525,7 @@

static std::string faker::Animal::rabbit static std::string_view faker::Animal::rabbit ( )
- + @@ -540,13 +540,13 @@

Returns
Species of rodent.
-
Animal::rodent() // "Chinchilla"
-
static std::string rodent()
Returns a random species of rodent.
+
Animal::rodent() // "Chinchilla"
+
static std::string_view rodent()
Returns a random species of rodent.
- -

◆ snake()

+ +

◆ snake()

@@ -555,7 +555,7 @@

static std::string faker::Animal::rodent static std::string_view faker::Animal::rodent ( )
- + @@ -570,13 +570,13 @@

Returns
Species of snake.
-
Animal::snake() // "Boa constrictor"
-
static std::string snake()
Returns a random species of snake.
+
Animal::snake() // "Boa constrictor"
+
static std::string_view snake()
Returns a random species of snake.
- -

◆ type()

+ +

◆ type()

@@ -585,7 +585,7 @@

static std::string faker::Animal::snake static std::string_view faker::Animal::snake ( )
- + @@ -600,8 +600,8 @@

Returns
Type of animal.
-
Animal::type() // "dog"
-
static std::string type()
Returns a random type of animal.
+
Animal::type() // "dog"
+
static std::string_view type()
Returns a random type of animal.
diff --git a/doxygen_crawl.html b/doxygen_crawl.html index c5d8b365d..0dfb11eab 100644 --- a/doxygen_crawl.html +++ b/doxygen_crawl.html @@ -248,21 +248,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/functions_b.html b/functions_b.html index 823e98e8d..7eb081804 100644 --- a/functions_b.html +++ b/functions_b.html @@ -102,12 +102,12 @@
Here is a list of all documented class members with links to the class documentation for each member:

- b -

    -
  • bear() : faker::Animal
  • +
  • bear() : faker::Animal
  • bic() : faker::Finance
  • bicycle() : faker::Vehicle
  • binary() : faker::String
  • bio() : faker::Person
  • -
  • bird() : faker::Animal
  • +
  • bird() : faker::Animal
  • birthdateByAge() : faker::Date
  • birthdateByYear() : faker::Date
  • bitcoinAddress() : faker::Finance
  • diff --git a/functions_c.html b/functions_c.html index 85d431cb3..9684343c0 100644 --- a/functions_c.html +++ b/functions_c.html @@ -102,12 +102,12 @@
    Here is a list of all documented class members with links to the class documentation for each member:

    - c -

      -
    • cat() : faker::Animal
    • +
    • cat() : faker::Animal
    • catchPhrase() : faker::Company
    • catchPhraseAdjective() : faker::Company
    • catchPhraseDescriptor() : faker::Company
    • catchPhraseNoun() : faker::Company
    • -
    • cetacean() : faker::Animal
    • +
    • cetacean() : faker::Animal
    • checkIfEmojiIsValid() : faker::Internet
    • chemicalElement() : faker::Science
    • chineseZodiac() : faker::Person
    • @@ -130,7 +130,7 @@

      - c -

      • country() : faker::Location
      • countryCode() : faker::Location
      • county() : faker::Location
      • -
      • cow() : faker::Animal
      • +
      • cow() : faker::Animal
      • cpuManufacture() : faker::Computer
      • cpuModel() : faker::Computer
      • cpuType() : faker::Computer
      • @@ -138,7 +138,7 @@

        - c -

        • creditCardExpirationDate() : faker::Finance
        • creditCardNumber() : faker::Finance
        • creditCardType() : faker::Finance
        • -
        • crocodile() : faker::Animal
        • +
        • crocodile() : faker::Animal
        • cron() : faker::System
        • currency() : faker::Finance
        • currencyCode() : faker::Finance
        • diff --git a/functions_d.html b/functions_d.html index 0cbcea221..117e346b5 100644 --- a/functions_d.html +++ b/functions_d.html @@ -115,7 +115,7 @@

          - d -

          • discountType() : faker::Commerce
          • dishName() : faker::Food
          • distanceUnit() : faker::Science
          • -
          • dog() : faker::Animal
          • +
          • dog() : faker::Animal
          • domainName() : faker::Internet
          • domainSuffix() : faker::Internet
          • domainWord() : faker::Internet
          • diff --git a/functions_f.html b/functions_f.html index e8402f724..422e95945 100644 --- a/functions_f.html +++ b/functions_f.html @@ -108,7 +108,7 @@

            - f -

            • filePath() : faker::System
            • fileType() : faker::System
            • firstName() : faker::Person
            • -
            • fish() : faker::Animal
            • +
            • fish() : faker::Animal
            • flightNumber() : faker::Airline
            • flightNumberByRange() : faker::Airline
            • foodCategory() : faker::Food
            • diff --git a/functions_func_b.html b/functions_func_b.html index 0c1bc8faf..10e312d4d 100644 --- a/functions_func_b.html +++ b/functions_func_b.html @@ -102,12 +102,12 @@
              Here is a list of all documented functions with links to the class documentation for each member:

              - b -

                -
              • bear() : faker::Animal
              • +
              • bear() : faker::Animal
              • bic() : faker::Finance
              • bicycle() : faker::Vehicle
              • binary() : faker::String
              • bio() : faker::Person
              • -
              • bird() : faker::Animal
              • +
              • bird() : faker::Animal
              • birthdateByAge() : faker::Date
              • birthdateByYear() : faker::Date
              • bitcoinAddress() : faker::Finance
              • diff --git a/functions_func_c.html b/functions_func_c.html index 8830f6260..1155946b0 100644 --- a/functions_func_c.html +++ b/functions_func_c.html @@ -102,12 +102,12 @@
                Here is a list of all documented functions with links to the class documentation for each member:

                - c -

                  -
                • cat() : faker::Animal
                • +
                • cat() : faker::Animal
                • catchPhrase() : faker::Company
                • catchPhraseAdjective() : faker::Company
                • catchPhraseDescriptor() : faker::Company
                • catchPhraseNoun() : faker::Company
                • -
                • cetacean() : faker::Animal
                • +
                • cetacean() : faker::Animal
                • checkIfEmojiIsValid() : faker::Internet
                • chemicalElement() : faker::Science
                • chineseZodiac() : faker::Person
                • @@ -130,7 +130,7 @@

                  - c -

                  • country() : faker::Location
                  • countryCode() : faker::Location
                  • county() : faker::Location
                  • -
                  • cow() : faker::Animal
                  • +
                  • cow() : faker::Animal
                  • cpuManufacture() : faker::Computer
                  • cpuModel() : faker::Computer
                  • cpuType() : faker::Computer
                  • @@ -138,7 +138,7 @@

                    - c -

                    • creditCardExpirationDate() : faker::Finance
                    • creditCardNumber() : faker::Finance
                    • creditCardType() : faker::Finance
                    • -
                    • crocodile() : faker::Animal
                    • +
                    • crocodile() : faker::Animal
                    • cron() : faker::System
                    • currency() : faker::Finance
                    • currencyCode() : faker::Finance
                    • diff --git a/functions_func_d.html b/functions_func_d.html index 4486a6bf3..5bd5313ce 100644 --- a/functions_func_d.html +++ b/functions_func_d.html @@ -115,7 +115,7 @@

                      - d -

                      • discountType() : faker::Commerce
                      • dishName() : faker::Food
                      • distanceUnit() : faker::Science
                      • -
                      • dog() : faker::Animal
                      • +
                      • dog() : faker::Animal
                      • domainName() : faker::Internet
                      • domainSuffix() : faker::Internet
                      • domainWord() : faker::Internet
                      • diff --git a/functions_func_f.html b/functions_func_f.html index 0b7c3857c..1f62890b7 100644 --- a/functions_func_f.html +++ b/functions_func_f.html @@ -108,7 +108,7 @@

                        - f -

                        • filePath() : faker::System
                        • fileType() : faker::System
                        • firstName() : faker::Person
                        • -
                        • fish() : faker::Animal
                        • +
                        • fish() : faker::Animal
                        • flightNumber() : faker::Airline
                        • flightNumberByRange() : faker::Airline
                        • foodCategory() : faker::Food
                        • diff --git a/functions_func_h.html b/functions_func_h.html index d15ab651b..bf9157d65 100644 --- a/functions_func_h.html +++ b/functions_func_h.html @@ -105,7 +105,7 @@

                          - h -

                          • hex() : faker::Color
                          • hexadecimal() : faker::String
                          • hobby() : faker::Person
                          • -
                          • horse() : faker::Animal
                          • +
                          • horse() : faker::Animal
                          • hour() : faker::Date
                          • hsb() : faker::Color
                          • hsl() : faker::Color
                          • diff --git a/functions_func_i.html b/functions_func_i.html index da55f80b1..7c3e7bd9c 100644 --- a/functions_func_i.html +++ b/functions_func_i.html @@ -106,7 +106,7 @@

                            - i -

                            • imei() : faker::Phone
                            • industry() : faker::Company
                            • ingverb() : faker::Hacker
                            • -
                            • insect() : faker::Animal
                            • +
                            • insect() : faker::Animal
                            • integer() : faker::Number
                            • interjection() : faker::Word
                            • ipv4() : faker::Internet
                            • diff --git a/functions_func_l.html b/functions_func_l.html index 9b79b6aad..75e5ce528 100644 --- a/functions_func_l.html +++ b/functions_func_l.html @@ -107,7 +107,7 @@

                              - l -

                              diff --git a/functions_func_r.html b/functions_func_r.html index 5578b5613..1ab309e7a 100644 --- a/functions_func_r.html +++ b/functions_func_r.html @@ -102,7 +102,7 @@
                              Here is a list of all documented functions with links to the class documentation for each member:

                              - r -

                                -
                              • rabbit() : faker::Animal
                              • +
                              • rabbit() : faker::Animal
                              • recentDate() : faker::Date
                              • recordLocator() : faker::Airline
                              • regexpStyleStringParse() : faker::Helper
                              • @@ -110,7 +110,7 @@

                                - r -

                                diff --git a/functions_func_s.html b/functions_func_s.html index 0f3fc9126..fca5a52f0 100644 --- a/functions_func_s.html +++ b/functions_func_s.html @@ -120,7 +120,7 @@

                                - s -

                                • shuffleString() : faker::Helper
                                • sku() : faker::Commerce
                                • slug() : faker::Lorem
                                • -
                                • snake() : faker::Animal
                                • +
                                • snake() : faker::Animal
                                • soccerTeam() : faker::Sport
                                • songName() : faker::Music
                                • soonDate() : faker::Date
                                • diff --git a/functions_func_t.html b/functions_func_t.html index 59a3f3534..8b7257cfc 100644 --- a/functions_func_t.html +++ b/functions_func_t.html @@ -111,7 +111,7 @@

                                  - t -

                                  diff --git a/functions_h.html b/functions_h.html index 737ab48db..66302aaa8 100644 --- a/functions_h.html +++ b/functions_h.html @@ -105,7 +105,7 @@

                                  - h -

                                  • hex() : faker::Color
                                  • hexadecimal() : faker::String
                                  • hobby() : faker::Person
                                  • -
                                  • horse() : faker::Animal
                                  • +
                                  • horse() : faker::Animal
                                  • hour() : faker::Date
                                  • hsb() : faker::Color
                                  • hsl() : faker::Color
                                  • diff --git a/functions_i.html b/functions_i.html index 26008cd79..bbd825255 100644 --- a/functions_i.html +++ b/functions_i.html @@ -106,7 +106,7 @@

                                    - i -

                                    • imei() : faker::Phone
                                    • industry() : faker::Company
                                    • ingverb() : faker::Hacker
                                    • -
                                    • insect() : faker::Animal
                                    • +
                                    • insect() : faker::Animal
                                    • integer() : faker::Number
                                    • interjection() : faker::Word
                                    • ipv4() : faker::Internet
                                    • diff --git a/functions_l.html b/functions_l.html index 1cc819a40..81dd18349 100644 --- a/functions_l.html +++ b/functions_l.html @@ -107,7 +107,7 @@

                                      - l -

                                      diff --git a/functions_r.html b/functions_r.html index 7b383ff67..5dc4bb8ff 100644 --- a/functions_r.html +++ b/functions_r.html @@ -102,7 +102,7 @@
                                      Here is a list of all documented class members with links to the class documentation for each member:

                                      - r -

                                        -
                                      • rabbit() : faker::Animal
                                      • +
                                      • rabbit() : faker::Animal
                                      • recentDate() : faker::Date
                                      • recordLocator() : faker::Airline
                                      • regexpStyleStringParse() : faker::Helper
                                      • @@ -110,7 +110,7 @@

                                        - r -

                                        diff --git a/functions_s.html b/functions_s.html index e12702ee4..f01f40c31 100644 --- a/functions_s.html +++ b/functions_s.html @@ -120,7 +120,7 @@

                                        - s -

                                        • shuffleString() : faker::Helper
                                        • sku() : faker::Commerce
                                        • slug() : faker::Lorem
                                        • -
                                        • snake() : faker::Animal
                                        • +
                                        • snake() : faker::Animal
                                        • soccerTeam() : faker::Sport
                                        • songName() : faker::Music
                                        • soonDate() : faker::Date
                                        • diff --git a/functions_t.html b/functions_t.html index 22b8e5d96..8eb9ffec6 100644 --- a/functions_t.html +++ b/functions_t.html @@ -111,7 +111,7 @@

                                          - t -

                                          diff --git a/search/all_1.js b/search/all_1.js index c823ca70a..7c5e939c5 100644 --- a/search/all_1.js +++ b/search/all_1.js @@ -1,11 +1,11 @@ var searchData= [ - ['bear_0',['bear',['../classfaker_1_1Animal.html#a283c2c045c52ead17853e7a1f9cb3e6d',1,'faker::Animal']]], + ['bear_0',['bear',['../classfaker_1_1Animal.html#a407581bb2530c72210fd2d57da95ed88',1,'faker::Animal']]], ['bic_1',['bic',['../classfaker_1_1Finance.html#a8f9a4ef2b0d11ab1cebce870b6c2182c',1,'faker::Finance']]], ['bicycle_2',['bicycle',['../classfaker_1_1Vehicle.html#a1cc1a37eefa4f2e38e07134956abc61a',1,'faker::Vehicle']]], ['binary_3',['binary',['../classfaker_1_1String.html#a1a4443dd71fb781206122c53c81896bd',1,'faker::String::binary(unsigned length=1)'],['../classfaker_1_1String.html#a30919e90c1c1b1633474bc5afaaf0450',1,'faker::String::binary(GuaranteeMap &&guarantee, unsigned length=1)']]], ['bio_4',['bio',['../classfaker_1_1Person.html#ad3090b7ffa93ddce052eedda2c19d1f9',1,'faker::Person']]], - ['bird_5',['bird',['../classfaker_1_1Animal.html#a0ef436f2fbf92a1c15a738f4beee0adb',1,'faker::Animal']]], + ['bird_5',['bird',['../classfaker_1_1Animal.html#a5e5239795abc966737c7ddac78d9e4c1',1,'faker::Animal']]], ['birthdatebyage_6',['birthdateByAge',['../classfaker_1_1Date.html#a2e5c4577e7b3a4efea73bb33705fd297',1,'faker::Date']]], ['birthdatebyyear_7',['birthdateByYear',['../classfaker_1_1Date.html#a3db63d6c4a118e99a6ae647a7b00d221',1,'faker::Date']]], ['bitcoinaddress_8',['bitcoinAddress',['../classfaker_1_1Finance.html#aa701cd131f65d4f0da95d00224d46012',1,'faker::Finance']]], diff --git a/search/all_10.js b/search/all_10.js index dcfd2f0bf..a853fdd63 100644 --- a/search/all_10.js +++ b/search/all_10.js @@ -19,7 +19,7 @@ var searchData= ['shufflestring_16',['shuffleString',['../classfaker_1_1Helper.html#aac9274ace8624b68896fd049064bcfa3',1,'faker::Helper']]], ['sku_17',['sku',['../classfaker_1_1Commerce.html#af427c184726e56858e7730b0255d2f99',1,'faker::Commerce']]], ['slug_18',['slug',['../classfaker_1_1Lorem.html#a05591c4bbec3ec177e51020805414548',1,'faker::Lorem']]], - ['snake_19',['snake',['../classfaker_1_1Animal.html#a8cd0fa7f6ec8e1b7cf0b6edcfc47f4b1',1,'faker::Animal']]], + ['snake_19',['snake',['../classfaker_1_1Animal.html#a10f88af91955c99dccdb529f095a9bb5',1,'faker::Animal']]], ['soccerteam_20',['soccerTeam',['../classfaker_1_1Sport.html#a97e02344486aa08439383f0c094fb1ef',1,'faker::Sport']]], ['songname_21',['songName',['../classfaker_1_1Music.html#a08ab507712947fbbbb924963b83e2844',1,'faker::Music']]], ['soondate_22',['soonDate',['../classfaker_1_1Date.html#af7321b4172983b6d2fc64bcd65338ac5',1,'faker::Date']]], diff --git a/search/all_11.js b/search/all_11.js index ae5b7c36a..40a49a061 100644 --- a/search/all_11.js +++ b/search/all_11.js @@ -10,5 +10,5 @@ var searchData= ['title_7',['title',['../classfaker_1_1Book.html#a74078db73d26c2b148c16992d4045348',1,'faker::Book']]], ['translator_8',['translator',['../classfaker_1_1Book.html#a86a7f15715b3ae731cb58dacdbf015c1',1,'faker::Book']]], ['tvshow_9',['tvShow',['../classfaker_1_1Movie.html#acde4548b33deccaefede4ef937e7877b',1,'faker::Movie']]], - ['type_10',['type',['../classfaker_1_1Animal.html#ac3a7143378d697aee5a7fb31937ee2dc',1,'faker::Animal::type()'],['../classfaker_1_1Company.html#aaf9b201d720d7bc14cedb88285356ef0',1,'faker::Company::type()'],['../classfaker_1_1Computer.html#a459bc4e17d37a2a8b9344b0793596b2b',1,'faker::Computer::type()'],['../classfaker_1_1Vehicle.html#a81f5a11a11b157994dd7e559889db10a',1,'faker::Vehicle::type()']]] + ['type_10',['type',['../classfaker_1_1Animal.html#a0be4c8a6942f740034daf2d1dc0a75a8',1,'faker::Animal::type()'],['../classfaker_1_1Company.html#aaf9b201d720d7bc14cedb88285356ef0',1,'faker::Company::type()'],['../classfaker_1_1Computer.html#a459bc4e17d37a2a8b9344b0793596b2b',1,'faker::Computer::type()'],['../classfaker_1_1Vehicle.html#a81f5a11a11b157994dd7e559889db10a',1,'faker::Vehicle::type()']]] ]; diff --git a/search/all_2.js b/search/all_2.js index d52c0f053..920b58976 100644 --- a/search/all_2.js +++ b/search/all_2.js @@ -1,11 +1,11 @@ var searchData= [ - ['cat_0',['cat',['../classfaker_1_1Animal.html#ae37313d74286a52fb6f1de8212166355',1,'faker::Animal']]], + ['cat_0',['cat',['../classfaker_1_1Animal.html#a276be39eb4df99fb462a24bcf5d75eb5',1,'faker::Animal']]], ['catchphrase_1',['catchPhrase',['../classfaker_1_1Company.html#a63f0ee0870f56cdc9294c95986a08b67',1,'faker::Company']]], ['catchphraseadjective_2',['catchPhraseAdjective',['../classfaker_1_1Company.html#a736bb751980ca3272a783ba3274f619a',1,'faker::Company']]], ['catchphrasedescriptor_3',['catchPhraseDescriptor',['../classfaker_1_1Company.html#a5d62d6fc5a5d721a28fca17566d7a19d',1,'faker::Company']]], ['catchphrasenoun_4',['catchPhraseNoun',['../classfaker_1_1Company.html#a0809585183bdcc43f0a5e98f5c089dee',1,'faker::Company']]], - ['cetacean_5',['cetacean',['../classfaker_1_1Animal.html#a4222f2d97027e1113dde04f680f9f260',1,'faker::Animal']]], + ['cetacean_5',['cetacean',['../classfaker_1_1Animal.html#af2296b53f27cbbcfb70bebfd17ed4f40',1,'faker::Animal']]], ['charcount_6',['CharCount',['../structfaker_1_1CharCount.html',1,'faker']]], ['checkifemojiisvalid_7',['checkIfEmojiIsValid',['../classfaker_1_1Internet.html#a8c9c6bd30d42f99a7a58728034ef8f6a',1,'faker::Internet']]], ['chemicalelement_8',['ChemicalElement',['../structfaker_1_1Science_1_1ChemicalElement.html',1,'faker::Science']]], @@ -34,7 +34,7 @@ var searchData= ['country_31',['country',['../classfaker_1_1Location.html#aeccb6f1381edcf063010684db6c47f66',1,'faker::Location']]], ['countrycode_32',['countryCode',['../classfaker_1_1Location.html#a8ea095c82bb74e805c4c24a8dfccc5cf',1,'faker::Location']]], ['county_33',['county',['../classfaker_1_1Location.html#a3df16f37cc59c77606ffcec78de3d15e',1,'faker::Location']]], - ['cow_34',['cow',['../classfaker_1_1Animal.html#a019aa2791ad5a1b79702a69b3cc2f573',1,'faker::Animal']]], + ['cow_34',['cow',['../classfaker_1_1Animal.html#a77bc70a70415ba7cb44731b18402892f',1,'faker::Animal']]], ['cpumanufacture_35',['cpuManufacture',['../classfaker_1_1Computer.html#a482d38a9470e9f6ebac8e8920ce61090',1,'faker::Computer']]], ['cpumodel_36',['cpuModel',['../classfaker_1_1Computer.html#ade5b1561feb47713f030ea5db4e4f30c',1,'faker::Computer']]], ['cputype_37',['cpuType',['../classfaker_1_1Computer.html#a644b4b5de6cdba99f948d0cb4cb86022',1,'faker::Computer']]], @@ -42,7 +42,7 @@ var searchData= ['creditcardexpirationdate_39',['creditCardExpirationDate',['../classfaker_1_1Finance.html#a3a4c0d2a4ccd15f60f519148fcc631f8',1,'faker::Finance']]], ['creditcardnumber_40',['creditCardNumber',['../classfaker_1_1Finance.html#ac0aa71a72d411fb89c5ba623db469bd4',1,'faker::Finance']]], ['creditcardtype_41',['creditCardType',['../classfaker_1_1Finance.html#aaa4c761ae2e9dac617272b444e439d49',1,'faker::Finance']]], - ['crocodile_42',['crocodile',['../classfaker_1_1Animal.html#ad31ad7ea16b5fb7b067b6e3f15a0d1ff',1,'faker::Animal']]], + ['crocodile_42',['crocodile',['../classfaker_1_1Animal.html#afac805c3140ddc783e57f4b3b322ae8b',1,'faker::Animal']]], ['cron_43',['cron',['../classfaker_1_1System.html#abb1db608d1a8799021812fd616ed433c',1,'faker::System']]], ['cronoptions_44',['CronOptions',['../structfaker_1_1CronOptions.html',1,'faker']]], ['crypto_45',['Crypto',['../classfaker_1_1Crypto.html',1,'faker']]], diff --git a/search/all_3.js b/search/all_3.js index 0a1e87830..1255faf43 100644 --- a/search/all_3.js +++ b/search/all_3.js @@ -16,7 +16,7 @@ var searchData= ['discounttype_13',['discountType',['../classfaker_1_1Commerce.html#aa75dab505400467b717a0f5b40b7385c',1,'faker::Commerce']]], ['dishname_14',['dishName',['../classfaker_1_1Food.html#a68a96c6dee2a6a23907ab0478498b773',1,'faker::Food']]], ['distanceunit_15',['distanceUnit',['../classfaker_1_1Science.html#ab42a1c8263c0a0f2f74c6db5fcccd134',1,'faker::Science']]], - ['dog_16',['dog',['../classfaker_1_1Animal.html#a542d239f0a60a877407a147ef45c1dd4',1,'faker::Animal']]], + ['dog_16',['dog',['../classfaker_1_1Animal.html#ae826deac98dad495066e5997a2bf60ce',1,'faker::Animal']]], ['domainname_17',['domainName',['../classfaker_1_1Internet.html#a0ea6cb024c64493e473d7b2ffe624623',1,'faker::Internet']]], ['domainsuffix_18',['domainSuffix',['../classfaker_1_1Internet.html#a37f2c674c23e72832384258558c5e47f',1,'faker::Internet']]], ['domainword_19',['domainWord',['../classfaker_1_1Internet.html#a199a6c56acd69f45f07315669ebe0111',1,'faker::Internet']]] diff --git a/search/all_5.js b/search/all_5.js index d5e7a0b70..595924512 100644 --- a/search/all_5.js +++ b/search/all_5.js @@ -8,7 +8,7 @@ var searchData= ['filetype_5',['fileType',['../classfaker_1_1System.html#a96a32229dd0e8675f6943bbf7f915ff9',1,'faker::System']]], ['finance_6',['Finance',['../classfaker_1_1Finance.html',1,'faker']]], ['firstname_7',['firstName',['../classfaker_1_1Person.html#ae07693d3a9a0ec364d88844deb84469a',1,'faker::Person']]], - ['fish_8',['fish',['../classfaker_1_1Animal.html#a4dab9869c9f5a83781ec5cfb4e8d1caf',1,'faker::Animal']]], + ['fish_8',['fish',['../classfaker_1_1Animal.html#a01db33cb8a7c6aa2330a26610b31ce6f',1,'faker::Animal']]], ['flightnumber_9',['flightNumber',['../classfaker_1_1Airline.html#a0d95bc40e3ce2c5624be7efb096c5ece',1,'faker::Airline']]], ['flightnumberbyrange_10',['flightNumberByRange',['../classfaker_1_1Airline.html#a7526b0e51dee317cfe41d2620251bcfa',1,'faker::Airline']]], ['food_11',['Food',['../classfaker_1_1Food.html',1,'faker']]], diff --git a/search/all_7.js b/search/all_7.js index 9e6c4c3a6..5c8333b4f 100644 --- a/search/all_7.js +++ b/search/all_7.js @@ -5,7 +5,7 @@ var searchData= ['hex_2',['hex',['../classfaker_1_1Color.html#a46e19893994e07e6d3dbdb37cd35cd63',1,'faker::Color']]], ['hexadecimal_3',['hexadecimal',['../classfaker_1_1String.html#ae95d6815ba2172cc63374c391d246006',1,'faker::String::hexadecimal(unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)'],['../classfaker_1_1String.html#ade5f0d86db1ae0b4a3f497d07201d707',1,'faker::String::hexadecimal(std::optional< int > min=std::nullopt, std::optional< int > max=std::nullopt)'],['../classfaker_1_1String.html#a9fbbf30a77e61856af68584305a41ca6',1,'faker::String::hexadecimal(GuaranteeMap &&guarantee, unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)']]], ['hobby_4',['hobby',['../classfaker_1_1Person.html#a499b411db884a8b154b370009bd3b3c2',1,'faker::Person']]], - ['horse_5',['horse',['../classfaker_1_1Animal.html#a3f86d0fc7c4d2544935603a2e8753b81',1,'faker::Animal']]], + ['horse_5',['horse',['../classfaker_1_1Animal.html#a7b4c1824ead7a1ac337cff69eead10e8',1,'faker::Animal']]], ['hour_6',['hour',['../classfaker_1_1Date.html#aa1173c32959bcd22c3c6752c61c46cb3',1,'faker::Date']]], ['hsb_7',['hsb',['../classfaker_1_1Color.html#ae3253948412674d74a3ad9c010df5b77',1,'faker::Color']]], ['hsl_8',['hsl',['../classfaker_1_1Color.html#ac76590c23d158333133277b6f6f2163a',1,'faker::Color']]], diff --git a/search/all_8.js b/search/all_8.js index fb0a03d7b..bbb933d07 100644 --- a/search/all_8.js +++ b/search/all_8.js @@ -4,7 +4,7 @@ var searchData= ['imei_1',['imei',['../classfaker_1_1Phone.html#a85e9685ecdba6dd885fe7108dd661f82',1,'faker::Phone']]], ['industry_2',['industry',['../classfaker_1_1Company.html#a5f567da3fca0f18bf90ec274a32b2384',1,'faker::Company']]], ['ingverb_3',['ingverb',['../classfaker_1_1Hacker.html#a11ab2971d25ae0072ec41ab35b7de4e8',1,'faker::Hacker']]], - ['insect_4',['insect',['../classfaker_1_1Animal.html#a2c69d164a0bdfae35bd608149adb79cc',1,'faker::Animal']]], + ['insect_4',['insect',['../classfaker_1_1Animal.html#a39b979fed3ee8345c9f50475b76dc849',1,'faker::Animal']]], ['integer_5',['integer',['../classfaker_1_1Number.html#a1af485acb65ed7312f13f4cb56f1a7c4',1,'faker::Number::integer(I min, I max)'],['../classfaker_1_1Number.html#a54b28a308f74a60108602918f39785fc',1,'faker::Number::integer(I max)']]], ['interjection_6',['interjection',['../classfaker_1_1Word.html#afc9739dc4b26cb9b8bec5160336cbabb',1,'faker::Word']]], ['internet_7',['Internet',['../classfaker_1_1Internet.html',1,'faker']]], diff --git a/search/all_a.js b/search/all_a.js index bc85e854d..42b0bfded 100644 --- a/search/all_a.js +++ b/search/all_a.js @@ -5,7 +5,7 @@ var searchData= ['lastname_2',['lastName',['../classfaker_1_1Person.html#a129ad8c7670e9ad773408d134961189f',1,'faker::Person']]], ['latitude_3',['latitude',['../classfaker_1_1Location.html#afc7027977ed6b8e6a6d7f4c9d132befc',1,'faker::Location']]], ['lch_4',['lch',['../classfaker_1_1Color.html#aeeff85d92a85f03f27960c6e1bd73c14',1,'faker::Color']]], - ['lion_5',['lion',['../classfaker_1_1Animal.html#aa7ac1915e26c8e3bf02f1c3ab7601c9c',1,'faker::Animal']]], + ['lion_5',['lion',['../classfaker_1_1Animal.html#a7a7c18312359b4b82fee89579677fd3e',1,'faker::Animal']]], ['litecoinaddress_6',['litecoinAddress',['../classfaker_1_1Finance.html#a4080af385e6dfb6f82009eac1cb4d956',1,'faker::Finance']]], ['location_7',['Location',['../classfaker_1_1Location.html',1,'faker']]], ['longitude_8',['longitude',['../classfaker_1_1Location.html#a1ef192c67fe9acb9acdbae90cc12c699',1,'faker::Location']]], diff --git a/search/all_f.js b/search/all_f.js index 71057a56f..a7aa052cd 100644 --- a/search/all_f.js +++ b/search/all_f.js @@ -1,6 +1,6 @@ var searchData= [ - ['rabbit_0',['rabbit',['../classfaker_1_1Animal.html#a28c8e38ef69da650c3ff5695c18a28c2',1,'faker::Animal']]], + ['rabbit_0',['rabbit',['../classfaker_1_1Animal.html#afd848fcb2dbf69c46aa1de3ea42744ed',1,'faker::Animal']]], ['randomgenerator_1',['RandomGenerator',['../classfaker_1_1RandomGenerator.html',1,'faker']]], ['range_2',['Range',['../structfaker_1_1Airline_1_1Range.html',1,'faker::Airline']]], ['recentdate_3',['recentDate',['../classfaker_1_1Date.html#a1b432760d794a4b34e51f64c75c75bd7',1,'faker::Date']]], @@ -10,6 +10,6 @@ var searchData= ['replacecreditcardsymbols_7',['replaceCreditCardSymbols',['../classfaker_1_1Helper.html#aa5b961cfbb6d333449127750f9e95199',1,'faker::Helper']]], ['replacesymbolwithnumber_8',['replaceSymbolWithNumber',['../classfaker_1_1Helper.html#ab639ccfc5cae32dc2bf09e07b4b5c8d6',1,'faker::Helper']]], ['rgb_9',['rgb',['../classfaker_1_1Color.html#a42bdb9b28f7e1b876fe63bea90f61406',1,'faker::Color']]], - ['rodent_10',['rodent',['../classfaker_1_1Animal.html#a1457469f71171ad588d1e3348cc7f8be',1,'faker::Animal']]], + ['rodent_10',['rodent',['../classfaker_1_1Animal.html#a5d2f3c04cfcd4fff703291d534814c67',1,'faker::Animal']]], ['routingnumber_11',['routingNumber',['../classfaker_1_1Finance.html#a630a739b5fefc9cb3cdf264bc27db2aa',1,'faker::Finance']]] ]; diff --git a/search/functions_1.js b/search/functions_1.js index 1bbe9e89d..e3d913399 100644 --- a/search/functions_1.js +++ b/search/functions_1.js @@ -1,11 +1,11 @@ var searchData= [ - ['bear_0',['bear',['../classfaker_1_1Animal.html#a283c2c045c52ead17853e7a1f9cb3e6d',1,'faker::Animal']]], + ['bear_0',['bear',['../classfaker_1_1Animal.html#a407581bb2530c72210fd2d57da95ed88',1,'faker::Animal']]], ['bic_1',['bic',['../classfaker_1_1Finance.html#a8f9a4ef2b0d11ab1cebce870b6c2182c',1,'faker::Finance']]], ['bicycle_2',['bicycle',['../classfaker_1_1Vehicle.html#a1cc1a37eefa4f2e38e07134956abc61a',1,'faker::Vehicle']]], ['binary_3',['binary',['../classfaker_1_1String.html#a1a4443dd71fb781206122c53c81896bd',1,'faker::String::binary(unsigned length=1)'],['../classfaker_1_1String.html#a30919e90c1c1b1633474bc5afaaf0450',1,'faker::String::binary(GuaranteeMap &&guarantee, unsigned length=1)']]], ['bio_4',['bio',['../classfaker_1_1Person.html#ad3090b7ffa93ddce052eedda2c19d1f9',1,'faker::Person']]], - ['bird_5',['bird',['../classfaker_1_1Animal.html#a0ef436f2fbf92a1c15a738f4beee0adb',1,'faker::Animal']]], + ['bird_5',['bird',['../classfaker_1_1Animal.html#a5e5239795abc966737c7ddac78d9e4c1',1,'faker::Animal']]], ['birthdatebyage_6',['birthdateByAge',['../classfaker_1_1Date.html#a2e5c4577e7b3a4efea73bb33705fd297',1,'faker::Date']]], ['birthdatebyyear_7',['birthdateByYear',['../classfaker_1_1Date.html#a3db63d6c4a118e99a6ae647a7b00d221',1,'faker::Date']]], ['bitcoinaddress_8',['bitcoinAddress',['../classfaker_1_1Finance.html#aa701cd131f65d4f0da95d00224d46012',1,'faker::Finance']]], diff --git a/search/functions_10.js b/search/functions_10.js index 41bea031d..427bb155e 100644 --- a/search/functions_10.js +++ b/search/functions_10.js @@ -18,7 +18,7 @@ var searchData= ['shufflestring_15',['shuffleString',['../classfaker_1_1Helper.html#aac9274ace8624b68896fd049064bcfa3',1,'faker::Helper']]], ['sku_16',['sku',['../classfaker_1_1Commerce.html#af427c184726e56858e7730b0255d2f99',1,'faker::Commerce']]], ['slug_17',['slug',['../classfaker_1_1Lorem.html#a05591c4bbec3ec177e51020805414548',1,'faker::Lorem']]], - ['snake_18',['snake',['../classfaker_1_1Animal.html#a8cd0fa7f6ec8e1b7cf0b6edcfc47f4b1',1,'faker::Animal']]], + ['snake_18',['snake',['../classfaker_1_1Animal.html#a10f88af91955c99dccdb529f095a9bb5',1,'faker::Animal']]], ['soccerteam_19',['soccerTeam',['../classfaker_1_1Sport.html#a97e02344486aa08439383f0c094fb1ef',1,'faker::Sport']]], ['songname_20',['songName',['../classfaker_1_1Music.html#a08ab507712947fbbbb924963b83e2844',1,'faker::Music']]], ['soondate_21',['soonDate',['../classfaker_1_1Date.html#af7321b4172983b6d2fc64bcd65338ac5',1,'faker::Date']]], diff --git a/search/functions_11.js b/search/functions_11.js index 8fdc7ec2d..f7ad5a762 100644 --- a/search/functions_11.js +++ b/search/functions_11.js @@ -9,5 +9,5 @@ var searchData= ['title_6',['title',['../classfaker_1_1Book.html#a74078db73d26c2b148c16992d4045348',1,'faker::Book']]], ['translator_7',['translator',['../classfaker_1_1Book.html#a86a7f15715b3ae731cb58dacdbf015c1',1,'faker::Book']]], ['tvshow_8',['tvShow',['../classfaker_1_1Movie.html#acde4548b33deccaefede4ef937e7877b',1,'faker::Movie']]], - ['type_9',['type',['../classfaker_1_1Animal.html#ac3a7143378d697aee5a7fb31937ee2dc',1,'faker::Animal::type()'],['../classfaker_1_1Company.html#aaf9b201d720d7bc14cedb88285356ef0',1,'faker::Company::type()'],['../classfaker_1_1Computer.html#a459bc4e17d37a2a8b9344b0793596b2b',1,'faker::Computer::type()'],['../classfaker_1_1Vehicle.html#a81f5a11a11b157994dd7e559889db10a',1,'faker::Vehicle::type()']]] + ['type_9',['type',['../classfaker_1_1Animal.html#a0be4c8a6942f740034daf2d1dc0a75a8',1,'faker::Animal::type()'],['../classfaker_1_1Company.html#aaf9b201d720d7bc14cedb88285356ef0',1,'faker::Company::type()'],['../classfaker_1_1Computer.html#a459bc4e17d37a2a8b9344b0793596b2b',1,'faker::Computer::type()'],['../classfaker_1_1Vehicle.html#a81f5a11a11b157994dd7e559889db10a',1,'faker::Vehicle::type()']]] ]; diff --git a/search/functions_2.js b/search/functions_2.js index c711eda96..44af7a969 100644 --- a/search/functions_2.js +++ b/search/functions_2.js @@ -1,11 +1,11 @@ var searchData= [ - ['cat_0',['cat',['../classfaker_1_1Animal.html#ae37313d74286a52fb6f1de8212166355',1,'faker::Animal']]], + ['cat_0',['cat',['../classfaker_1_1Animal.html#a276be39eb4df99fb462a24bcf5d75eb5',1,'faker::Animal']]], ['catchphrase_1',['catchPhrase',['../classfaker_1_1Company.html#a63f0ee0870f56cdc9294c95986a08b67',1,'faker::Company']]], ['catchphraseadjective_2',['catchPhraseAdjective',['../classfaker_1_1Company.html#a736bb751980ca3272a783ba3274f619a',1,'faker::Company']]], ['catchphrasedescriptor_3',['catchPhraseDescriptor',['../classfaker_1_1Company.html#a5d62d6fc5a5d721a28fca17566d7a19d',1,'faker::Company']]], ['catchphrasenoun_4',['catchPhraseNoun',['../classfaker_1_1Company.html#a0809585183bdcc43f0a5e98f5c089dee',1,'faker::Company']]], - ['cetacean_5',['cetacean',['../classfaker_1_1Animal.html#a4222f2d97027e1113dde04f680f9f260',1,'faker::Animal']]], + ['cetacean_5',['cetacean',['../classfaker_1_1Animal.html#af2296b53f27cbbcfb70bebfd17ed4f40',1,'faker::Animal']]], ['checkifemojiisvalid_6',['checkIfEmojiIsValid',['../classfaker_1_1Internet.html#a8c9c6bd30d42f99a7a58728034ef8f6a',1,'faker::Internet']]], ['chemicalelement_7',['chemicalElement',['../classfaker_1_1Science.html#a5116cd34282af4c47442a32567da8c81',1,'faker::Science']]], ['chinesezodiac_8',['chineseZodiac',['../classfaker_1_1Person.html#ac3c84e7dcb1c55d4750e91d8994129d2',1,'faker::Person']]], @@ -28,7 +28,7 @@ var searchData= ['country_25',['country',['../classfaker_1_1Location.html#aeccb6f1381edcf063010684db6c47f66',1,'faker::Location']]], ['countrycode_26',['countryCode',['../classfaker_1_1Location.html#a8ea095c82bb74e805c4c24a8dfccc5cf',1,'faker::Location']]], ['county_27',['county',['../classfaker_1_1Location.html#a3df16f37cc59c77606ffcec78de3d15e',1,'faker::Location']]], - ['cow_28',['cow',['../classfaker_1_1Animal.html#a019aa2791ad5a1b79702a69b3cc2f573',1,'faker::Animal']]], + ['cow_28',['cow',['../classfaker_1_1Animal.html#a77bc70a70415ba7cb44731b18402892f',1,'faker::Animal']]], ['cpumanufacture_29',['cpuManufacture',['../classfaker_1_1Computer.html#a482d38a9470e9f6ebac8e8920ce61090',1,'faker::Computer']]], ['cpumodel_30',['cpuModel',['../classfaker_1_1Computer.html#ade5b1561feb47713f030ea5db4e4f30c',1,'faker::Computer']]], ['cputype_31',['cpuType',['../classfaker_1_1Computer.html#a644b4b5de6cdba99f948d0cb4cb86022',1,'faker::Computer']]], @@ -36,7 +36,7 @@ var searchData= ['creditcardexpirationdate_33',['creditCardExpirationDate',['../classfaker_1_1Finance.html#a3a4c0d2a4ccd15f60f519148fcc631f8',1,'faker::Finance']]], ['creditcardnumber_34',['creditCardNumber',['../classfaker_1_1Finance.html#ac0aa71a72d411fb89c5ba623db469bd4',1,'faker::Finance']]], ['creditcardtype_35',['creditCardType',['../classfaker_1_1Finance.html#aaa4c761ae2e9dac617272b444e439d49',1,'faker::Finance']]], - ['crocodile_36',['crocodile',['../classfaker_1_1Animal.html#ad31ad7ea16b5fb7b067b6e3f15a0d1ff',1,'faker::Animal']]], + ['crocodile_36',['crocodile',['../classfaker_1_1Animal.html#afac805c3140ddc783e57f4b3b322ae8b',1,'faker::Animal']]], ['cron_37',['cron',['../classfaker_1_1System.html#abb1db608d1a8799021812fd616ed433c',1,'faker::System']]], ['currency_38',['currency',['../classfaker_1_1Finance.html#a828465726c086af725ac1050d0e6ccd2',1,'faker::Finance']]], ['currencycode_39',['currencyCode',['../classfaker_1_1Finance.html#aae7be3b5df8091e8a9d25d88fe41ecab',1,'faker::Finance']]], diff --git a/search/functions_3.js b/search/functions_3.js index 700c9d29a..c2ed244ab 100644 --- a/search/functions_3.js +++ b/search/functions_3.js @@ -13,7 +13,7 @@ var searchData= ['discounttype_10',['discountType',['../classfaker_1_1Commerce.html#aa75dab505400467b717a0f5b40b7385c',1,'faker::Commerce']]], ['dishname_11',['dishName',['../classfaker_1_1Food.html#a68a96c6dee2a6a23907ab0478498b773',1,'faker::Food']]], ['distanceunit_12',['distanceUnit',['../classfaker_1_1Science.html#ab42a1c8263c0a0f2f74c6db5fcccd134',1,'faker::Science']]], - ['dog_13',['dog',['../classfaker_1_1Animal.html#a542d239f0a60a877407a147ef45c1dd4',1,'faker::Animal']]], + ['dog_13',['dog',['../classfaker_1_1Animal.html#ae826deac98dad495066e5997a2bf60ce',1,'faker::Animal']]], ['domainname_14',['domainName',['../classfaker_1_1Internet.html#a0ea6cb024c64493e473d7b2ffe624623',1,'faker::Internet']]], ['domainsuffix_15',['domainSuffix',['../classfaker_1_1Internet.html#a37f2c674c23e72832384258558c5e47f',1,'faker::Internet']]], ['domainword_16',['domainWord',['../classfaker_1_1Internet.html#a199a6c56acd69f45f07315669ebe0111',1,'faker::Internet']]] diff --git a/search/functions_5.js b/search/functions_5.js index 175115eb1..232bae3a7 100644 --- a/search/functions_5.js +++ b/search/functions_5.js @@ -6,7 +6,7 @@ var searchData= ['filepath_3',['filePath',['../classfaker_1_1System.html#a1e138dfcf605012c958f25867b9ccd33',1,'faker::System']]], ['filetype_4',['fileType',['../classfaker_1_1System.html#a96a32229dd0e8675f6943bbf7f915ff9',1,'faker::System']]], ['firstname_5',['firstName',['../classfaker_1_1Person.html#ae07693d3a9a0ec364d88844deb84469a',1,'faker::Person']]], - ['fish_6',['fish',['../classfaker_1_1Animal.html#a4dab9869c9f5a83781ec5cfb4e8d1caf',1,'faker::Animal']]], + ['fish_6',['fish',['../classfaker_1_1Animal.html#a01db33cb8a7c6aa2330a26610b31ce6f',1,'faker::Animal']]], ['flightnumber_7',['flightNumber',['../classfaker_1_1Airline.html#a0d95bc40e3ce2c5624be7efb096c5ece',1,'faker::Airline']]], ['flightnumberbyrange_8',['flightNumberByRange',['../classfaker_1_1Airline.html#a7526b0e51dee317cfe41d2620251bcfa',1,'faker::Airline']]], ['foodcategory_9',['foodCategory',['../classfaker_1_1Food.html#aff335b6362c046dae5b8a4cf9c959ec7',1,'faker::Food']]], diff --git a/search/functions_7.js b/search/functions_7.js index 2ecbf7da9..a356ee4a2 100644 --- a/search/functions_7.js +++ b/search/functions_7.js @@ -3,7 +3,7 @@ var searchData= ['hex_0',['hex',['../classfaker_1_1Color.html#a46e19893994e07e6d3dbdb37cd35cd63',1,'faker::Color']]], ['hexadecimal_1',['hexadecimal',['../classfaker_1_1String.html#ae95d6815ba2172cc63374c391d246006',1,'faker::String::hexadecimal(unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)'],['../classfaker_1_1String.html#ade5f0d86db1ae0b4a3f497d07201d707',1,'faker::String::hexadecimal(std::optional< int > min=std::nullopt, std::optional< int > max=std::nullopt)'],['../classfaker_1_1String.html#a9fbbf30a77e61856af68584305a41ca6',1,'faker::String::hexadecimal(GuaranteeMap &&guarantee, unsigned length=1, HexCasing casing=HexCasing::Lower, HexPrefix prefix=HexPrefix::ZeroX)']]], ['hobby_2',['hobby',['../classfaker_1_1Person.html#a499b411db884a8b154b370009bd3b3c2',1,'faker::Person']]], - ['horse_3',['horse',['../classfaker_1_1Animal.html#a3f86d0fc7c4d2544935603a2e8753b81',1,'faker::Animal']]], + ['horse_3',['horse',['../classfaker_1_1Animal.html#a7b4c1824ead7a1ac337cff69eead10e8',1,'faker::Animal']]], ['hour_4',['hour',['../classfaker_1_1Date.html#aa1173c32959bcd22c3c6752c61c46cb3',1,'faker::Date']]], ['hsb_5',['hsb',['../classfaker_1_1Color.html#ae3253948412674d74a3ad9c010df5b77',1,'faker::Color']]], ['hsl_6',['hsl',['../classfaker_1_1Color.html#ac76590c23d158333133277b6f6f2163a',1,'faker::Color']]], diff --git a/search/functions_8.js b/search/functions_8.js index c25eca34a..516b84df4 100644 --- a/search/functions_8.js +++ b/search/functions_8.js @@ -4,7 +4,7 @@ var searchData= ['imei_1',['imei',['../classfaker_1_1Phone.html#a85e9685ecdba6dd885fe7108dd661f82',1,'faker::Phone']]], ['industry_2',['industry',['../classfaker_1_1Company.html#a5f567da3fca0f18bf90ec274a32b2384',1,'faker::Company']]], ['ingverb_3',['ingverb',['../classfaker_1_1Hacker.html#a11ab2971d25ae0072ec41ab35b7de4e8',1,'faker::Hacker']]], - ['insect_4',['insect',['../classfaker_1_1Animal.html#a2c69d164a0bdfae35bd608149adb79cc',1,'faker::Animal']]], + ['insect_4',['insect',['../classfaker_1_1Animal.html#a39b979fed3ee8345c9f50475b76dc849',1,'faker::Animal']]], ['integer_5',['integer',['../classfaker_1_1Number.html#a1af485acb65ed7312f13f4cb56f1a7c4',1,'faker::Number::integer(I min, I max)'],['../classfaker_1_1Number.html#a54b28a308f74a60108602918f39785fc',1,'faker::Number::integer(I max)']]], ['interjection_6',['interjection',['../classfaker_1_1Word.html#afc9739dc4b26cb9b8bec5160336cbabb',1,'faker::Word']]], ['ipv4_7',['ipv4',['../classfaker_1_1Internet.html#a7aa45388e3c92c943e25f704e9889c3a',1,'faker::Internet::ipv4(IPv4Class ipv4class=IPv4Class::C)'],['../classfaker_1_1Internet.html#a50ba49be4f910fa160bcc48eb313f64f',1,'faker::Internet::ipv4(const std::array< unsigned int, 4 > &baseIpv4Address, const std::array< unsigned int, 4 > &generationMask)']]], diff --git a/search/functions_a.js b/search/functions_a.js index 7c3ef5e43..5b9817bbf 100644 --- a/search/functions_a.js +++ b/search/functions_a.js @@ -5,7 +5,7 @@ var searchData= ['lastname_2',['lastName',['../classfaker_1_1Person.html#a129ad8c7670e9ad773408d134961189f',1,'faker::Person']]], ['latitude_3',['latitude',['../classfaker_1_1Location.html#afc7027977ed6b8e6a6d7f4c9d132befc',1,'faker::Location']]], ['lch_4',['lch',['../classfaker_1_1Color.html#aeeff85d92a85f03f27960c6e1bd73c14',1,'faker::Color']]], - ['lion_5',['lion',['../classfaker_1_1Animal.html#aa7ac1915e26c8e3bf02f1c3ab7601c9c',1,'faker::Animal']]], + ['lion_5',['lion',['../classfaker_1_1Animal.html#a7a7c18312359b4b82fee89579677fd3e',1,'faker::Animal']]], ['litecoinaddress_6',['litecoinAddress',['../classfaker_1_1Finance.html#a4080af385e6dfb6f82009eac1cb4d956',1,'faker::Finance']]], ['longitude_7',['longitude',['../classfaker_1_1Location.html#a1ef192c67fe9acb9acdbae90cc12c699',1,'faker::Location']]] ]; diff --git a/search/functions_f.js b/search/functions_f.js index 03ce85b90..2c6e6aef2 100644 --- a/search/functions_f.js +++ b/search/functions_f.js @@ -1,6 +1,6 @@ var searchData= [ - ['rabbit_0',['rabbit',['../classfaker_1_1Animal.html#a28c8e38ef69da650c3ff5695c18a28c2',1,'faker::Animal']]], + ['rabbit_0',['rabbit',['../classfaker_1_1Animal.html#afd848fcb2dbf69c46aa1de3ea42744ed',1,'faker::Animal']]], ['recentdate_1',['recentDate',['../classfaker_1_1Date.html#a1b432760d794a4b34e51f64c75c75bd7',1,'faker::Date']]], ['recordlocator_2',['recordLocator',['../classfaker_1_1Airline.html#a0b03033a9aa68a25a4f298302590b922',1,'faker::Airline']]], ['regexpstylestringparse_3',['regexpStyleStringParse',['../classfaker_1_1Helper.html#ad97b7e42b9f650bdea9ecba04b135768',1,'faker::Helper']]], @@ -8,6 +8,6 @@ var searchData= ['replacecreditcardsymbols_5',['replaceCreditCardSymbols',['../classfaker_1_1Helper.html#aa5b961cfbb6d333449127750f9e95199',1,'faker::Helper']]], ['replacesymbolwithnumber_6',['replaceSymbolWithNumber',['../classfaker_1_1Helper.html#ab639ccfc5cae32dc2bf09e07b4b5c8d6',1,'faker::Helper']]], ['rgb_7',['rgb',['../classfaker_1_1Color.html#a42bdb9b28f7e1b876fe63bea90f61406',1,'faker::Color']]], - ['rodent_8',['rodent',['../classfaker_1_1Animal.html#a1457469f71171ad588d1e3348cc7f8be',1,'faker::Animal']]], + ['rodent_8',['rodent',['../classfaker_1_1Animal.html#a5d2f3c04cfcd4fff703291d534814c67',1,'faker::Animal']]], ['routingnumber_9',['routingNumber',['../classfaker_1_1Finance.html#a630a739b5fefc9cb3cdf264bc27db2aa',1,'faker::Finance']]] ];

static std::string faker::Animal::type static std::string_view faker::Animal::type ( )