diff --git a/Science_8h_source.html b/Science_8h_source.html index acea6f95a..6aaf2c0e0 100644 --- a/Science_8h_source.html +++ b/Science_8h_source.html @@ -106,57 +106,42 @@
2
3#include <string_view>
4
-
5namespace faker
+
5namespace faker::science
6{
-
7class Science
+
7struct ChemicalElement
8{
-
9public:
-
- -
11 {
-
12 std::string_view name;
-
13 std::string_view symbol;
-
14 int atomicNumber;
-
15 };
+
9 std::string_view name;
+
10 std::string_view symbol;
+
11 int atomicNumber;
+
12};
-
16
-
27 static ChemicalElement chemicalElement();
-
28
-
-
29 struct Unit
-
30 {
-
31 std::string_view name;
-
32 std::string_view symbol;
-
33 std::string_view usedToMeasure;
-
34 };
+
13
+
24ChemicalElement chemicalElement();
+
25
+
+
26struct Unit
+
27{
+
28 std::string_view name;
+
29 std::string_view symbol;
+
30 std::string_view usedToMeasure;
+
31};
-
35
-
45 static Unit unit();
-
46
- -
58
-
68 static Unit timeUnit();
-
69
-
79 static Unit massUnit();
-
80
-
90 static Unit tempUnit();
-
91
- -
103};
-
-
104
-
105}
-
Definition Science.h:8
-
static Unit massUnit()
Returns a unit of measurement for either mass.
-
static Unit unit()
Returns a unit of measurement for either distance, mass, time, temp, current.
-
static Unit timeUnit()
Returns a unit of measurement for either time.
-
static ChemicalElement chemicalElement()
Returns a random chemical element from the periodic table.
-
static Unit tempUnit()
Returns a unit of measurement for either temp.
-
static Unit distanceUnit()
Returns a unit of measurement for either distance.
-
static Unit currentUnit()
Returns a unit of measurement for either current.
-
Definition Science.h:11
-
Definition Science.h:30
+
32
+
42Unit unit();
+
43
+
54Unit distanceUnit();
+
55
+
65Unit timeUnit();
+
66
+
76Unit massUnit();
+
77
+
87Unit tempUnit();
+
88
+
99Unit currentUnit();
+
100}
+
Definition Science.h:8
+
Definition Science.h:27
diff --git a/annotated.html b/annotated.html index be0f421d5..cf619fc9e 100644 --- a/annotated.html +++ b/annotated.html @@ -118,16 +118,16 @@  CWeightedElement  Ninternet  CPasswordOptions - Nstring - CCharCount - Nsystem - CCronOptions - CFileOptions - CNetworkInterfaceOptions - CRandomGenerator - CScience - CChemicalElement - CUnit + Nscience + CChemicalElement + CUnit + Nstring + CCharCount + Nsystem + CCronOptions + CFileOptions + CNetworkInterfaceOptions + CRandomGenerator diff --git a/annotated_dup.js b/annotated_dup.js index 87f36130e..b081b6935 100644 --- a/annotated_dup.js +++ b/annotated_dup.js @@ -19,6 +19,10 @@ var annotated_dup = [ "internet", null, [ [ "PasswordOptions", "structfaker_1_1internet_1_1PasswordOptions.html", null ] ] ], + [ "science", null, [ + [ "ChemicalElement", "structfaker_1_1science_1_1ChemicalElement.html", null ], + [ "Unit", "structfaker_1_1science_1_1Unit.html", null ] + ] ], [ "string", null, [ [ "CharCount", "structfaker_1_1string_1_1CharCount.html", null ] ] ], @@ -27,7 +31,6 @@ var annotated_dup = [ "FileOptions", "structfaker_1_1system_1_1FileOptions.html", null ], [ "NetworkInterfaceOptions", "structfaker_1_1system_1_1NetworkInterfaceOptions.html", null ] ] ], - [ "RandomGenerator", "classfaker_1_1RandomGenerator.html", null ], - [ "Science", "classfaker_1_1Science.html", "classfaker_1_1Science" ] + [ "RandomGenerator", "classfaker_1_1RandomGenerator.html", null ] ] ] ]; \ No newline at end of file diff --git a/classes.html b/classes.html index 061f36d1b..b7232ee9b 100644 --- a/classes.html +++ b/classes.html @@ -102,14 +102,14 @@
Class Index
-
A | C | F | N | P | R | S | U | W
+
A | C | F | N | P | R | U | W
A
AirlineInfo (faker::airline)
Airplane (faker::airline)
Airport (faker::airline)
Author (faker::git)
C
-
CharCount (faker::string)
Science::ChemicalElement (faker)
CronOptions (faker::system)
Currency (faker::finance)
+
CharCount (faker::string)
ChemicalElement (faker::science)
CronOptions (faker::system)
Currency (faker::finance)
F
FileOptions (faker::system)
@@ -123,12 +123,9 @@
R
RandomGenerator (faker)
Range (faker::airline)
-
S
-
Science (faker)
-
U
-
Science::Unit (faker)
-
+
Unit (faker::science)
+
W
WeightedElement (faker::helper)
diff --git a/classfaker_1_1Science-members.html b/classfaker_1_1Science-members.html deleted file mode 100644 index 078b4eb75..000000000 --- a/classfaker_1_1Science-members.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - -Faker C++: Member List - - - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
Faker C++ -
-
-
- - - - - - - - -
-
- -
-
-
- -
- -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- -
-
faker::Science Member List
-
-
- -

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

- - - - - - - - -
chemicalElement()faker::Sciencestatic
currentUnit()faker::Sciencestatic
distanceUnit()faker::Sciencestatic
massUnit()faker::Sciencestatic
tempUnit()faker::Sciencestatic
timeUnit()faker::Sciencestatic
unit()faker::Sciencestatic
-
- - - - diff --git a/classfaker_1_1Science.html b/classfaker_1_1Science.html deleted file mode 100644 index a7f7b3af3..000000000 --- a/classfaker_1_1Science.html +++ /dev/null @@ -1,368 +0,0 @@ - - - - - - - -Faker C++: faker::Science Class Reference - - - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
Faker C++ -
-
-
- - - - - - - - -
-
- -
-
-
- -
- -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- -
- -
faker::Science Class Reference
-
-
- - - - - - -

-Classes

struct  ChemicalElement
 
struct  Unit
 
- - - - - - - - - - - - - - - - - - - - - - -

-Static Public Member Functions

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

Member Function Documentation

- -

◆ chemicalElement()

- -
-
- - - - - -
- - - - - - - -
static ChemicalElement faker::Science::chemicalElement ()
-
-static
-
- -

Returns a random chemical element from the periodic table.

-
Returns
ChemicalElement
-
Science::chemicalElement() // Object of ChemicalElement containing info about a random element in the periodic
-
table.
-
static ChemicalElement chemicalElement()
Returns a random chemical element from the periodic table.
-
-
-
- -

◆ currentUnit()

- -
-
- - - - - -
- - - - - - - -
static Unit faker::Science::currentUnit ()
-
-static
-
- -

Returns a unit of measurement for either current.

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

◆ distanceUnit()

- -
-
- - - - - -
- - - - - - - -
static Unit faker::Science::distanceUnit ()
-
-static
-
- -

Returns a unit of measurement for either distance.

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

◆ massUnit()

- -
-
- - - - - -
- - - - - - - -
static Unit faker::Science::massUnit ()
-
-static
-
- -

Returns a unit of measurement for either mass.

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

◆ tempUnit()

- -
-
- - - - - -
- - - - - - - -
static Unit faker::Science::tempUnit ()
-
-static
-
- -

Returns a unit of measurement for either temp.

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

◆ timeUnit()

- -
-
- - - - - -
- - - - - - - -
static Unit faker::Science::timeUnit ()
-
-static
-
- -

Returns a unit of measurement for either time.

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

◆ unit()

- -
-
- - - - - -
- - - - - - - -
static Unit faker::Science::unit ()
-
-static
-
- -

Returns a unit of measurement for either distance, mass, time, temp, current.

-
Returns
Unit
-
Science::unit() // Object of Unit containing info about a random unit of measurement.
-
static Unit unit()
Returns a unit of measurement for either distance, mass, time, temp, current.
-
-
-
-
The documentation for this class was generated from the following file: -
-
- - - - diff --git a/classfaker_1_1Science.js b/classfaker_1_1Science.js deleted file mode 100644 index 46d59f633..000000000 --- a/classfaker_1_1Science.js +++ /dev/null @@ -1,5 +0,0 @@ -var classfaker_1_1Science = -[ - [ "ChemicalElement", "structfaker_1_1Science_1_1ChemicalElement.html", null ], - [ "Unit", "structfaker_1_1Science_1_1Unit.html", null ] -]; \ No newline at end of file diff --git a/doxygen_crawl.html b/doxygen_crawl.html index afbef08c8..31d224656 100644 --- a/doxygen_crawl.html +++ b/doxygen_crawl.html @@ -47,12 +47,6 @@ - - - - - - @@ -69,6 +63,10 @@ + + + + @@ -84,16 +82,6 @@ - - - - - - - - - - @@ -135,21 +123,9 @@ - - - - - - - - - - - - @@ -158,6 +134,8 @@ + + diff --git a/functions.html b/functions.html deleted file mode 100644 index 5f31e4606..000000000 --- a/functions.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - -Faker C++: Class Members - - - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
Faker C++ -
-
-
- - - - - - - - -
-
- -
-
-
- -
- -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- -
-
- - - - diff --git a/functions_func.html b/functions_func.html deleted file mode 100644 index 97772eb5d..000000000 --- a/functions_func.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - -Faker C++: Class Members - Functions - - - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
Faker C++ -
-
-
- - - - - - - - -
-
- -
-
-
- -
- -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- -
-
Here is a list of all documented functions with links to the class documentation for each member:
-
-
- - - - diff --git a/menudata.js b/menudata.js index 7f1172366..b7ed91755 100644 --- a/menudata.js +++ b/menudata.js @@ -26,9 +26,6 @@ var menudata={children:[ {text:"Main Page",url:"index.html"}, {text:"Classes",url:"annotated.html",children:[ {text:"Class List",url:"annotated.html"}, -{text:"Class Index",url:"classes.html"}, -{text:"Class Members",url:"functions.html",children:[ -{text:"All",url:"functions.html"}, -{text:"Functions",url:"functions_func.html"}]}]}, +{text:"Class Index",url:"classes.html"}]}, {text:"Files",url:"files.html",children:[ {text:"File List",url:"files.html"}]}]} diff --git a/navtreedata.js b/navtreedata.js index 0788c7878..52584fb77 100644 --- a/navtreedata.js +++ b/navtreedata.js @@ -27,11 +27,7 @@ var NAVTREE = [ "Faker C++", "index.html", [ [ "Classes", "annotated.html", [ [ "Class List", "annotated.html", "annotated_dup" ], - [ "Class Index", "classes.html", null ], - [ "Class Members", "functions.html", [ - [ "All", "functions.html", null ], - [ "Functions", "functions_func.html", null ] - ] ] + [ "Class Index", "classes.html", null ] ] ], [ "Files", "files.html", [ [ "File List", "files.html", "files_dup" ] diff --git a/navtreeindex0.js b/navtreeindex0.js index 92c0a0feb..d7cd66fc1 100644 --- a/navtreeindex0.js +++ b/navtreeindex0.js @@ -39,17 +39,12 @@ var NAVTREEINDEX0 = "Word_8h_source.html":[1,0,0,0,36], "annotated.html":[0,0], "classes.html":[0,1], -"classfaker_1_1RandomGenerator.html":[0,0,0,7], -"classfaker_1_1Science.html":[0,0,0,8], +"classfaker_1_1RandomGenerator.html":[0,0,0,8], "dir_21275a4f97039163a157995766de70c2.html":[1,0,0,0], "dir_d44c64559bbebec7f509842c48db8b23.html":[1,0,0], "files.html":[1,0], -"functions.html":[0,2,0], -"functions_func.html":[0,2,1], "index.html":[], "pages.html":[], -"structfaker_1_1Science_1_1ChemicalElement.html":[0,0,0,8,0], -"structfaker_1_1Science_1_1Unit.html":[0,0,0,8,1], "structfaker_1_1airline_1_1AirlineInfo.html":[0,0,0,0,0], "structfaker_1_1airline_1_1Airplane.html":[0,0,0,0,1], "structfaker_1_1airline_1_1Airport.html":[0,0,0,0,2], @@ -58,8 +53,10 @@ var NAVTREEINDEX0 = "structfaker_1_1git_1_1Author.html":[0,0,0,2,0], "structfaker_1_1helper_1_1WeightedElement.html":[0,0,0,3,0], "structfaker_1_1internet_1_1PasswordOptions.html":[0,0,0,4,0], -"structfaker_1_1string_1_1CharCount.html":[0,0,0,5,0], -"structfaker_1_1system_1_1CronOptions.html":[0,0,0,6,0], -"structfaker_1_1system_1_1FileOptions.html":[0,0,0,6,1], -"structfaker_1_1system_1_1NetworkInterfaceOptions.html":[0,0,0,6,2] +"structfaker_1_1science_1_1ChemicalElement.html":[0,0,0,5,0], +"structfaker_1_1science_1_1Unit.html":[0,0,0,5,1], +"structfaker_1_1string_1_1CharCount.html":[0,0,0,6,0], +"structfaker_1_1system_1_1CronOptions.html":[0,0,0,7,0], +"structfaker_1_1system_1_1FileOptions.html":[0,0,0,7,1], +"structfaker_1_1system_1_1NetworkInterfaceOptions.html":[0,0,0,7,2] }; diff --git a/search/all_1.js b/search/all_1.js index eb11b8679..8eccfee50 100644 --- a/search/all_1.js +++ b/search/all_1.js @@ -1,9 +1,7 @@ var searchData= [ ['charcount_0',['CharCount',['../structfaker_1_1string_1_1CharCount.html',1,'faker::string']]], - ['chemicalelement_1',['ChemicalElement',['../structfaker_1_1Science_1_1ChemicalElement.html',1,'faker::Science']]], - ['chemicalelement_2',['chemicalElement',['../classfaker_1_1Science.html#a5116cd34282af4c47442a32567da8c81',1,'faker::Science']]], - ['cronoptions_3',['CronOptions',['../structfaker_1_1system_1_1CronOptions.html',1,'faker::system']]], - ['currency_4',['Currency',['../structfaker_1_1finance_1_1Currency.html',1,'faker::finance']]], - ['currentunit_5',['currentUnit',['../classfaker_1_1Science.html#ac2014d2e2ef7e8f1ac52a47a72444c50',1,'faker::Science']]] + ['chemicalelement_1',['ChemicalElement',['../structfaker_1_1science_1_1ChemicalElement.html',1,'faker::science']]], + ['cronoptions_2',['CronOptions',['../structfaker_1_1system_1_1CronOptions.html',1,'faker::system']]], + ['currency_3',['Currency',['../structfaker_1_1finance_1_1Currency.html',1,'faker::finance']]] ]; diff --git a/search/all_2.js b/search/all_2.js index fc568876c..789b86440 100644 --- a/search/all_2.js +++ b/search/all_2.js @@ -1,4 +1,4 @@ var searchData= [ - ['distanceunit_0',['distanceUnit',['../classfaker_1_1Science.html#ab42a1c8263c0a0f2f74c6db5fcccd134',1,'faker::Science']]] + ['fileoptions_0',['FileOptions',['../structfaker_1_1system_1_1FileOptions.html',1,'faker::system']]] ]; diff --git a/search/all_3.js b/search/all_3.js index 789b86440..063e5e3e2 100644 --- a/search/all_3.js +++ b/search/all_3.js @@ -1,4 +1,4 @@ var searchData= [ - ['fileoptions_0',['FileOptions',['../structfaker_1_1system_1_1FileOptions.html',1,'faker::system']]] + ['networkinterfaceoptions_0',['NetworkInterfaceOptions',['../structfaker_1_1system_1_1NetworkInterfaceOptions.html',1,'faker::system']]] ]; diff --git a/search/all_4.js b/search/all_4.js index 14ea0a1c3..3505c3c04 100644 --- a/search/all_4.js +++ b/search/all_4.js @@ -1,4 +1,4 @@ var searchData= [ - ['massunit_0',['massUnit',['../classfaker_1_1Science.html#a11c2fe7aa766dcb44275eeb8fdc01896',1,'faker::Science']]] + ['passwordoptions_0',['PasswordOptions',['../structfaker_1_1internet_1_1PasswordOptions.html',1,'faker::internet']]] ]; diff --git a/search/all_5.js b/search/all_5.js index 063e5e3e2..c82855b5b 100644 --- a/search/all_5.js +++ b/search/all_5.js @@ -1,4 +1,5 @@ var searchData= [ - ['networkinterfaceoptions_0',['NetworkInterfaceOptions',['../structfaker_1_1system_1_1NetworkInterfaceOptions.html',1,'faker::system']]] + ['randomgenerator_0',['RandomGenerator',['../classfaker_1_1RandomGenerator.html',1,'faker']]], + ['range_1',['Range',['../structfaker_1_1airline_1_1Range.html',1,'faker::airline']]] ]; diff --git a/search/all_6.js b/search/all_6.js index 3505c3c04..5e8964aa1 100644 --- a/search/all_6.js +++ b/search/all_6.js @@ -1,4 +1,4 @@ var searchData= [ - ['passwordoptions_0',['PasswordOptions',['../structfaker_1_1internet_1_1PasswordOptions.html',1,'faker::internet']]] + ['unit_0',['Unit',['../structfaker_1_1science_1_1Unit.html',1,'faker::science']]] ]; diff --git a/search/all_7.js b/search/all_7.js index c82855b5b..ee25ad9bb 100644 --- a/search/all_7.js +++ b/search/all_7.js @@ -1,5 +1,4 @@ var searchData= [ - ['randomgenerator_0',['RandomGenerator',['../classfaker_1_1RandomGenerator.html',1,'faker']]], - ['range_1',['Range',['../structfaker_1_1airline_1_1Range.html',1,'faker::airline']]] + ['weightedelement_0',['WeightedElement',['../structfaker_1_1helper_1_1WeightedElement.html',1,'faker::helper']]] ]; diff --git a/search/all_8.js b/search/all_8.js deleted file mode 100644 index 2f06bbce9..000000000 --- a/search/all_8.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['science_0',['Science',['../classfaker_1_1Science.html',1,'faker']]] -]; diff --git a/search/all_9.js b/search/all_9.js deleted file mode 100644 index c4155c313..000000000 --- a/search/all_9.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['tempunit_0',['tempUnit',['../classfaker_1_1Science.html#ab3667bf9c6d644ac1e07d42239b42179',1,'faker::Science']]], - ['timeunit_1',['timeUnit',['../classfaker_1_1Science.html#a326517a93a08ce089df339e11a96e40d',1,'faker::Science']]] -]; diff --git a/search/all_a.js b/search/all_a.js deleted file mode 100644 index e7acdf05c..000000000 --- a/search/all_a.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['unit_0',['Unit',['../structfaker_1_1Science_1_1Unit.html',1,'faker::Science']]], - ['unit_1',['unit',['../classfaker_1_1Science.html#a1603947449ecc5b7bc31f5a4bbc4cc97',1,'faker::Science']]] -]; diff --git a/search/all_b.js b/search/all_b.js deleted file mode 100644 index ee25ad9bb..000000000 --- a/search/all_b.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['weightedelement_0',['WeightedElement',['../structfaker_1_1helper_1_1WeightedElement.html',1,'faker::helper']]] -]; diff --git a/search/classes_1.js b/search/classes_1.js index 8bc7c3d2d..8eccfee50 100644 --- a/search/classes_1.js +++ b/search/classes_1.js @@ -1,7 +1,7 @@ var searchData= [ ['charcount_0',['CharCount',['../structfaker_1_1string_1_1CharCount.html',1,'faker::string']]], - ['chemicalelement_1',['ChemicalElement',['../structfaker_1_1Science_1_1ChemicalElement.html',1,'faker::Science']]], + ['chemicalelement_1',['ChemicalElement',['../structfaker_1_1science_1_1ChemicalElement.html',1,'faker::science']]], ['cronoptions_2',['CronOptions',['../structfaker_1_1system_1_1CronOptions.html',1,'faker::system']]], ['currency_3',['Currency',['../structfaker_1_1finance_1_1Currency.html',1,'faker::finance']]] ]; diff --git a/search/classes_6.js b/search/classes_6.js index 2f06bbce9..5e8964aa1 100644 --- a/search/classes_6.js +++ b/search/classes_6.js @@ -1,4 +1,4 @@ var searchData= [ - ['science_0',['Science',['../classfaker_1_1Science.html',1,'faker']]] + ['unit_0',['Unit',['../structfaker_1_1science_1_1Unit.html',1,'faker::science']]] ]; diff --git a/search/classes_7.js b/search/classes_7.js index 80d3ca9f5..ee25ad9bb 100644 --- a/search/classes_7.js +++ b/search/classes_7.js @@ -1,4 +1,4 @@ var searchData= [ - ['unit_0',['Unit',['../structfaker_1_1Science_1_1Unit.html',1,'faker::Science']]] + ['weightedelement_0',['WeightedElement',['../structfaker_1_1helper_1_1WeightedElement.html',1,'faker::helper']]] ]; diff --git a/search/classes_8.js b/search/classes_8.js deleted file mode 100644 index ee25ad9bb..000000000 --- a/search/classes_8.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['weightedelement_0',['WeightedElement',['../structfaker_1_1helper_1_1WeightedElement.html',1,'faker::helper']]] -]; diff --git a/search/functions_0.js b/search/functions_0.js deleted file mode 100644 index 120346021..000000000 --- a/search/functions_0.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['chemicalelement_0',['chemicalElement',['../classfaker_1_1Science.html#a5116cd34282af4c47442a32567da8c81',1,'faker::Science']]], - ['currentunit_1',['currentUnit',['../classfaker_1_1Science.html#ac2014d2e2ef7e8f1ac52a47a72444c50',1,'faker::Science']]] -]; diff --git a/search/functions_1.js b/search/functions_1.js deleted file mode 100644 index fc568876c..000000000 --- a/search/functions_1.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['distanceunit_0',['distanceUnit',['../classfaker_1_1Science.html#ab42a1c8263c0a0f2f74c6db5fcccd134',1,'faker::Science']]] -]; diff --git a/search/functions_2.js b/search/functions_2.js deleted file mode 100644 index 14ea0a1c3..000000000 --- a/search/functions_2.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['massunit_0',['massUnit',['../classfaker_1_1Science.html#a11c2fe7aa766dcb44275eeb8fdc01896',1,'faker::Science']]] -]; diff --git a/search/functions_3.js b/search/functions_3.js deleted file mode 100644 index c4155c313..000000000 --- a/search/functions_3.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['tempunit_0',['tempUnit',['../classfaker_1_1Science.html#ab3667bf9c6d644ac1e07d42239b42179',1,'faker::Science']]], - ['timeunit_1',['timeUnit',['../classfaker_1_1Science.html#a326517a93a08ce089df339e11a96e40d',1,'faker::Science']]] -]; diff --git a/search/functions_4.js b/search/functions_4.js deleted file mode 100644 index 164d77a85..000000000 --- a/search/functions_4.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['unit_0',['unit',['../classfaker_1_1Science.html#a1603947449ecc5b7bc31f5a4bbc4cc97',1,'faker::Science']]] -]; diff --git a/search/searchdata.js b/search/searchdata.js index 2b315d373..9e233ad05 100644 --- a/search/searchdata.js +++ b/search/searchdata.js @@ -1,21 +1,18 @@ var indexSectionsWithContent = { - 0: "acdfmnprstuw", - 1: "acfnprsuw", - 2: "cdmtu" + 0: "acfnpruw", + 1: "acfnpruw" }; var indexSectionNames = { 0: "all", - 1: "classes", - 2: "functions" + 1: "classes" }; var indexSectionLabels = { 0: "All", - 1: "Classes", - 2: "Functions" + 1: "Classes" }; diff --git a/structfaker_1_1Science_1_1ChemicalElement-members.html b/structfaker_1_1science_1_1ChemicalElement-members.html similarity index 83% rename from structfaker_1_1Science_1_1ChemicalElement-members.html rename to structfaker_1_1science_1_1ChemicalElement-members.html index c8925d2eb..5c6144d3f 100644 --- a/structfaker_1_1Science_1_1ChemicalElement-members.html +++ b/structfaker_1_1science_1_1ChemicalElement-members.html @@ -73,7 +73,7 @@
@@ -99,15 +99,15 @@
-
faker::Science::ChemicalElement Member List
+
faker::science::ChemicalElement Member List
-

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

+

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

- - - + + +
atomicNumber (defined in faker::Science::ChemicalElement)faker::Science::ChemicalElement
name (defined in faker::Science::ChemicalElement)faker::Science::ChemicalElement
symbol (defined in faker::Science::ChemicalElement)faker::Science::ChemicalElement
atomicNumber (defined in faker::science::ChemicalElement)faker::science::ChemicalElement
name (defined in faker::science::ChemicalElement)faker::science::ChemicalElement
symbol (defined in faker::science::ChemicalElement)faker::science::ChemicalElement
diff --git a/structfaker_1_1Science_1_1ChemicalElement.html b/structfaker_1_1science_1_1ChemicalElement.html similarity index 78% rename from structfaker_1_1Science_1_1ChemicalElement.html rename to structfaker_1_1science_1_1ChemicalElement.html index 1bf65c841..444fcccc3 100644 --- a/structfaker_1_1Science_1_1ChemicalElement.html +++ b/structfaker_1_1science_1_1ChemicalElement.html @@ -5,7 +5,7 @@ -Faker C++: faker::Science::ChemicalElement Struct Reference +Faker C++: faker::science::ChemicalElement Struct Reference @@ -73,7 +73,7 @@
@@ -101,22 +101,22 @@
-
faker::Science::ChemicalElement Struct Reference
+List of all members
+
faker::science::ChemicalElement Struct Reference
- - - + - - + - +

Public Attributes

+
std::string_view name
 
+
 
std::string_view symbol
 
+
 
int atomicNumber
 
 

The documentation for this struct was generated from the following file:
@@ -99,15 +99,15 @@
-
faker::Science::Unit Member List
+
faker::science::Unit Member List
-

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

+

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

- - - + + +
name (defined in faker::Science::Unit)faker::Science::Unit
symbol (defined in faker::Science::Unit)faker::Science::Unit
usedToMeasure (defined in faker::Science::Unit)faker::Science::Unit
name (defined in faker::science::Unit)faker::science::Unit
symbol (defined in faker::science::Unit)faker::science::Unit
usedToMeasure (defined in faker::science::Unit)faker::science::Unit
diff --git a/structfaker_1_1Science_1_1Unit.html b/structfaker_1_1science_1_1Unit.html similarity index 78% rename from structfaker_1_1Science_1_1Unit.html rename to structfaker_1_1science_1_1Unit.html index 1b745178e..d4bc73468 100644 --- a/structfaker_1_1Science_1_1Unit.html +++ b/structfaker_1_1science_1_1Unit.html @@ -5,7 +5,7 @@ -Faker C++: faker::Science::Unit Struct Reference +Faker C++: faker::science::Unit Struct Reference @@ -73,7 +73,7 @@
@@ -101,22 +101,22 @@
-
faker::Science::Unit Struct Reference
+List of all members
+
faker::science::Unit Struct Reference
- - - + - - + - +

Public Attributes

+
std::string_view name
 
+
 
std::string_view symbol
 
+
 
std::string_view usedToMeasure
 
 

The documentation for this struct was generated from the following file: