diff --git a/Medicine_8h_source.html b/Medicine_8h_source.html index 103e78709..5c6cea83a 100644 --- a/Medicine_8h_source.html +++ b/Medicine_8h_source.html @@ -106,25 +106,14 @@
2
3#include <string_view>
4
-
5namespace faker
+
5namespace faker::medicine
6{
-
-
7class Medicine
-
8{
-
9
-
10public:
-
20 static std::string_view condition();
-
21
-
31 static std::string_view medicalTest();
-
32
-
43 static std::string_view specialty();
-
44};
-
-
45}
-
faker::Medicine
Definition Medicine.h:8
-
faker::Medicine::condition
static std::string_view condition()
Returns a random medical condition.
-
faker::Medicine::medicalTest
static std::string_view medicalTest()
Returns a random medical test.
-
faker::Medicine::specialty
static std::string_view specialty()
Returns a random Medical specialty.
+
16std::string_view condition();
+
17
+
27std::string_view medicalTest();
+
28
+
39std::string_view specialty();
+
40}
diff --git a/annotated.html b/annotated.html index c868cf80e..2dc2ec3f1 100644 --- a/annotated.html +++ b/annotated.html @@ -125,14 +125,13 @@  CInternet  CLocation  CLorem - CMedicine - CPasswordOptions - CPerson - CRandomGenerator - CScience - CChemicalElement - CUnit - CString + CPasswordOptions + CPerson + CRandomGenerator + CScience + CChemicalElement + CUnit + CString diff --git a/annotated_dup.js b/annotated_dup.js index 69a875151..a7197fe31 100644 --- a/annotated_dup.js +++ b/annotated_dup.js @@ -23,7 +23,6 @@ var annotated_dup = [ "Internet", "classfaker_1_1Internet.html", null ], [ "Location", "classfaker_1_1Location.html", null ], [ "Lorem", "classfaker_1_1Lorem.html", null ], - [ "Medicine", "classfaker_1_1Medicine.html", null ], [ "PasswordOptions", "structfaker_1_1PasswordOptions.html", null ], [ "Person", "classfaker_1_1Person.html", null ], [ "RandomGenerator", "classfaker_1_1RandomGenerator.html", null ], diff --git a/classes.html b/classes.html index 5b33bb5f4..5531305a9 100644 --- a/classes.html +++ b/classes.html @@ -102,7 +102,7 @@
Class Index
-
A | C | F | H | I | L | M | N | P | R | S | U | W
+
A | C | F | H | I | L | N | P | R | S | U | W
A
@@ -123,24 +123,21 @@
L
Location (faker)
Lorem (faker)
-
M
-
Medicine (faker)
-
N
NetworkInterfaceOptions (faker::system)
-
+
P
PasswordOptions (faker)
Person (faker)
-
+
R
RandomGenerator (faker)
Range (faker::airline)
-
+
S
Science (faker)
String (faker)
-
+
U
Science::Unit (faker)
-
+
W
Helper::WeightedElement (faker)
diff --git a/classfaker_1_1Medicine-members.html b/classfaker_1_1Medicine-members.html deleted file mode 100644 index 87afc2304..000000000 --- a/classfaker_1_1Medicine-members.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - -Faker C++: Member List - - - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
Faker C++ -
-
-
- - - - - - - - -
-
- -
-
-
- -
- -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- -
-
faker::Medicine Member List
-
-
- -

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

- - - - -
condition()faker::Medicinestatic
medicalTest()faker::Medicinestatic
specialty()faker::Medicinestatic
-
- - - - diff --git a/classfaker_1_1Medicine.html b/classfaker_1_1Medicine.html deleted file mode 100644 index 93fb83777..000000000 --- a/classfaker_1_1Medicine.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - - -Faker C++: faker::Medicine Class Reference - - - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
Faker C++ -
-
-
- - - - - - - - -
-
- -
-
-
- -
- -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- -
- -
faker::Medicine Class Reference
-
-
- - - - - - - - - - - -

-Static Public Member Functions

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

Member Function Documentation

- -

◆ condition()

- -
-
- - - - - -
- - - - - - - -
static std::string_view faker::Medicine::condition ()
-
-static
-
- -

Returns a random medical condition.

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

◆ medicalTest()

- -
-
- - - - - -
- - - - - - - -
static std::string_view faker::Medicine::medicalTest ()
-
-static
-
- -

Returns a random medical test.

-
Returns
Medical test.
-
Medicine::medicalTest() // "pulmonary auscultation"
-
static std::string_view medicalTest()
Returns a random medical test.
-
-
-
- -

◆ specialty()

- -
-
- - - - - -
- - - - - - - -
static std::string_view faker::Medicine::specialty ()
-
-static
-
- -

Returns a random Medical specialty.

-
Returns
Medical specialty.
-
Medicine::specialty() // "Cardiology"
-
static std::string_view specialty()
Returns a random Medical specialty.
-
-
-
-
The documentation for this class was generated from the following file: -
-
- - - - diff --git a/doxygen_crawl.html b/doxygen_crawl.html index 5cc479bc1..e71ada5b6 100644 --- a/doxygen_crawl.html +++ b/doxygen_crawl.html @@ -62,8 +62,6 @@ - - @@ -269,10 +267,6 @@ - - - - diff --git a/functions.html b/functions.html index 0aa61dc84..fd9e4277d 100644 --- a/functions.html +++ b/functions.html @@ -128,7 +128,6 @@

- c -