From 0b8491389edc547ffa7d3b967e6cb898a9c317e6 Mon Sep 17 00:00:00 2001 From: cieslarmichal Date: Mon, 27 May 2024 16:52:43 +0000 Subject: [PATCH] deploy: 6d235381211fa680495ef21d168409ce4a0b29db --- Computer_8h_source.html | 38 ++++---- classfaker_1_1Computer-members.html | 18 ++-- classfaker_1_1Computer.html | 144 ++++++++++++++-------------- doxygen_crawl.html | 18 ++-- functions_c.html | 6 +- functions_func_c.html | 6 +- functions_func_g.html | 6 +- functions_func_m.html | 4 +- functions_func_t.html | 2 +- functions_g.html | 6 +- functions_m.html | 4 +- functions_t.html | 2 +- search/all_11.js | 2 +- search/all_2.js | 6 +- search/all_6.js | 6 +- search/all_b.js | 4 +- search/functions_11.js | 2 +- search/functions_2.js | 6 +- search/functions_6.js | 6 +- search/functions_b.js | 4 +- 20 files changed, 145 insertions(+), 145 deletions(-) diff --git a/Computer_8h_source.html b/Computer_8h_source.html index 5516e7cf7..bc06d85f7 100644 --- a/Computer_8h_source.html +++ b/Computer_8h_source.html @@ -104,7 +104,7 @@
1#pragma once
2
-
3#include <string>
+
3#include <string_view>
4
5namespace faker
6{
@@ -112,37 +112,37 @@
8{
9public:
-
19 static std::string type();
+
19 static std::string_view type();
20
-
30 static std::string manufacture();
+
30 static std::string_view manufacture();
31
-
41 static std::string model();
+
41 static std::string_view model();
42
-
52 static std::string cpuManufacture();
+
52 static std::string_view cpuManufacture();
53
-
63 static std::string cpuType();
+
63 static std::string_view cpuType();
64
-
74 static std::string cpuModel();
+
74 static std::string_view cpuModel();
75
-
85 static std::string gpuManufacture();
+
85 static std::string_view gpuManufacture();
86
-
96 static std::string gpuType();
+
96 static std::string_view gpuType();
97
-
107 static std::string gpuModel();
+
107 static std::string_view gpuModel();
108};
109
110}
Definition Computer.h:8
-
static std::string model()
Returns a random computer model.
-
static std::string gpuManufacture()
Returns a random GPU manufacture name.
-
static std::string gpuModel()
Returns a random GPU model.
-
static std::string type()
Returns a random computer type.
-
static std::string cpuManufacture()
Returns a random CPU manufacture name.
-
static std::string gpuType()
Returns a random GPU type.
-
static std::string cpuType()
Returns a random CPU type.
-
static std::string cpuModel()
Returns a random CPU model.
-
static std::string manufacture()
Returns a random computer manufacture name.
+
static std::string_view model()
Returns a random computer model.
+
static std::string_view cpuModel()
Returns a random CPU model.
+
static std::string_view type()
Returns a random computer type.
+
static std::string_view manufacture()
Returns a random computer manufacture name.
+
static std::string_view cpuType()
Returns a random CPU type.
+
static std::string_view gpuModel()
Returns a random GPU model.
+
static std::string_view gpuManufacture()
Returns a random GPU manufacture name.
+
static std::string_view cpuManufacture()
Returns a random CPU manufacture name.
+
static std::string_view gpuType()
Returns a random GPU type.
diff --git a/classfaker_1_1Computer-members.html b/classfaker_1_1Computer-members.html index 14674e264..a6db67159 100644 --- a/classfaker_1_1Computer-members.html +++ b/classfaker_1_1Computer-members.html @@ -105,15 +105,15 @@

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

- - - - - - - - - + + + + + + + + +
cpuManufacture()faker::Computerstatic
cpuModel()faker::Computerstatic
cpuType()faker::Computerstatic
gpuManufacture()faker::Computerstatic
gpuModel()faker::Computerstatic
gpuType()faker::Computerstatic
manufacture()faker::Computerstatic
model()faker::Computerstatic
type()faker::Computerstatic
cpuManufacture()faker::Computerstatic
cpuModel()faker::Computerstatic
cpuType()faker::Computerstatic
gpuManufacture()faker::Computerstatic
gpuModel()faker::Computerstatic
gpuType()faker::Computerstatic
manufacture()faker::Computerstatic
model()faker::Computerstatic
type()faker::Computerstatic
diff --git a/classfaker_1_1Computer.html b/classfaker_1_1Computer.html index bc9c95b47..6f596a33d 100644 --- a/classfaker_1_1Computer.html +++ b/classfaker_1_1Computer.html @@ -108,37 +108,37 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + +

Static Public Member Functions

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

Member Function Documentation

- -

◆ cpuManufacture()

+ +

◆ cpuManufacture()

@@ -147,7 +147,7 @@

- + @@ -162,13 +162,13 @@

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

◆ cpuModel()

+ +

◆ cpuModel()

@@ -177,7 +177,7 @@

static std::string faker::Computer::cpuManufacture static std::string_view faker::Computer::cpuManufacture ( )
- + @@ -192,13 +192,13 @@

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

◆ cpuType()

+ +

◆ cpuType()

@@ -207,7 +207,7 @@

static std::string faker::Computer::cpuModel static std::string_view faker::Computer::cpuModel ( )
- + @@ -222,13 +222,13 @@

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

◆ gpuManufacture()

+ +

◆ gpuManufacture()

@@ -237,7 +237,7 @@

static std::string faker::Computer::cpuType static std::string_view faker::Computer::cpuType ( )
- + @@ -252,13 +252,13 @@

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

◆ gpuModel()

+ +

◆ gpuModel()

@@ -267,7 +267,7 @@

static std::string faker::Computer::gpuManufacture static std::string_view faker::Computer::gpuManufacture ( )
- + @@ -282,13 +282,13 @@

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

◆ gpuType()

+ +

◆ gpuType()

@@ -297,7 +297,7 @@

static std::string faker::Computer::gpuModel static std::string_view faker::Computer::gpuModel ( )
- + @@ -312,13 +312,13 @@

Returns
GPU type
-
Computer::gpuType() // Integrated
-
static std::string gpuType()
Returns a random GPU type.
+
Computer::gpuType() // Integrated
+
static std::string_view gpuType()
Returns a random GPU type.
- -

◆ manufacture()

+ +

◆ manufacture()

@@ -327,7 +327,7 @@

static std::string faker::Computer::gpuType static std::string_view faker::Computer::gpuType ( )
- + @@ -342,13 +342,13 @@

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

◆ model()

+ +

◆ model()

@@ -357,7 +357,7 @@

static std::string faker::Computer::manufacture static std::string_view faker::Computer::manufacture ( )
- + @@ -372,13 +372,13 @@

Returns
computer model
-
Computer::model() // MacBook Air
-
static std::string model()
Returns a random computer model.
+
Computer::model() // MacBook Air
+
static std::string_view model()
Returns a random computer model.
- -

◆ type()

+ +

◆ type()

@@ -387,7 +387,7 @@

static std::string faker::Computer::model static std::string_view faker::Computer::model ( )
- + @@ -402,8 +402,8 @@

Returns
computer type
-
Computer::type() // Laptop
-
static std::string type()
Returns a random computer type.
+
Computer::type() // Laptop
+
static std::string_view type()
Returns a random computer type.
diff --git a/doxygen_crawl.html b/doxygen_crawl.html index c0322b4ca..c7e8f9c17 100644 --- a/doxygen_crawl.html +++ b/doxygen_crawl.html @@ -322,15 +322,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/functions_c.html b/functions_c.html index 9139ca4a8..41d866c9d 100644 --- a/functions_c.html +++ b/functions_c.html @@ -131,9 +131,9 @@

- c -

  • countryCode() : faker::Location
  • county() : faker::Location
  • cow() : faker::Animal
  • -
  • cpuManufacture() : faker::Computer
  • -
  • cpuModel() : faker::Computer
  • -
  • cpuType() : faker::Computer
  • +
  • cpuManufacture() : faker::Computer
  • +
  • cpuModel() : faker::Computer
  • +
  • cpuType() : faker::Computer
  • creditCardCvv() : faker::Finance
  • creditCardExpirationDate() : faker::Finance
  • creditCardNumber() : faker::Finance
  • diff --git a/functions_func_c.html b/functions_func_c.html index 986e27e30..1fa8bec8c 100644 --- a/functions_func_c.html +++ b/functions_func_c.html @@ -131,9 +131,9 @@

    - c -

    • countryCode() : faker::Location
    • county() : faker::Location
    • cow() : faker::Animal
    • -
    • cpuManufacture() : faker::Computer
    • -
    • cpuModel() : faker::Computer
    • -
    • cpuType() : faker::Computer
    • +
    • cpuManufacture() : faker::Computer
    • +
    • cpuModel() : faker::Computer
    • +
    • cpuType() : faker::Computer
    • creditCardCvv() : faker::Finance
    • creditCardExpirationDate() : faker::Finance
    • creditCardNumber() : faker::Finance
    • diff --git a/functions_func_g.html b/functions_func_g.html index 79d20fb75..95bc5feda 100644 --- a/functions_func_g.html +++ b/functions_func_g.html @@ -105,9 +105,9 @@

      - g -

      diff --git a/functions_func_m.html b/functions_func_m.html index 8ca6bb6dd..bdfd2c652 100644 --- a/functions_func_m.html +++ b/functions_func_m.html @@ -104,7 +104,7 @@

      - m -

      • mac() : faker::Internet
      • maleAthlete() : faker::Sport
      • -
      • manufacture() : faker::Computer
      • +
      • manufacture() : faker::Computer
      • manufacturer() : faker::Phone, faker::Vehicle
      • massUnit() : faker::Science
      • maybe() : faker::Helper
      • @@ -115,7 +115,7 @@

        - m -

        • milkProduct() : faker::Food
        • mimeType() : faker::System
        • minute() : faker::Date
        • -
        • model() : faker::Computer, faker::Vehicle
        • +
        • model() : faker::Computer, faker::Vehicle
        • modelName() : faker::Phone
        • mongoDbObjectId() : faker::Database
        • month() : faker::Date
        • diff --git a/functions_func_t.html b/functions_func_t.html index 1dcf8fbe9..0a5ed71ad 100644 --- a/functions_func_t.html +++ b/functions_func_t.html @@ -111,7 +111,7 @@

          - t -

          diff --git a/functions_g.html b/functions_g.html index 1edbf3523..401a6014b 100644 --- a/functions_g.html +++ b/functions_g.html @@ -105,9 +105,9 @@

          - g -

          diff --git a/functions_m.html b/functions_m.html index 38d6014a1..cca718aad 100644 --- a/functions_m.html +++ b/functions_m.html @@ -104,7 +104,7 @@

          - m -

          • mac() : faker::Internet
          • maleAthlete() : faker::Sport
          • -
          • manufacture() : faker::Computer
          • +
          • manufacture() : faker::Computer
          • manufacturer() : faker::Phone, faker::Vehicle
          • massUnit() : faker::Science
          • maybe() : faker::Helper
          • @@ -115,7 +115,7 @@

            - m -

            • milkProduct() : faker::Food
            • mimeType() : faker::System
            • minute() : faker::Date
            • -
            • model() : faker::Computer, faker::Vehicle
            • +
            • model() : faker::Computer, faker::Vehicle
            • modelName() : faker::Phone
            • mongoDbObjectId() : faker::Database
            • month() : faker::Date
            • diff --git a/functions_t.html b/functions_t.html index 4ee5ac73f..cd946cbbc 100644 --- a/functions_t.html +++ b/functions_t.html @@ -111,7 +111,7 @@

              - t -

              diff --git a/search/all_11.js b/search/all_11.js index 32af2f971..a3ee33040 100644 --- a/search/all_11.js +++ b/search/all_11.js @@ -10,5 +10,5 @@ var searchData= ['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#ae3bf0c91b23d25bb26d9fc180c859804',1,'faker::Company::type()'],['../classfaker_1_1Computer.html#a459bc4e17d37a2a8b9344b0793596b2b',1,'faker::Computer::type()'],['../classfaker_1_1Vehicle.html#ab698a19ed20d00f5408848356d84bc06',1,'faker::Vehicle::type()']]] + ['type_10',['type',['../classfaker_1_1Animal.html#a0be4c8a6942f740034daf2d1dc0a75a8',1,'faker::Animal::type()'],['../classfaker_1_1Company.html#ae3bf0c91b23d25bb26d9fc180c859804',1,'faker::Company::type()'],['../classfaker_1_1Computer.html#a347ed9fff16e7f457d7b6862d0641907',1,'faker::Computer::type()'],['../classfaker_1_1Vehicle.html#ab698a19ed20d00f5408848356d84bc06',1,'faker::Vehicle::type()']]] ]; diff --git a/search/all_2.js b/search/all_2.js index 1ead0ea45..21e912aae 100644 --- a/search/all_2.js +++ b/search/all_2.js @@ -35,9 +35,9 @@ var searchData= ['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#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']]], + ['cpumanufacture_35',['cpuManufacture',['../classfaker_1_1Computer.html#ac6630a21192e967c85323117baf56803',1,'faker::Computer']]], + ['cpumodel_36',['cpuModel',['../classfaker_1_1Computer.html#a29a505a1da640e0de9ebc9032a1aa59a',1,'faker::Computer']]], + ['cputype_37',['cpuType',['../classfaker_1_1Computer.html#a3a040c474217ece23fa95193c02d76cb',1,'faker::Computer']]], ['creditcardcvv_38',['creditCardCvv',['../classfaker_1_1Finance.html#a6b4c79d892fdbbf0a0109dc7927bc947',1,'faker::Finance']]], ['creditcardexpirationdate_39',['creditCardExpirationDate',['../classfaker_1_1Finance.html#a3a4c0d2a4ccd15f60f519148fcc631f8',1,'faker::Finance']]], ['creditcardnumber_40',['creditCardNumber',['../classfaker_1_1Finance.html#ac0aa71a72d411fb89c5ba623db469bd4',1,'faker::Finance']]], diff --git a/search/all_6.js b/search/all_6.js index 1355494fa..35541d9ca 100644 --- a/search/all_6.js +++ b/search/all_6.js @@ -4,8 +4,8 @@ var searchData= ['gender_1',['gender',['../classfaker_1_1Person.html#ade55cc28e754c76d5763c01a9ba2f8b4',1,'faker::Person']]], ['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#a998875e1a3c2b2a3ee9769f14da41488',1,'faker::Music::genre()'],['../classfaker_1_1VideoGame.html#adf3974c4d5000cfbbaa2217e307aa9b4',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']]], - ['gputype_6',['gpuType',['../classfaker_1_1Computer.html#a57eb88d08e1f5c11891509555edf5f60',1,'faker::Computer']]], + ['gpumanufacture_4',['gpuManufacture',['../classfaker_1_1Computer.html#ac658509cf31588798ee7a4e6fab5f80c',1,'faker::Computer']]], + ['gpumodel_5',['gpuModel',['../classfaker_1_1Computer.html#a4a4f8cd51b8e9590b34b86ff8bef87e5',1,'faker::Computer']]], + ['gputype_6',['gpuType',['../classfaker_1_1Computer.html#af03fcaa662b8f256ea6b49457b86e617',1,'faker::Computer']]], ['grain_7',['grain',['../classfaker_1_1Food.html#a09e59c0fad23f118aafde2b7d5211e42',1,'faker::Food']]] ]; diff --git a/search/all_b.js b/search/all_b.js index a0c9838b1..e463a293d 100644 --- a/search/all_b.js +++ b/search/all_b.js @@ -2,7 +2,7 @@ var searchData= [ ['mac_0',['mac',['../classfaker_1_1Internet.html#af690ede0de3494404572b73f127bd09a',1,'faker::Internet']]], ['maleathlete_1',['maleAthlete',['../classfaker_1_1Sport.html#afa60f1298ad62af0861ba559457bb0e8',1,'faker::Sport']]], - ['manufacture_2',['manufacture',['../classfaker_1_1Computer.html#aef38b353083a3aef241f5ede34dd51a7',1,'faker::Computer']]], + ['manufacture_2',['manufacture',['../classfaker_1_1Computer.html#a35466a5cf992cd5a076d961e89437ed8',1,'faker::Computer']]], ['manufacturer_3',['manufacturer',['../classfaker_1_1Phone.html#ab35d1d0eb72f48fa1467c6a2f503b763',1,'faker::Phone::manufacturer()'],['../classfaker_1_1Vehicle.html#a14d31ed8274fe3f69366e04ced49203d',1,'faker::Vehicle::manufacturer()']]], ['massunit_4',['massUnit',['../classfaker_1_1Science.html#a11c2fe7aa766dcb44275eeb8fdc01896',1,'faker::Science']]], ['maybe_5',['maybe',['../classfaker_1_1Helper.html#a378bc48e5d3c6438a70b75ede9e2d9a3',1,'faker::Helper']]], @@ -14,7 +14,7 @@ var searchData= ['milkproduct_11',['milkProduct',['../classfaker_1_1Food.html#aa57fc25f8c8e0c708b1c84beef2413ba',1,'faker::Food']]], ['mimetype_12',['mimeType',['../classfaker_1_1System.html#a99b0f912a70316085136d075e32ef230',1,'faker::System']]], ['minute_13',['minute',['../classfaker_1_1Date.html#a8c8dec2272fe1b4487275587a98bf48f',1,'faker::Date']]], - ['model_14',['model',['../classfaker_1_1Computer.html#a15d4930a54855c8a3e1deeab7125f803',1,'faker::Computer::model()'],['../classfaker_1_1Vehicle.html#a065a5b1d8476475e6db1d6a65d2ae7e4',1,'faker::Vehicle::model()']]], + ['model_14',['model',['../classfaker_1_1Computer.html#a0ceb6d55511ea46417767680462a2008',1,'faker::Computer::model()'],['../classfaker_1_1Vehicle.html#a065a5b1d8476475e6db1d6a65d2ae7e4',1,'faker::Vehicle::model()']]], ['modelname_15',['modelName',['../classfaker_1_1Phone.html#abbffcb6282756266f9e73a39e9708bc2',1,'faker::Phone']]], ['mongodbobjectid_16',['mongoDbObjectId',['../classfaker_1_1Database.html#ae828a74a598d673f9d0862a2f6c86836',1,'faker::Database']]], ['month_17',['month',['../classfaker_1_1Date.html#a5e9e159b66a0f9f910faae750ebb6a74',1,'faker::Date']]], diff --git a/search/functions_11.js b/search/functions_11.js index 624a655be..0d95d005b 100644 --- a/search/functions_11.js +++ b/search/functions_11.js @@ -9,5 +9,5 @@ var searchData= ['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#ae3bf0c91b23d25bb26d9fc180c859804',1,'faker::Company::type()'],['../classfaker_1_1Computer.html#a459bc4e17d37a2a8b9344b0793596b2b',1,'faker::Computer::type()'],['../classfaker_1_1Vehicle.html#ab698a19ed20d00f5408848356d84bc06',1,'faker::Vehicle::type()']]] + ['type_9',['type',['../classfaker_1_1Animal.html#a0be4c8a6942f740034daf2d1dc0a75a8',1,'faker::Animal::type()'],['../classfaker_1_1Company.html#ae3bf0c91b23d25bb26d9fc180c859804',1,'faker::Company::type()'],['../classfaker_1_1Computer.html#a347ed9fff16e7f457d7b6862d0641907',1,'faker::Computer::type()'],['../classfaker_1_1Vehicle.html#ab698a19ed20d00f5408848356d84bc06',1,'faker::Vehicle::type()']]] ]; diff --git a/search/functions_2.js b/search/functions_2.js index bd0c34d70..6d05bd76d 100644 --- a/search/functions_2.js +++ b/search/functions_2.js @@ -29,9 +29,9 @@ var searchData= ['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#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']]], + ['cpumanufacture_29',['cpuManufacture',['../classfaker_1_1Computer.html#ac6630a21192e967c85323117baf56803',1,'faker::Computer']]], + ['cpumodel_30',['cpuModel',['../classfaker_1_1Computer.html#a29a505a1da640e0de9ebc9032a1aa59a',1,'faker::Computer']]], + ['cputype_31',['cpuType',['../classfaker_1_1Computer.html#a3a040c474217ece23fa95193c02d76cb',1,'faker::Computer']]], ['creditcardcvv_32',['creditCardCvv',['../classfaker_1_1Finance.html#a6b4c79d892fdbbf0a0109dc7927bc947',1,'faker::Finance']]], ['creditcardexpirationdate_33',['creditCardExpirationDate',['../classfaker_1_1Finance.html#a3a4c0d2a4ccd15f60f519148fcc631f8',1,'faker::Finance']]], ['creditcardnumber_34',['creditCardNumber',['../classfaker_1_1Finance.html#ac0aa71a72d411fb89c5ba623db469bd4',1,'faker::Finance']]], diff --git a/search/functions_6.js b/search/functions_6.js index b92a34cf1..f4ecbed8f 100644 --- a/search/functions_6.js +++ b/search/functions_6.js @@ -3,8 +3,8 @@ var searchData= ['gametitle_0',['gameTitle',['../classfaker_1_1VideoGame.html#a398bad294e233037873ebc41baddae11',1,'faker::VideoGame']]], ['gender_1',['gender',['../classfaker_1_1Person.html#ade55cc28e754c76d5763c01a9ba2f8b4',1,'faker::Person']]], ['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#a998875e1a3c2b2a3ee9769f14da41488',1,'faker::Music::genre()'],['../classfaker_1_1VideoGame.html#adf3974c4d5000cfbbaa2217e307aa9b4',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']]], + ['gpumanufacture_3',['gpuManufacture',['../classfaker_1_1Computer.html#ac658509cf31588798ee7a4e6fab5f80c',1,'faker::Computer']]], + ['gpumodel_4',['gpuModel',['../classfaker_1_1Computer.html#a4a4f8cd51b8e9590b34b86ff8bef87e5',1,'faker::Computer']]], + ['gputype_5',['gpuType',['../classfaker_1_1Computer.html#af03fcaa662b8f256ea6b49457b86e617',1,'faker::Computer']]], ['grain_6',['grain',['../classfaker_1_1Food.html#a09e59c0fad23f118aafde2b7d5211e42',1,'faker::Food']]] ]; diff --git a/search/functions_b.js b/search/functions_b.js index 2096af209..0446fa377 100644 --- a/search/functions_b.js +++ b/search/functions_b.js @@ -2,7 +2,7 @@ var searchData= [ ['mac_0',['mac',['../classfaker_1_1Internet.html#af690ede0de3494404572b73f127bd09a',1,'faker::Internet']]], ['maleathlete_1',['maleAthlete',['../classfaker_1_1Sport.html#afa60f1298ad62af0861ba559457bb0e8',1,'faker::Sport']]], - ['manufacture_2',['manufacture',['../classfaker_1_1Computer.html#aef38b353083a3aef241f5ede34dd51a7',1,'faker::Computer']]], + ['manufacture_2',['manufacture',['../classfaker_1_1Computer.html#a35466a5cf992cd5a076d961e89437ed8',1,'faker::Computer']]], ['manufacturer_3',['manufacturer',['../classfaker_1_1Phone.html#ab35d1d0eb72f48fa1467c6a2f503b763',1,'faker::Phone::manufacturer()'],['../classfaker_1_1Vehicle.html#a14d31ed8274fe3f69366e04ced49203d',1,'faker::Vehicle::manufacturer()']]], ['massunit_4',['massUnit',['../classfaker_1_1Science.html#a11c2fe7aa766dcb44275eeb8fdc01896',1,'faker::Science']]], ['maybe_5',['maybe',['../classfaker_1_1Helper.html#a378bc48e5d3c6438a70b75ede9e2d9a3',1,'faker::Helper']]], @@ -13,7 +13,7 @@ var searchData= ['milkproduct_10',['milkProduct',['../classfaker_1_1Food.html#aa57fc25f8c8e0c708b1c84beef2413ba',1,'faker::Food']]], ['mimetype_11',['mimeType',['../classfaker_1_1System.html#a99b0f912a70316085136d075e32ef230',1,'faker::System']]], ['minute_12',['minute',['../classfaker_1_1Date.html#a8c8dec2272fe1b4487275587a98bf48f',1,'faker::Date']]], - ['model_13',['model',['../classfaker_1_1Computer.html#a15d4930a54855c8a3e1deeab7125f803',1,'faker::Computer::model()'],['../classfaker_1_1Vehicle.html#a065a5b1d8476475e6db1d6a65d2ae7e4',1,'faker::Vehicle::model()']]], + ['model_13',['model',['../classfaker_1_1Computer.html#a0ceb6d55511ea46417767680462a2008',1,'faker::Computer::model()'],['../classfaker_1_1Vehicle.html#a065a5b1d8476475e6db1d6a65d2ae7e4',1,'faker::Vehicle::model()']]], ['modelname_14',['modelName',['../classfaker_1_1Phone.html#abbffcb6282756266f9e73a39e9708bc2',1,'faker::Phone']]], ['mongodbobjectid_15',['mongoDbObjectId',['../classfaker_1_1Database.html#ae828a74a598d673f9d0862a2f6c86836',1,'faker::Database']]], ['month_16',['month',['../classfaker_1_1Date.html#a5e9e159b66a0f9f910faae750ebb6a74',1,'faker::Date']]],

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