diff --git a/Hacker_8h_source.html b/Hacker_8h_source.html index 2244fb90f..0a9ace24c 100644 --- a/Hacker_8h_source.html +++ b/Hacker_8h_source.html @@ -106,33 +106,20 @@
2
3#include <string_view>
4
-
5namespace faker
+
5namespace faker::hacker
6{
-
-
7class Hacker
-
8{
-
9public:
-
19 static std::string_view abbreviation();
-
20
-
30 static std::string_view adjective();
-
31
-
41 static std::string_view noun();
-
42
-
52 static std::string_view verb();
-
53
-
63 static std::string_view ingverb();
-
64
-
74 static std::string phrase();
-
75};
-
-
76}
-
faker::Hacker
Definition Hacker.h:8
-
faker::Hacker::noun
static std::string_view noun()
Returns a random noun.
-
faker::Hacker::verb
static std::string_view verb()
Returns a random verb.
-
faker::Hacker::abbreviation
static std::string_view abbreviation()
Returns a hacker abbreviation.
-
faker::Hacker::adjective
static std::string_view adjective()
Returns a random adjective.
-
faker::Hacker::ingverb
static std::string_view ingverb()
Returns a random ingverb.
-
faker::Hacker::phrase
static std::string phrase()
Returns a random phrase.
+
16 std::string_view abbreviation();
+
17
+
27 std::string_view adjective();
+
28
+
38 std::string_view noun();
+
39
+
49 std::string_view verb();
+
50
+
60 std::string_view ingverb();
+
61
+
71 std::string phrase();
+
72}
diff --git a/annotated.html b/annotated.html index ef23f6a97..11d03e672 100644 --- a/annotated.html +++ b/annotated.html @@ -119,17 +119,16 @@  CCharCount  CCurrency  CFinance - CHacker - CHelper - CWeightedElement - CInternet - CPasswordOptions - CPerson - CRandomGenerator - CScience - CChemicalElement - CUnit - CString + CHelper + CWeightedElement + CInternet + CPasswordOptions + CPerson + CRandomGenerator + CScience + CChemicalElement + CUnit + CString diff --git a/annotated_dup.js b/annotated_dup.js index 3b8bdf763..38bc24745 100644 --- a/annotated_dup.js +++ b/annotated_dup.js @@ -18,7 +18,6 @@ var annotated_dup = [ "CharCount", "structfaker_1_1CharCount.html", null ], [ "Currency", "structfaker_1_1Currency.html", null ], [ "Finance", "classfaker_1_1Finance.html", null ], - [ "Hacker", "classfaker_1_1Hacker.html", null ], [ "Helper", "classfaker_1_1Helper.html", "classfaker_1_1Helper" ], [ "Internet", "classfaker_1_1Internet.html", null ], [ "PasswordOptions", "structfaker_1_1PasswordOptions.html", null ], diff --git a/classes.html b/classes.html index f67e80034..9c74c04a8 100644 --- a/classes.html +++ b/classes.html @@ -115,7 +115,7 @@
FileOptions (faker::system)
Finance (faker)
H
-
Hacker (faker)
Helper (faker)
+
Helper (faker)
I
Internet (faker)
diff --git a/classfaker_1_1Hacker-members.html b/classfaker_1_1Hacker-members.html deleted file mode 100644 index ad1623137..000000000 --- a/classfaker_1_1Hacker-members.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - -Faker C++: Member List - - - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
Faker C++ -
-
-
- - - - - - - - -
-
- -
-
-
- -
- -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- -
-
faker::Hacker Member List
-
-
- -

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

- - - - - - - -
abbreviation()faker::Hackerstatic
adjective()faker::Hackerstatic
ingverb()faker::Hackerstatic
noun()faker::Hackerstatic
phrase()faker::Hackerstatic
verb()faker::Hackerstatic
-
- - - - diff --git a/classfaker_1_1Hacker.html b/classfaker_1_1Hacker.html deleted file mode 100644 index ec64e6592..000000000 --- a/classfaker_1_1Hacker.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - - - - -Faker C++: faker::Hacker Class Reference - - - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
Faker C++ -
-
-
- - - - - - - - -
-
- -
-
-
- -
- -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- -
- -
faker::Hacker Class Reference
-
-
- - - - - - - - - - - - - - - - - - - - -

-Static Public Member Functions

static std::string_view abbreviation ()
 Returns a hacker abbreviation.
 
static std::string_view adjective ()
 Returns a random adjective.
 
static std::string_view noun ()
 Returns a random noun.
 
static std::string_view verb ()
 Returns a random verb.
 
static std::string_view ingverb ()
 Returns a random ingverb.
 
static std::string phrase ()
 Returns a random phrase.
 
-

Member Function Documentation

- -

◆ abbreviation()

- -
-
- - - - - -
- - - - - - - -
static std::string_view faker::Hacker::abbreviation ()
-
-static
-
- -

Returns a hacker abbreviation.

-
Returns
abbreviation.
-
-
static std::string_view abbreviation()
Returns a hacker abbreviation.
-
-
-
- -

◆ adjective()

- -
-
- - - - - -
- - - - - - - -
static std::string_view faker::Hacker::adjective ()
-
-static
-
- -

Returns a random adjective.

-
Returns
adjective.
-
Hacker::adjective() // "open-source"
-
static std::string_view adjective()
Returns a random adjective.
-
-
-
- -

◆ ingverb()

- -
-
- - - - - -
- - - - - - - -
static std::string_view faker::Hacker::ingverb ()
-
-static
-
- -

Returns a random ingverb.

-
Returns
ingverb.
-
Hacker::ingverb() // "backing up"
-
static std::string_view ingverb()
Returns a random ingverb.
-
-
-
- -

◆ noun()

- -
-
- - - - - -
- - - - - - - -
static std::string_view faker::Hacker::noun ()
-
-static
-
- -

Returns a random noun.

-
Returns
noun.
-
Hacker::noun() // "coder"
-
static std::string_view noun()
Returns a random noun.
-
-
-
- -

◆ phrase()

- -
-
- - - - - -
- - - - - - - -
static std::string faker::Hacker::phrase ()
-
-static
-
- -

Returns a random phrase.

-
Returns
phrase.
-
Hacker::phrase() // "If we bypass the monitor, we can get to the TCP monitor through the neural EXE monitor!"
-
static std::string phrase()
Returns a random phrase.
-
-
-
- -

◆ verb()

- -
-
- - - - - -
- - - - - - - -
static std::string_view faker::Hacker::verb ()
-
-static
-
- -

Returns a random verb.

-
Returns
verb.
-
Hacker::verb() // "run"
-
static std::string_view verb()
Returns a random verb.
-
-
-
-
The documentation for this class was generated from the following file: -
-
- - - - diff --git a/doxygen_crawl.html b/doxygen_crawl.html index b65e2042b..fa51f0077 100644 --- a/doxygen_crawl.html +++ b/doxygen_crawl.html @@ -50,8 +50,6 @@ - - @@ -115,8 +113,6 @@ - - @@ -195,13 +191,6 @@ - - - - - - - diff --git a/functions.html b/functions.html index 94a618474..f77116d78 100644 --- a/functions.html +++ b/functions.html @@ -102,10 +102,8 @@
Here is a list of all documented class members with links to the class documentation for each member:

- a -