diff --git a/Book_8h_source.html b/Book_8h_source.html index 995ccdd4c..0f5bc5cbe 100644 --- a/Book_8h_source.html +++ b/Book_8h_source.html @@ -104,7 +104,7 @@
1#pragma once
2
-
3#include <string>
+
3#include <string_view>
4
5namespace faker
6{
@@ -112,39 +112,33 @@
7class Book
8{
9public:
-
19 static std::string title();
+
19 static std::string_view title();
20
-
30 static std::string genre();
+
30 static std::string_view genre();
31
-
41 static std::string author();
+
41 static std::string_view author();
42
-
52 static std::string publisher();
+
52 static std::string_view publisher();
53
63 static std::string isbn();
64
-
74 static int releaseYear();
+
74 static std::string_view translator();
75
-
85 static std::string translator();
+
85 static std::string_view format();
86
-
96 static std::string format();
-
97
-
107 static int page();
-
108
-
118 static std::string series();
-
119};
+
96 static std::string_view series();
+
97};
-
120}
+
98}
Definition Book.h:8
-
static std::string publisher()
Returns a random book publisher.
-
static int page()
returns a random page number (50-999)
+
static std::string_view genre()
Returns a random book genre.
static std::string isbn()
Returns a random book ISBN.
-
static std::string genre()
Returns a random book genre.
-
static std::string title()
Returns a random book title.
-
static std::string author()
Returns a random book author.
-
static std::string translator()
Returns the full name of a translator.
-
static std::string format()
Returns format of book.
-
static std::string series()
returns a random book series
-
static int releaseYear()
Returns a random release year.
+
static std::string_view translator()
Returns the full name of a translator.
+
static std::string_view series()
returns a random book series
+
static std::string_view publisher()
Returns a random book publisher.
+
static std::string_view title()
Returns a random book title.
+
static std::string_view author()
Returns a random book author.
+
static std::string_view format()
Returns format of book.
diff --git a/classfaker_1_1Book-members.html b/classfaker_1_1Book-members.html index ba4f53a33..4055dcd86 100644 --- a/classfaker_1_1Book-members.html +++ b/classfaker_1_1Book-members.html @@ -105,16 +105,14 @@

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

- - - + + + - - - - - - + + + +
author()faker::Bookstatic
format()faker::Bookstatic
genre()faker::Bookstatic
author()faker::Bookstatic
format()faker::Bookstatic
genre()faker::Bookstatic
isbn()faker::Bookstatic
page()faker::Bookstatic
publisher()faker::Bookstatic
releaseYear()faker::Bookstatic
series()faker::Bookstatic
title()faker::Bookstatic
translator()faker::Bookstatic
publisher()faker::Bookstatic
series()faker::Bookstatic
title()faker::Bookstatic
translator()faker::Bookstatic
diff --git a/classfaker_1_1Book.html b/classfaker_1_1Book.html index 69f81b7f4..d3a719377 100644 --- a/classfaker_1_1Book.html +++ b/classfaker_1_1Book.html @@ -108,40 +108,34 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + +

Static Public Member Functions

static std::string title ()
 Returns a random book title.
 
static std::string genre ()
 Returns a random book genre.
 
static std::string author ()
 Returns a random book author.
 
static std::string publisher ()
 Returns a random book publisher.
 
static std::string_view title ()
 Returns a random book title.
 
static std::string_view genre ()
 Returns a random book genre.
 
static std::string_view author ()
 Returns a random book author.
 
static std::string_view publisher ()
 Returns a random book publisher.
 
static std::string isbn ()
 Returns a random book ISBN.
 
static int releaseYear ()
 Returns a random release year.
 
static std::string translator ()
 Returns the full name of a translator.
 
static std::string format ()
 Returns format of book.
 
static int page ()
 returns a random page number (50-999)
 
static std::string series ()
 returns a random book series
 
static std::string_view translator ()
 Returns the full name of a translator.
 
static std::string_view format ()
 Returns format of book.
 
static std::string_view series ()
 returns a random book series
 

Member Function Documentation

- -

◆ author()

+ +

◆ author()

@@ -150,7 +144,7 @@

- + @@ -165,13 +159,13 @@

Returns
Book author.
-
Book::author() // "Shakespeare, William"
-
static std::string author()
Returns a random book author.
+
Book::author() // "Shakespeare, William"
+
static std::string_view author()
Returns a random book author.
- -

◆ format()

+ +

◆ format()

@@ -180,7 +174,7 @@

static std::string faker::Book::author static std::string_view faker::Book::author ( )
- + @@ -195,13 +189,13 @@

Returns
BookFormat format of book
-
Book::format() // BookFormat::paperback
-
static std::string format()
Returns format of book.
+
Book::format() // BookFormat::paperback
+
static std::string_view format()
Returns format of book.
- -

◆ genre()

+ +

◆ genre()

@@ -210,7 +204,7 @@

static std::string faker::Book::format static std::string_view faker::Book::format ( )
- + @@ -225,8 +219,8 @@

Returns
Book genre.
-
Book::genre() // "Fantasy"
-
static std::string genre()
Returns a random book genre.
+
Book::genre() // "Fantasy"
+
static std::string_view genre()
Returns a random book genre.
@@ -260,8 +254,8 @@

-

◆ page()

+ +

◆ publisher()

@@ -270,37 +264,7 @@

static std::string faker::Book::genre static std::string_view faker::Book::genre ( )
- - - - - -
static int faker::Book::page ()
- - -static - - -

- -

returns a random page number (50-999)

-
Returns
int page number
-
Book::page() // 314
-
static int page()
returns a random page number (50-999)
-
-
-
- -

◆ publisher()

- -
-
- - -
- - - + @@ -315,43 +279,13 @@

Returns
Book publisher.
-
Book::publisher() // "Addison-Wesley"
-
static std::string publisher()
Returns a random book publisher.
-
- - - -

◆ releaseYear()

- -
-
-

static std::string faker::Book::publisher static std::string_view faker::Book::publisher ( )
- - - - -
- - - - - - - -
static int faker::Book::releaseYear ()
-
-static
-
- -

Returns a random release year.

-
Returns
int year
-
-
static int releaseYear()
Returns a random release year.
+
Book::publisher() // "Addison-Wesley"
+
static std::string_view publisher()
Returns a random book publisher.
- -

◆ series()

+ +

◆ series()

@@ -360,7 +294,7 @@

- + @@ -374,14 +308,14 @@

returns a random book series

-
Returns
std::string book series
-
Book::series() // "Harry Potter"
-
static std::string series()
returns a random book series
+
Returns
std::string_view book series
+
Book::series() // "Harry Potter"
+
static std::string_view series()
returns a random book series
- -

◆ title()

+ +

◆ title()

@@ -390,7 +324,7 @@

static std::string faker::Book::series static std::string_view faker::Book::series ( )
- + @@ -405,13 +339,13 @@

Returns
Book title.
-
Book::title() // "Romeo and Juliet"
-
static std::string title()
Returns a random book title.
+
Book::title() // "Romeo and Juliet"
+
static std::string_view title()
Returns a random book title.
- -

◆ translator()

+ +

◆ translator()

@@ -420,7 +354,7 @@

static std::string faker::Book::title static std::string_view faker::Book::title ( )
- + @@ -434,9 +368,9 @@

Returns the full name of a translator.

-
Returns
std::string full name
-
Book::translator() // "Eric Floyd"
-
static std::string translator()
Returns the full name of a translator.
+
Returns
std::string_view full name
+
Book::translator() // "Eric Floyd"
+
static std::string_view translator()
Returns the full name of a translator.
diff --git a/doxygen_crawl.html b/doxygen_crawl.html index 0dfb11eab..15e78144c 100644 --- a/doxygen_crawl.html +++ b/doxygen_crawl.html @@ -264,16 +264,14 @@ - - + - - - - - - - + + + + + + diff --git a/functions.html b/functions.html index a1a404c0e..cc4aad3f4 100644 --- a/functions.html +++ b/functions.html @@ -121,7 +121,7 @@

- a -

diff --git a/functions_f.html b/functions_f.html index 422e95945..43c49ee87 100644 --- a/functions_f.html +++ b/functions_f.html @@ -112,7 +112,7 @@

- f -

  • flightNumber() : faker::Airline
  • flightNumberByRange() : faker::Airline
  • foodCategory() : faker::Food
  • -
  • format() : faker::Book
  • +
  • format() : faker::Book
  • fromCharacters() : faker::String
  • fruit() : faker::Food
  • fuel() : faker::Vehicle
  • diff --git a/functions_func.html b/functions_func.html index 7ec322d42..bcefe6f66 100644 --- a/functions_func.html +++ b/functions_func.html @@ -121,7 +121,7 @@

    - a -

    diff --git a/functions_func_f.html b/functions_func_f.html index 1f62890b7..524abe2dc 100644 --- a/functions_func_f.html +++ b/functions_func_f.html @@ -112,7 +112,7 @@

    - f -

    • flightNumber() : faker::Airline
    • flightNumberByRange() : faker::Airline
    • foodCategory() : faker::Food
    • -
    • format() : faker::Book
    • +
    • format() : faker::Book
    • fromCharacters() : faker::String
    • fruit() : faker::Food
    • fuel() : faker::Vehicle
    • diff --git a/functions_func_g.html b/functions_func_g.html index 45f9f1f46..a827718ba 100644 --- a/functions_func_g.html +++ b/functions_func_g.html @@ -104,7 +104,7 @@

      - g -

      • gameTitle() : faker::VideoGame
      • gender() : faker::Person
      • -
      • genre() : faker::Book, faker::Movie, faker::Music, faker::VideoGame
      • +
      • genre() : faker::Book, faker::Movie, faker::Music, faker::VideoGame
      • gpuManufacture() : faker::Computer
      • gpuModel() : faker::Computer
      • gpuType() : faker::Computer
      • diff --git a/functions_func_p.html b/functions_func_p.html index 5ea7ab8d2..b4972b74c 100644 --- a/functions_func_p.html +++ b/functions_func_p.html @@ -102,7 +102,6 @@
        Here is a list of all documented functions with links to the class documentation for each member:

        - p -

          -
        • page() : faker::Book
        • paragraph() : faker::Lorem
        • paragraphs() : faker::Lorem
        • passport() : faker::Person
        • @@ -128,7 +127,7 @@

          - p -

          diff --git a/functions_func_r.html b/functions_func_r.html index 1ab309e7a..628d04d1d 100644 --- a/functions_func_r.html +++ b/functions_func_r.html @@ -106,7 +106,6 @@

          - r -

          • recentDate() : faker::Date
          • recordLocator() : faker::Airline
          • regexpStyleStringParse() : faker::Helper
          • -
          • releaseYear() : faker::Book
          • replaceCreditCardSymbols() : faker::Helper
          • replaceSymbolWithNumber() : faker::Helper
          • rgb() : faker::Color
          • diff --git a/functions_func_s.html b/functions_func_s.html index fca5a52f0..0a4c83eeb 100644 --- a/functions_func_s.html +++ b/functions_func_s.html @@ -111,7 +111,7 @@

            - s -

            • semver() : faker::System
            • sentence() : faker::Lorem
            • sentences() : faker::Lorem
            • -
            • series() : faker::Book
            • +
            • series() : faker::Book
            • setElement() : faker::Helper
            • sex() : faker::Person
            • sha256() : faker::Crypto
            • diff --git a/functions_func_t.html b/functions_func_t.html index 8b7257cfc..d2a2b6d71 100644 --- a/functions_func_t.html +++ b/functions_func_t.html @@ -108,8 +108,8 @@

              - t -

              diff --git a/functions_g.html b/functions_g.html index 30be988b1..b33f8d029 100644 --- a/functions_g.html +++ b/functions_g.html @@ -104,7 +104,7 @@

              - g -

              • gameTitle() : faker::VideoGame
              • gender() : faker::Person
              • -
              • genre() : faker::Book, faker::Movie, faker::Music, faker::VideoGame
              • +
              • genre() : faker::Book, faker::Movie, faker::Music, faker::VideoGame
              • gpuManufacture() : faker::Computer
              • gpuModel() : faker::Computer
              • gpuType() : faker::Computer
              • diff --git a/functions_p.html b/functions_p.html index 59e0a3d59..2b0f1a337 100644 --- a/functions_p.html +++ b/functions_p.html @@ -102,7 +102,6 @@
                Here is a list of all documented class members with links to the class documentation for each member:

                - p -

                  -
                • page() : faker::Book
                • paragraph() : faker::Lorem
                • paragraphs() : faker::Lorem
                • passport() : faker::Person
                • @@ -128,7 +127,7 @@

                  - p -

                  diff --git a/functions_r.html b/functions_r.html index 5dc4bb8ff..a4c29be7d 100644 --- a/functions_r.html +++ b/functions_r.html @@ -106,7 +106,6 @@

                  - r -

                  • recentDate() : faker::Date
                  • recordLocator() : faker::Airline
                  • regexpStyleStringParse() : faker::Helper
                  • -
                  • releaseYear() : faker::Book
                  • replaceCreditCardSymbols() : faker::Helper
                  • replaceSymbolWithNumber() : faker::Helper
                  • rgb() : faker::Color
                  • diff --git a/functions_s.html b/functions_s.html index f01f40c31..3ac748c22 100644 --- a/functions_s.html +++ b/functions_s.html @@ -111,7 +111,7 @@

                    - s -

                    • semver() : faker::System
                    • sentence() : faker::Lorem
                    • sentences() : faker::Lorem
                    • -
                    • series() : faker::Book
                    • +
                    • series() : faker::Book
                    • setElement() : faker::Helper
                    • sex() : faker::Person
                    • sha256() : faker::Crypto
                    • diff --git a/functions_t.html b/functions_t.html index 8eb9ffec6..f2ded84f8 100644 --- a/functions_t.html +++ b/functions_t.html @@ -108,8 +108,8 @@

                      - t -

                      diff --git a/search/all_0.js b/search/all_0.js index 4f3a1a060..466d7b4aa 100644 --- a/search/all_0.js +++ b/search/all_0.js @@ -25,5 +25,5 @@ var searchData= ['arrayelement_22',['arrayElement',['../classfaker_1_1Helper.html#a46622f2ea33bab9a6ee3d35149f8b01b',1,'faker::Helper::arrayElement(std::span< const T > data)'],['../classfaker_1_1Helper.html#ac7c79f7dbcb604b8c1c64e67d01ca1ad',1,'faker::Helper::arrayElement(const std::vector< T > &data)']]], ['artist_23',['artist',['../classfaker_1_1Music.html#a2576c6c8c092ee5eec85aebf3e6a7702',1,'faker::Music']]], ['author_24',['Author',['../structfaker_1_1Git_1_1Author.html',1,'faker::Git']]], - ['author_25',['author',['../classfaker_1_1Book.html#a81eeda6350d328c56043bff85342e4d4',1,'faker::Book::author()'],['../classfaker_1_1Git.html#a8955eed4cbf57eb8e372aea0c6d342d1',1,'faker::Git::author()']]] + ['author_25',['author',['../classfaker_1_1Book.html#ae5cb6cc2e517816da37999b6cd8586c2',1,'faker::Book::author()'],['../classfaker_1_1Git.html#a8955eed4cbf57eb8e372aea0c6d342d1',1,'faker::Git::author()']]] ]; diff --git a/search/all_10.js b/search/all_10.js index a853fdd63..dc51a7db4 100644 --- a/search/all_10.js +++ b/search/all_10.js @@ -10,7 +10,7 @@ var searchData= ['semver_7',['semver',['../classfaker_1_1System.html#a82ad2488c2ca7571bbb7c8a6a2324bc8',1,'faker::System']]], ['sentence_8',['sentence',['../classfaker_1_1Lorem.html#ace402bfeedb5be11d011a38c5708daa5',1,'faker::Lorem']]], ['sentences_9',['sentences',['../classfaker_1_1Lorem.html#a642a0a6fe7293f968b01a46b8202224a',1,'faker::Lorem']]], - ['series_10',['series',['../classfaker_1_1Book.html#ab6858f45180146fdad53fddd78e25163',1,'faker::Book']]], + ['series_10',['series',['../classfaker_1_1Book.html#a481beefd5877f853ac5b06ca4e1d3085',1,'faker::Book']]], ['setelement_11',['setElement',['../classfaker_1_1Helper.html#afa9ce3f39af7cdaf537be7de5496e848',1,'faker::Helper']]], ['sex_12',['sex',['../classfaker_1_1Person.html#a37ea215bfa7ee73f27ab80a9f7ed211f',1,'faker::Person']]], ['sha256_13',['sha256',['../classfaker_1_1Crypto.html#ac0279633961b7060cb0fad3342844b8b',1,'faker::Crypto']]], diff --git a/search/all_11.js b/search/all_11.js index 40a49a061..c68ef2768 100644 --- a/search/all_11.js +++ b/search/all_11.js @@ -7,8 +7,8 @@ var searchData= ['timeunit_4',['timeUnit',['../classfaker_1_1Science.html#a326517a93a08ce089df339e11a96e40d',1,'faker::Science']]], ['timezone_5',['timeZone',['../classfaker_1_1Location.html#a90d40c1120e2719bb3a04e66a7c59e0c',1,'faker::Location']]], ['timezone_6',['timezone',['../classfaker_1_1Date.html#a2f49ec1c925d9f04f5fcf55c4866e58c',1,'faker::Date']]], - ['title_7',['title',['../classfaker_1_1Book.html#a74078db73d26c2b148c16992d4045348',1,'faker::Book']]], - ['translator_8',['translator',['../classfaker_1_1Book.html#a86a7f15715b3ae731cb58dacdbf015c1',1,'faker::Book']]], + ['title_7',['title',['../classfaker_1_1Book.html#aa3356a7e1834385f95e31bca8af754ac',1,'faker::Book']]], + ['translator_8',['translator',['../classfaker_1_1Book.html#a4608c5670078804769828029119573ae',1,'faker::Book']]], ['tvshow_9',['tvShow',['../classfaker_1_1Movie.html#acde4548b33deccaefede4ef937e7877b',1,'faker::Movie']]], ['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_5.js b/search/all_5.js index 595924512..a224abe38 100644 --- a/search/all_5.js +++ b/search/all_5.js @@ -13,7 +13,7 @@ var searchData= ['flightnumberbyrange_10',['flightNumberByRange',['../classfaker_1_1Airline.html#a7526b0e51dee317cfe41d2620251bcfa',1,'faker::Airline']]], ['food_11',['Food',['../classfaker_1_1Food.html',1,'faker']]], ['foodcategory_12',['foodCategory',['../classfaker_1_1Food.html#aff335b6362c046dae5b8a4cf9c959ec7',1,'faker::Food']]], - ['format_13',['format',['../classfaker_1_1Book.html#a89417b2a066a632fbfa105f2c3a6120e',1,'faker::Book']]], + ['format_13',['format',['../classfaker_1_1Book.html#af514e5832c1acf497e1d6c0b89301174',1,'faker::Book']]], ['fromcharacters_14',['fromCharacters',['../classfaker_1_1String.html#a92030c8a33a900266ba32df06aefd331',1,'faker::String::fromCharacters(const std::string &characters, unsigned length=1)'],['../classfaker_1_1String.html#a3dca95bfceba12c0c151f0564627bd0c',1,'faker::String::fromCharacters(GuaranteeMap &&guarantee, const std::string &characters, unsigned length=1)']]], ['fruit_15',['fruit',['../classfaker_1_1Food.html#ad0177582320bbef7af5a2f56a0e6b721',1,'faker::Food']]], ['fuel_16',['fuel',['../classfaker_1_1Vehicle.html#a68c39250de735aaa42273f96a5505045',1,'faker::Vehicle']]], diff --git a/search/all_6.js b/search/all_6.js index 5934afe70..26fb67223 100644 --- a/search/all_6.js +++ b/search/all_6.js @@ -2,7 +2,7 @@ var searchData= [ ['gametitle_0',['gameTitle',['../classfaker_1_1VideoGame.html#a7bc8a1d2e486f781b80f4f87b9c81888',1,'faker::VideoGame']]], ['gender_1',['gender',['../classfaker_1_1Person.html#ade55cc28e754c76d5763c01a9ba2f8b4',1,'faker::Person']]], - ['genre_2',['genre',['../classfaker_1_1Book.html#a483adb05058da1f23877d600ea997196',1,'faker::Book::genre()'],['../classfaker_1_1Movie.html#a959dd0de296b7d7361925748549b4479',1,'faker::Movie::genre()'],['../classfaker_1_1Music.html#a3e6591b2263d29a96aba6b0978e721a2',1,'faker::Music::genre()'],['../classfaker_1_1VideoGame.html#af01f292dc93175a127de69964978855d',1,'faker::VideoGame::genre()']]], + ['genre_2',['genre',['../classfaker_1_1Book.html#a120db0e27afb1de546b3b126e8ca1cb6',1,'faker::Book::genre()'],['../classfaker_1_1Movie.html#a959dd0de296b7d7361925748549b4479',1,'faker::Movie::genre()'],['../classfaker_1_1Music.html#a3e6591b2263d29a96aba6b0978e721a2',1,'faker::Music::genre()'],['../classfaker_1_1VideoGame.html#af01f292dc93175a127de69964978855d',1,'faker::VideoGame::genre()']]], ['git_3',['Git',['../classfaker_1_1Git.html',1,'faker']]], ['gpumanufacture_4',['gpuManufacture',['../classfaker_1_1Computer.html#a239041c447323eb589a46260f5d573ed',1,'faker::Computer']]], ['gpumodel_5',['gpuModel',['../classfaker_1_1Computer.html#a3fe7bd82acc919179081064b4e6f1dc8',1,'faker::Computer']]], diff --git a/search/all_e.js b/search/all_e.js index 60fd7b02d..a0541db39 100644 --- a/search/all_e.js +++ b/search/all_e.js @@ -1,34 +1,33 @@ var searchData= [ - ['page_0',['page',['../classfaker_1_1Book.html#a31007a11dfc5744b1a623a15afd915f5',1,'faker::Book']]], - ['paragraph_1',['paragraph',['../classfaker_1_1Lorem.html#a33a5333530f8b321e5808fcadc39dd12',1,'faker::Lorem']]], - ['paragraphs_2',['paragraphs',['../classfaker_1_1Lorem.html#a57d8b13b30b251ada56adcd861859b77',1,'faker::Lorem']]], - ['passport_3',['passport',['../classfaker_1_1Person.html#a31d271dc8524dbf7ccb1b119c605bd48',1,'faker::Person']]], - ['password_4',['password',['../classfaker_1_1Internet.html#aa485a1fe01f437fb5787b28d94d9c077',1,'faker::Internet']]], - ['passwordoptions_5',['PasswordOptions',['../structfaker_1_1PasswordOptions.html',1,'faker']]], - ['pastdate_6',['pastDate',['../classfaker_1_1Date.html#a4dd0c5ac91cfd75e02001acbf736b831',1,'faker::Date']]], - ['paymentprovider_7',['paymentProvider',['../classfaker_1_1Commerce.html#a36973cc532cbe13ee8eb84c100191148',1,'faker::Commerce']]], - ['paymenttype_8',['paymentType',['../classfaker_1_1Commerce.html#a65b59f40c3a7ecf3dad21e8d19f84ebb',1,'faker::Commerce']]], - ['person_9',['Person',['../classfaker_1_1Person.html',1,'faker']]], - ['phone_10',['Phone',['../classfaker_1_1Phone.html',1,'faker']]], - ['phrase_11',['phrase',['../classfaker_1_1Hacker.html#aff74c0df497fd3324347f960e7bb202d',1,'faker::Hacker']]], - ['pin_12',['pin',['../classfaker_1_1Finance.html#a15e187cc0587b8f94c7a41e48ae87ba6',1,'faker::Finance']]], - ['platform_13',['platform',['../classfaker_1_1Phone.html#aeed1be9ae49f7a1d5bc24863f7fc8ce3',1,'faker::Phone::platform()'],['../classfaker_1_1VideoGame.html#a25f2f7f0df0df05fc08fb822fa36d0b5',1,'faker::VideoGame::platform()']]], - ['port_14',['port',['../classfaker_1_1Internet.html#aa4ae235611f88b6f607b2958b49dcdd0',1,'faker::Internet']]], - ['prefix_15',['prefix',['../classfaker_1_1Person.html#a1d4e8274664980f45ec8b474519623da',1,'faker::Person']]], - ['preposition_16',['preposition',['../classfaker_1_1Word.html#aec3320b52da4f63cb67c394ab2c18ffe',1,'faker::Word']]], - ['pressure_17',['Pressure',['../structfaker_1_1Weather_1_1Pressure.html',1,'faker::Weather']]], - ['pressure_18',['pressure',['../classfaker_1_1Weather.html#a50027a529b4b24611b08a01c45e92ed1',1,'faker::Weather']]], - ['price_19',['price',['../classfaker_1_1Commerce.html#a7246f9d808b2d1ec474f184fd37ea4c9',1,'faker::Commerce']]], - ['productadjective_20',['productAdjective',['../classfaker_1_1Commerce.html#a6e2d3d954f1b612cc51524bced96ed0a',1,'faker::Commerce']]], - ['productcategory_21',['productCategory',['../classfaker_1_1Commerce.html#a821aab4c6aec9c093b48b8066550e200',1,'faker::Commerce']]], - ['productdescription_22',['productDescription',['../classfaker_1_1Commerce.html#a94be7d6070f4b2bd4e21f53c789b920f',1,'faker::Commerce']]], - ['productfullname_23',['productFullName',['../classfaker_1_1Commerce.html#adab60540907bcf823a78835063a78240',1,'faker::Commerce']]], - ['productid_24',['productId',['../classfaker_1_1Commerce.html#a0b1a0a4bbccc9932ef3460b17d1afab5',1,'faker::Commerce']]], - ['productmaterial_25',['productMaterial',['../classfaker_1_1Commerce.html#a74e8c968b671887b885c59d195378fd0',1,'faker::Commerce']]], - ['productname_26',['productName',['../classfaker_1_1Commerce.html#a0fb2cb54e01b2390615e7691c8966a30',1,'faker::Commerce']]], - ['productrating_27',['productRating',['../classfaker_1_1Commerce.html#a4a86e309f5a7ebe2d093e4e8f3bd1907',1,'faker::Commerce']]], - ['productreview_28',['productReview',['../classfaker_1_1Commerce.html#a0fd5762244cb48bce7ca5194025514b1',1,'faker::Commerce']]], - ['protocol_29',['protocol',['../classfaker_1_1Internet.html#afcec10d2c5cccf38bfc9c5ddda6d7a04',1,'faker::Internet']]], - ['publisher_30',['publisher',['../classfaker_1_1Book.html#a12b8569f795c476dace10cb980ff8d4f',1,'faker::Book']]] + ['paragraph_0',['paragraph',['../classfaker_1_1Lorem.html#a33a5333530f8b321e5808fcadc39dd12',1,'faker::Lorem']]], + ['paragraphs_1',['paragraphs',['../classfaker_1_1Lorem.html#a57d8b13b30b251ada56adcd861859b77',1,'faker::Lorem']]], + ['passport_2',['passport',['../classfaker_1_1Person.html#a31d271dc8524dbf7ccb1b119c605bd48',1,'faker::Person']]], + ['password_3',['password',['../classfaker_1_1Internet.html#aa485a1fe01f437fb5787b28d94d9c077',1,'faker::Internet']]], + ['passwordoptions_4',['PasswordOptions',['../structfaker_1_1PasswordOptions.html',1,'faker']]], + ['pastdate_5',['pastDate',['../classfaker_1_1Date.html#a4dd0c5ac91cfd75e02001acbf736b831',1,'faker::Date']]], + ['paymentprovider_6',['paymentProvider',['../classfaker_1_1Commerce.html#a36973cc532cbe13ee8eb84c100191148',1,'faker::Commerce']]], + ['paymenttype_7',['paymentType',['../classfaker_1_1Commerce.html#a65b59f40c3a7ecf3dad21e8d19f84ebb',1,'faker::Commerce']]], + ['person_8',['Person',['../classfaker_1_1Person.html',1,'faker']]], + ['phone_9',['Phone',['../classfaker_1_1Phone.html',1,'faker']]], + ['phrase_10',['phrase',['../classfaker_1_1Hacker.html#aff74c0df497fd3324347f960e7bb202d',1,'faker::Hacker']]], + ['pin_11',['pin',['../classfaker_1_1Finance.html#a15e187cc0587b8f94c7a41e48ae87ba6',1,'faker::Finance']]], + ['platform_12',['platform',['../classfaker_1_1Phone.html#aeed1be9ae49f7a1d5bc24863f7fc8ce3',1,'faker::Phone::platform()'],['../classfaker_1_1VideoGame.html#a25f2f7f0df0df05fc08fb822fa36d0b5',1,'faker::VideoGame::platform()']]], + ['port_13',['port',['../classfaker_1_1Internet.html#aa4ae235611f88b6f607b2958b49dcdd0',1,'faker::Internet']]], + ['prefix_14',['prefix',['../classfaker_1_1Person.html#a1d4e8274664980f45ec8b474519623da',1,'faker::Person']]], + ['preposition_15',['preposition',['../classfaker_1_1Word.html#aec3320b52da4f63cb67c394ab2c18ffe',1,'faker::Word']]], + ['pressure_16',['Pressure',['../structfaker_1_1Weather_1_1Pressure.html',1,'faker::Weather']]], + ['pressure_17',['pressure',['../classfaker_1_1Weather.html#a50027a529b4b24611b08a01c45e92ed1',1,'faker::Weather']]], + ['price_18',['price',['../classfaker_1_1Commerce.html#a7246f9d808b2d1ec474f184fd37ea4c9',1,'faker::Commerce']]], + ['productadjective_19',['productAdjective',['../classfaker_1_1Commerce.html#a6e2d3d954f1b612cc51524bced96ed0a',1,'faker::Commerce']]], + ['productcategory_20',['productCategory',['../classfaker_1_1Commerce.html#a821aab4c6aec9c093b48b8066550e200',1,'faker::Commerce']]], + ['productdescription_21',['productDescription',['../classfaker_1_1Commerce.html#a94be7d6070f4b2bd4e21f53c789b920f',1,'faker::Commerce']]], + ['productfullname_22',['productFullName',['../classfaker_1_1Commerce.html#adab60540907bcf823a78835063a78240',1,'faker::Commerce']]], + ['productid_23',['productId',['../classfaker_1_1Commerce.html#a0b1a0a4bbccc9932ef3460b17d1afab5',1,'faker::Commerce']]], + ['productmaterial_24',['productMaterial',['../classfaker_1_1Commerce.html#a74e8c968b671887b885c59d195378fd0',1,'faker::Commerce']]], + ['productname_25',['productName',['../classfaker_1_1Commerce.html#a0fb2cb54e01b2390615e7691c8966a30',1,'faker::Commerce']]], + ['productrating_26',['productRating',['../classfaker_1_1Commerce.html#a4a86e309f5a7ebe2d093e4e8f3bd1907',1,'faker::Commerce']]], + ['productreview_27',['productReview',['../classfaker_1_1Commerce.html#a0fd5762244cb48bce7ca5194025514b1',1,'faker::Commerce']]], + ['protocol_28',['protocol',['../classfaker_1_1Internet.html#afcec10d2c5cccf38bfc9c5ddda6d7a04',1,'faker::Internet']]], + ['publisher_29',['publisher',['../classfaker_1_1Book.html#a7dec83353a67c2c7e1851fdb88eb993c',1,'faker::Book']]] ]; diff --git a/search/all_f.js b/search/all_f.js index a7aa052cd..ae5641e68 100644 --- a/search/all_f.js +++ b/search/all_f.js @@ -6,10 +6,9 @@ var searchData= ['recentdate_3',['recentDate',['../classfaker_1_1Date.html#a1b432760d794a4b34e51f64c75c75bd7',1,'faker::Date']]], ['recordlocator_4',['recordLocator',['../classfaker_1_1Airline.html#a0b03033a9aa68a25a4f298302590b922',1,'faker::Airline']]], ['regexpstylestringparse_5',['regexpStyleStringParse',['../classfaker_1_1Helper.html#ad97b7e42b9f650bdea9ecba04b135768',1,'faker::Helper']]], - ['releaseyear_6',['releaseYear',['../classfaker_1_1Book.html#af24f2c68e29dc9668db02579727a6a56',1,'faker::Book']]], - ['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#a5d2f3c04cfcd4fff703291d534814c67',1,'faker::Animal']]], - ['routingnumber_11',['routingNumber',['../classfaker_1_1Finance.html#a630a739b5fefc9cb3cdf264bc27db2aa',1,'faker::Finance']]] + ['replacecreditcardsymbols_6',['replaceCreditCardSymbols',['../classfaker_1_1Helper.html#aa5b961cfbb6d333449127750f9e95199',1,'faker::Helper']]], + ['replacesymbolwithnumber_7',['replaceSymbolWithNumber',['../classfaker_1_1Helper.html#ab639ccfc5cae32dc2bf09e07b4b5c8d6',1,'faker::Helper']]], + ['rgb_8',['rgb',['../classfaker_1_1Color.html#a42bdb9b28f7e1b876fe63bea90f61406',1,'faker::Color']]], + ['rodent_9',['rodent',['../classfaker_1_1Animal.html#a5d2f3c04cfcd4fff703291d534814c67',1,'faker::Animal']]], + ['routingnumber_10',['routingNumber',['../classfaker_1_1Finance.html#a630a739b5fefc9cb3cdf264bc27db2aa',1,'faker::Finance']]] ]; diff --git a/search/functions_0.js b/search/functions_0.js index baeee14c9..1cee30c52 100644 --- a/search/functions_0.js +++ b/search/functions_0.js @@ -19,5 +19,5 @@ var searchData= ['areacode_16',['areaCode',['../classfaker_1_1Phone.html#a650c9300da547601455e4f62f7ce980b',1,'faker::Phone']]], ['arrayelement_17',['arrayElement',['../classfaker_1_1Helper.html#a46622f2ea33bab9a6ee3d35149f8b01b',1,'faker::Helper::arrayElement(std::span< const T > data)'],['../classfaker_1_1Helper.html#ac7c79f7dbcb604b8c1c64e67d01ca1ad',1,'faker::Helper::arrayElement(const std::vector< T > &data)']]], ['artist_18',['artist',['../classfaker_1_1Music.html#a2576c6c8c092ee5eec85aebf3e6a7702',1,'faker::Music']]], - ['author_19',['author',['../classfaker_1_1Book.html#a81eeda6350d328c56043bff85342e4d4',1,'faker::Book::author()'],['../classfaker_1_1Git.html#a8955eed4cbf57eb8e372aea0c6d342d1',1,'faker::Git::author()']]] + ['author_19',['author',['../classfaker_1_1Book.html#ae5cb6cc2e517816da37999b6cd8586c2',1,'faker::Book::author()'],['../classfaker_1_1Git.html#a8955eed4cbf57eb8e372aea0c6d342d1',1,'faker::Git::author()']]] ]; diff --git a/search/functions_10.js b/search/functions_10.js index 427bb155e..b71f41d81 100644 --- a/search/functions_10.js +++ b/search/functions_10.js @@ -9,7 +9,7 @@ var searchData= ['semver_6',['semver',['../classfaker_1_1System.html#a82ad2488c2ca7571bbb7c8a6a2324bc8',1,'faker::System']]], ['sentence_7',['sentence',['../classfaker_1_1Lorem.html#ace402bfeedb5be11d011a38c5708daa5',1,'faker::Lorem']]], ['sentences_8',['sentences',['../classfaker_1_1Lorem.html#a642a0a6fe7293f968b01a46b8202224a',1,'faker::Lorem']]], - ['series_9',['series',['../classfaker_1_1Book.html#ab6858f45180146fdad53fddd78e25163',1,'faker::Book']]], + ['series_9',['series',['../classfaker_1_1Book.html#a481beefd5877f853ac5b06ca4e1d3085',1,'faker::Book']]], ['setelement_10',['setElement',['../classfaker_1_1Helper.html#afa9ce3f39af7cdaf537be7de5496e848',1,'faker::Helper']]], ['sex_11',['sex',['../classfaker_1_1Person.html#a37ea215bfa7ee73f27ab80a9f7ed211f',1,'faker::Person']]], ['sha256_12',['sha256',['../classfaker_1_1Crypto.html#ac0279633961b7060cb0fad3342844b8b',1,'faker::Crypto']]], diff --git a/search/functions_11.js b/search/functions_11.js index f7ad5a762..774125300 100644 --- a/search/functions_11.js +++ b/search/functions_11.js @@ -6,8 +6,8 @@ var searchData= ['timeunit_3',['timeUnit',['../classfaker_1_1Science.html#a326517a93a08ce089df339e11a96e40d',1,'faker::Science']]], ['timezone_4',['timeZone',['../classfaker_1_1Location.html#a90d40c1120e2719bb3a04e66a7c59e0c',1,'faker::Location']]], ['timezone_5',['timezone',['../classfaker_1_1Date.html#a2f49ec1c925d9f04f5fcf55c4866e58c',1,'faker::Date']]], - ['title_6',['title',['../classfaker_1_1Book.html#a74078db73d26c2b148c16992d4045348',1,'faker::Book']]], - ['translator_7',['translator',['../classfaker_1_1Book.html#a86a7f15715b3ae731cb58dacdbf015c1',1,'faker::Book']]], + ['title_6',['title',['../classfaker_1_1Book.html#aa3356a7e1834385f95e31bca8af754ac',1,'faker::Book']]], + ['translator_7',['translator',['../classfaker_1_1Book.html#a4608c5670078804769828029119573ae',1,'faker::Book']]], ['tvshow_8',['tvShow',['../classfaker_1_1Movie.html#acde4548b33deccaefede4ef937e7877b',1,'faker::Movie']]], ['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_5.js b/search/functions_5.js index 232bae3a7..0220fb4a8 100644 --- a/search/functions_5.js +++ b/search/functions_5.js @@ -10,7 +10,7 @@ var searchData= ['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']]], - ['format_10',['format',['../classfaker_1_1Book.html#a89417b2a066a632fbfa105f2c3a6120e',1,'faker::Book']]], + ['format_10',['format',['../classfaker_1_1Book.html#af514e5832c1acf497e1d6c0b89301174',1,'faker::Book']]], ['fromcharacters_11',['fromCharacters',['../classfaker_1_1String.html#a92030c8a33a900266ba32df06aefd331',1,'faker::String::fromCharacters(const std::string &characters, unsigned length=1)'],['../classfaker_1_1String.html#a3dca95bfceba12c0c151f0564627bd0c',1,'faker::String::fromCharacters(GuaranteeMap &&guarantee, const std::string &characters, unsigned length=1)']]], ['fruit_12',['fruit',['../classfaker_1_1Food.html#ad0177582320bbef7af5a2f56a0e6b721',1,'faker::Food']]], ['fuel_13',['fuel',['../classfaker_1_1Vehicle.html#a68c39250de735aaa42273f96a5505045',1,'faker::Vehicle']]], diff --git a/search/functions_6.js b/search/functions_6.js index 315082903..16d83c93d 100644 --- a/search/functions_6.js +++ b/search/functions_6.js @@ -2,7 +2,7 @@ var searchData= [ ['gametitle_0',['gameTitle',['../classfaker_1_1VideoGame.html#a7bc8a1d2e486f781b80f4f87b9c81888',1,'faker::VideoGame']]], ['gender_1',['gender',['../classfaker_1_1Person.html#ade55cc28e754c76d5763c01a9ba2f8b4',1,'faker::Person']]], - ['genre_2',['genre',['../classfaker_1_1Book.html#a483adb05058da1f23877d600ea997196',1,'faker::Book::genre()'],['../classfaker_1_1Movie.html#a959dd0de296b7d7361925748549b4479',1,'faker::Movie::genre()'],['../classfaker_1_1Music.html#a3e6591b2263d29a96aba6b0978e721a2',1,'faker::Music::genre()'],['../classfaker_1_1VideoGame.html#af01f292dc93175a127de69964978855d',1,'faker::VideoGame::genre()']]], + ['genre_2',['genre',['../classfaker_1_1Book.html#a120db0e27afb1de546b3b126e8ca1cb6',1,'faker::Book::genre()'],['../classfaker_1_1Movie.html#a959dd0de296b7d7361925748549b4479',1,'faker::Movie::genre()'],['../classfaker_1_1Music.html#a3e6591b2263d29a96aba6b0978e721a2',1,'faker::Music::genre()'],['../classfaker_1_1VideoGame.html#af01f292dc93175a127de69964978855d',1,'faker::VideoGame::genre()']]], ['gpumanufacture_3',['gpuManufacture',['../classfaker_1_1Computer.html#a239041c447323eb589a46260f5d573ed',1,'faker::Computer']]], ['gpumodel_4',['gpuModel',['../classfaker_1_1Computer.html#a3fe7bd82acc919179081064b4e6f1dc8',1,'faker::Computer']]], ['gputype_5',['gpuType',['../classfaker_1_1Computer.html#a57eb88d08e1f5c11891509555edf5f60',1,'faker::Computer']]], diff --git a/search/functions_e.js b/search/functions_e.js index c1830b2aa..5d99662c0 100644 --- a/search/functions_e.js +++ b/search/functions_e.js @@ -1,30 +1,29 @@ var searchData= [ - ['page_0',['page',['../classfaker_1_1Book.html#a31007a11dfc5744b1a623a15afd915f5',1,'faker::Book']]], - ['paragraph_1',['paragraph',['../classfaker_1_1Lorem.html#a33a5333530f8b321e5808fcadc39dd12',1,'faker::Lorem']]], - ['paragraphs_2',['paragraphs',['../classfaker_1_1Lorem.html#a57d8b13b30b251ada56adcd861859b77',1,'faker::Lorem']]], - ['passport_3',['passport',['../classfaker_1_1Person.html#a31d271dc8524dbf7ccb1b119c605bd48',1,'faker::Person']]], - ['password_4',['password',['../classfaker_1_1Internet.html#aa485a1fe01f437fb5787b28d94d9c077',1,'faker::Internet']]], - ['pastdate_5',['pastDate',['../classfaker_1_1Date.html#a4dd0c5ac91cfd75e02001acbf736b831',1,'faker::Date']]], - ['paymentprovider_6',['paymentProvider',['../classfaker_1_1Commerce.html#a36973cc532cbe13ee8eb84c100191148',1,'faker::Commerce']]], - ['paymenttype_7',['paymentType',['../classfaker_1_1Commerce.html#a65b59f40c3a7ecf3dad21e8d19f84ebb',1,'faker::Commerce']]], - ['phrase_8',['phrase',['../classfaker_1_1Hacker.html#aff74c0df497fd3324347f960e7bb202d',1,'faker::Hacker']]], - ['pin_9',['pin',['../classfaker_1_1Finance.html#a15e187cc0587b8f94c7a41e48ae87ba6',1,'faker::Finance']]], - ['platform_10',['platform',['../classfaker_1_1Phone.html#aeed1be9ae49f7a1d5bc24863f7fc8ce3',1,'faker::Phone::platform()'],['../classfaker_1_1VideoGame.html#a25f2f7f0df0df05fc08fb822fa36d0b5',1,'faker::VideoGame::platform()']]], - ['port_11',['port',['../classfaker_1_1Internet.html#aa4ae235611f88b6f607b2958b49dcdd0',1,'faker::Internet']]], - ['prefix_12',['prefix',['../classfaker_1_1Person.html#a1d4e8274664980f45ec8b474519623da',1,'faker::Person']]], - ['preposition_13',['preposition',['../classfaker_1_1Word.html#aec3320b52da4f63cb67c394ab2c18ffe',1,'faker::Word']]], - ['pressure_14',['pressure',['../classfaker_1_1Weather.html#a50027a529b4b24611b08a01c45e92ed1',1,'faker::Weather']]], - ['price_15',['price',['../classfaker_1_1Commerce.html#a7246f9d808b2d1ec474f184fd37ea4c9',1,'faker::Commerce']]], - ['productadjective_16',['productAdjective',['../classfaker_1_1Commerce.html#a6e2d3d954f1b612cc51524bced96ed0a',1,'faker::Commerce']]], - ['productcategory_17',['productCategory',['../classfaker_1_1Commerce.html#a821aab4c6aec9c093b48b8066550e200',1,'faker::Commerce']]], - ['productdescription_18',['productDescription',['../classfaker_1_1Commerce.html#a94be7d6070f4b2bd4e21f53c789b920f',1,'faker::Commerce']]], - ['productfullname_19',['productFullName',['../classfaker_1_1Commerce.html#adab60540907bcf823a78835063a78240',1,'faker::Commerce']]], - ['productid_20',['productId',['../classfaker_1_1Commerce.html#a0b1a0a4bbccc9932ef3460b17d1afab5',1,'faker::Commerce']]], - ['productmaterial_21',['productMaterial',['../classfaker_1_1Commerce.html#a74e8c968b671887b885c59d195378fd0',1,'faker::Commerce']]], - ['productname_22',['productName',['../classfaker_1_1Commerce.html#a0fb2cb54e01b2390615e7691c8966a30',1,'faker::Commerce']]], - ['productrating_23',['productRating',['../classfaker_1_1Commerce.html#a4a86e309f5a7ebe2d093e4e8f3bd1907',1,'faker::Commerce']]], - ['productreview_24',['productReview',['../classfaker_1_1Commerce.html#a0fd5762244cb48bce7ca5194025514b1',1,'faker::Commerce']]], - ['protocol_25',['protocol',['../classfaker_1_1Internet.html#afcec10d2c5cccf38bfc9c5ddda6d7a04',1,'faker::Internet']]], - ['publisher_26',['publisher',['../classfaker_1_1Book.html#a12b8569f795c476dace10cb980ff8d4f',1,'faker::Book']]] + ['paragraph_0',['paragraph',['../classfaker_1_1Lorem.html#a33a5333530f8b321e5808fcadc39dd12',1,'faker::Lorem']]], + ['paragraphs_1',['paragraphs',['../classfaker_1_1Lorem.html#a57d8b13b30b251ada56adcd861859b77',1,'faker::Lorem']]], + ['passport_2',['passport',['../classfaker_1_1Person.html#a31d271dc8524dbf7ccb1b119c605bd48',1,'faker::Person']]], + ['password_3',['password',['../classfaker_1_1Internet.html#aa485a1fe01f437fb5787b28d94d9c077',1,'faker::Internet']]], + ['pastdate_4',['pastDate',['../classfaker_1_1Date.html#a4dd0c5ac91cfd75e02001acbf736b831',1,'faker::Date']]], + ['paymentprovider_5',['paymentProvider',['../classfaker_1_1Commerce.html#a36973cc532cbe13ee8eb84c100191148',1,'faker::Commerce']]], + ['paymenttype_6',['paymentType',['../classfaker_1_1Commerce.html#a65b59f40c3a7ecf3dad21e8d19f84ebb',1,'faker::Commerce']]], + ['phrase_7',['phrase',['../classfaker_1_1Hacker.html#aff74c0df497fd3324347f960e7bb202d',1,'faker::Hacker']]], + ['pin_8',['pin',['../classfaker_1_1Finance.html#a15e187cc0587b8f94c7a41e48ae87ba6',1,'faker::Finance']]], + ['platform_9',['platform',['../classfaker_1_1Phone.html#aeed1be9ae49f7a1d5bc24863f7fc8ce3',1,'faker::Phone::platform()'],['../classfaker_1_1VideoGame.html#a25f2f7f0df0df05fc08fb822fa36d0b5',1,'faker::VideoGame::platform()']]], + ['port_10',['port',['../classfaker_1_1Internet.html#aa4ae235611f88b6f607b2958b49dcdd0',1,'faker::Internet']]], + ['prefix_11',['prefix',['../classfaker_1_1Person.html#a1d4e8274664980f45ec8b474519623da',1,'faker::Person']]], + ['preposition_12',['preposition',['../classfaker_1_1Word.html#aec3320b52da4f63cb67c394ab2c18ffe',1,'faker::Word']]], + ['pressure_13',['pressure',['../classfaker_1_1Weather.html#a50027a529b4b24611b08a01c45e92ed1',1,'faker::Weather']]], + ['price_14',['price',['../classfaker_1_1Commerce.html#a7246f9d808b2d1ec474f184fd37ea4c9',1,'faker::Commerce']]], + ['productadjective_15',['productAdjective',['../classfaker_1_1Commerce.html#a6e2d3d954f1b612cc51524bced96ed0a',1,'faker::Commerce']]], + ['productcategory_16',['productCategory',['../classfaker_1_1Commerce.html#a821aab4c6aec9c093b48b8066550e200',1,'faker::Commerce']]], + ['productdescription_17',['productDescription',['../classfaker_1_1Commerce.html#a94be7d6070f4b2bd4e21f53c789b920f',1,'faker::Commerce']]], + ['productfullname_18',['productFullName',['../classfaker_1_1Commerce.html#adab60540907bcf823a78835063a78240',1,'faker::Commerce']]], + ['productid_19',['productId',['../classfaker_1_1Commerce.html#a0b1a0a4bbccc9932ef3460b17d1afab5',1,'faker::Commerce']]], + ['productmaterial_20',['productMaterial',['../classfaker_1_1Commerce.html#a74e8c968b671887b885c59d195378fd0',1,'faker::Commerce']]], + ['productname_21',['productName',['../classfaker_1_1Commerce.html#a0fb2cb54e01b2390615e7691c8966a30',1,'faker::Commerce']]], + ['productrating_22',['productRating',['../classfaker_1_1Commerce.html#a4a86e309f5a7ebe2d093e4e8f3bd1907',1,'faker::Commerce']]], + ['productreview_23',['productReview',['../classfaker_1_1Commerce.html#a0fd5762244cb48bce7ca5194025514b1',1,'faker::Commerce']]], + ['protocol_24',['protocol',['../classfaker_1_1Internet.html#afcec10d2c5cccf38bfc9c5ddda6d7a04',1,'faker::Internet']]], + ['publisher_25',['publisher',['../classfaker_1_1Book.html#a7dec83353a67c2c7e1851fdb88eb993c',1,'faker::Book']]] ]; diff --git a/search/functions_f.js b/search/functions_f.js index 2c6e6aef2..cf13ad931 100644 --- a/search/functions_f.js +++ b/search/functions_f.js @@ -4,10 +4,9 @@ var searchData= ['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']]], - ['releaseyear_4',['releaseYear',['../classfaker_1_1Book.html#af24f2c68e29dc9668db02579727a6a56',1,'faker::Book']]], - ['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#a5d2f3c04cfcd4fff703291d534814c67',1,'faker::Animal']]], - ['routingnumber_9',['routingNumber',['../classfaker_1_1Finance.html#a630a739b5fefc9cb3cdf264bc27db2aa',1,'faker::Finance']]] + ['replacecreditcardsymbols_4',['replaceCreditCardSymbols',['../classfaker_1_1Helper.html#aa5b961cfbb6d333449127750f9e95199',1,'faker::Helper']]], + ['replacesymbolwithnumber_5',['replaceSymbolWithNumber',['../classfaker_1_1Helper.html#ab639ccfc5cae32dc2bf09e07b4b5c8d6',1,'faker::Helper']]], + ['rgb_6',['rgb',['../classfaker_1_1Color.html#a42bdb9b28f7e1b876fe63bea90f61406',1,'faker::Color']]], + ['rodent_7',['rodent',['../classfaker_1_1Animal.html#a5d2f3c04cfcd4fff703291d534814c67',1,'faker::Animal']]], + ['routingnumber_8',['routingNumber',['../classfaker_1_1Finance.html#a630a739b5fefc9cb3cdf264bc27db2aa',1,'faker::Finance']]] ];
static std::string faker::Book::translator static std::string_view faker::Book::translator ( )