diff --git a/dir_21275a4f97039163a157995766de70c2.html b/dir_21275a4f97039163a157995766de70c2.html index fab6d950..f215bae2 100644 --- a/dir_21275a4f97039163a157995766de70c2.html +++ b/dir_21275a4f97039163a157995766de70c2.html @@ -136,6 +136,8 @@    date.h   + esport.h faker.h    finance.h diff --git a/dir_21275a4f97039163a157995766de70c2.js b/dir_21275a4f97039163a157995766de70c2.js index f07a53e4..8c770b4c 100644 --- a/dir_21275a4f97039163a157995766de70c2.js +++ b/dir_21275a4f97039163a157995766de70c2.js @@ -11,6 +11,7 @@ var dir_21275a4f97039163a157995766de70c2 = [ "database.h", "database_8h.html", "database_8h" ], [ "datatype.h", "datatype_8h.html", "datatype_8h" ], [ "date.h", "date_8h.html", "date_8h" ], + [ "esport.h", "esport_8h.html", "esport_8h" ], [ "faker.h", "faker_8h.html", null ], [ "finance.h", "finance_8h.html", "finance_8h" ], [ "food.h", "food_8h.html", "food_8h" ], diff --git a/doxygen_crawl.html b/doxygen_crawl.html index e94274bc..af52cf4e 100644 --- a/doxygen_crawl.html +++ b/doxygen_crawl.html @@ -19,6 +19,7 @@ + @@ -56,6 +57,7 @@ + @@ -104,6 +106,7 @@ + @@ -388,6 +391,12 @@ + + + + + + @@ -681,6 +690,12 @@ + + + + + + diff --git a/esport_8h.html b/esport_8h.html new file mode 100644 index 00000000..8efda945 --- /dev/null +++ b/esport_8h.html @@ -0,0 +1,160 @@ + + + + + + + +Faker C++: include/faker-cxx/esport.h File Reference + + + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
Faker C++ +
+
+
+ + + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+ +
esport.h File Reference
+
+
+
#include <string_view>
+#include "faker-cxx/export.h"
+
+Include dependency graph for esport.h:
+
+
+ + + + + + + +
+
+

Go to the source code of this file.

+ + + + + + +

+Namespaces

namespace  faker
 
namespace  faker::esport
 
+ + + + + + + + + + + + + + + + +

+Functions

FAKER_CXX_EXPORT std::string_view faker::esport::player ()
 Returns a random player name.
 
FAKER_CXX_EXPORT std::string_view faker::esport::team ()
 Returns a random esport team.
 
FAKER_CXX_EXPORT std::string_view faker::esport::league ()
 Returns a random esport league.
 
FAKER_CXX_EXPORT std::string_view faker::esport::event ()
 Returns a random esport event.
 
FAKER_CXX_EXPORT std::string_view faker::esport::game ()
 Returns a random competitive video game.
 
+
+
+ + + + diff --git a/esport_8h.js b/esport_8h.js new file mode 100644 index 00000000..e0431306 --- /dev/null +++ b/esport_8h.js @@ -0,0 +1,8 @@ +var esport_8h = +[ + [ "event", "esport_8h.html#ab3a591effe062d25563018b79ce131ef", null ], + [ "game", "esport_8h.html#a374455358048df05aca0dd2fba583484", null ], + [ "league", "esport_8h.html#a8a81b7adad8fcfd6141b85de01f32fd1", null ], + [ "player", "esport_8h.html#a07b32ae6a515b4e2092c5c9ba0ce35db", null ], + [ "team", "esport_8h.html#a4dca21e7774514c10934c9632c17d8e2", null ] +]; \ No newline at end of file diff --git a/esport_8h__incl.map b/esport_8h__incl.map new file mode 100644 index 00000000..58d9db2a --- /dev/null +++ b/esport_8h__incl.map @@ -0,0 +1,7 @@ + + + + + + + diff --git a/esport_8h__incl.md5 b/esport_8h__incl.md5 new file mode 100644 index 00000000..268a183e --- /dev/null +++ b/esport_8h__incl.md5 @@ -0,0 +1 @@ +6764d13445dcf369b6a4ac42e4964d95 \ No newline at end of file diff --git a/esport_8h__incl.png b/esport_8h__incl.png new file mode 100644 index 00000000..012d65c3 Binary files /dev/null and b/esport_8h__incl.png differ diff --git a/esport_8h_source.html b/esport_8h_source.html new file mode 100644 index 00000000..bd4c349a --- /dev/null +++ b/esport_8h_source.html @@ -0,0 +1,142 @@ + + + + + + + +Faker C++: include/faker-cxx/esport.h Source File + + + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
Faker C++ +
+
+
+ + + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+
esport.h
+
+
+Go to the documentation of this file.
1#pragma once
+
2
+
3#include <string_view>
+
4
+
5#include "faker-cxx/export.h"
+
6
+
+
7namespace faker::esport
+
8{
+
9
+
19FAKER_CXX_EXPORT std::string_view player();
+
20
+
30FAKER_CXX_EXPORT std::string_view team();
+
31
+
41FAKER_CXX_EXPORT std::string_view league();
+
42
+
52FAKER_CXX_EXPORT std::string_view event();
+
53
+
63FAKER_CXX_EXPORT std::string_view game();
+
64}
+
+
Definition esport.h:8
+
FAKER_CXX_EXPORT std::string_view player()
Returns a random player name.
+
FAKER_CXX_EXPORT std::string_view game()
Returns a random competitive video game.
+
FAKER_CXX_EXPORT std::string_view team()
Returns a random esport team.
+
FAKER_CXX_EXPORT std::string_view league()
Returns a random esport league.
+
FAKER_CXX_EXPORT std::string_view event()
Returns a random esport event.
+
+
+ + + + diff --git a/files.html b/files.html index 85dd65da..fe8e96d0 100644 --- a/files.html +++ b/files.html @@ -117,32 +117,33 @@  database.h  datatype.h  date.h - faker.h - finance.h - food.h - git.h - hacker.h - helper.h - image.h - internet.h - location.h - lorem.h - medicine.h - movie.h - music.h - number.h - person.h - phone.h - plant.h - random_generator.h - science.h - sport.h - string.h - system.h - vehicle.h - video_game.h - weather.h - word.h + esport.h + faker.h + finance.h + food.h + git.h + hacker.h + helper.h + image.h + internet.h + location.h + lorem.h + medicine.h + movie.h + music.h + number.h + person.h + phone.h + plant.h + random_generator.h + science.h + sport.h + string.h + system.h + vehicle.h + video_game.h + weather.h + word.h diff --git a/namespacefaker.html b/namespacefaker.html index 79b3266d..f5fa8dae 100644 --- a/namespacefaker.html +++ b/namespacefaker.html @@ -130,6 +130,8 @@   namespace  date   +namespace  esport +  namespace  finance   namespace  food diff --git a/namespacefaker.js b/namespacefaker.js index 7c0e08d1..9a15af5c 100644 --- a/namespacefaker.js +++ b/namespacefaker.js @@ -127,6 +127,13 @@ var namespacefaker = [ "weekdayName", "namespacefaker_1_1date.html#aac708c24548f17807e72646e385f298c", null ], [ "year", "namespacefaker_1_1date.html#a768e70b0a52f6ccd31ba84b33167b975", null ] ] ], + [ "esport", "namespacefaker_1_1esport.html", [ + [ "event", "namespacefaker_1_1esport.html#ab3a591effe062d25563018b79ce131ef", null ], + [ "game", "namespacefaker_1_1esport.html#a374455358048df05aca0dd2fba583484", null ], + [ "league", "namespacefaker_1_1esport.html#a8a81b7adad8fcfd6141b85de01f32fd1", null ], + [ "player", "namespacefaker_1_1esport.html#a07b32ae6a515b4e2092c5c9ba0ce35db", null ], + [ "team", "namespacefaker_1_1esport.html#a4dca21e7774514c10934c9632c17d8e2", null ] + ] ], [ "finance", "namespacefaker_1_1finance.html", "namespacefaker_1_1finance" ], [ "food", "namespacefaker_1_1food.html", [ [ "alcoholicBeverage", "namespacefaker_1_1food.html#a242b623a082b6729ddc0ca5b06e08a37", null ], diff --git a/namespacefaker_1_1esport.html b/namespacefaker_1_1esport.html new file mode 100644 index 00000000..de3f6176 --- /dev/null +++ b/namespacefaker_1_1esport.html @@ -0,0 +1,247 @@ + + + + + + + +Faker C++: faker::esport Namespace Reference + + + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
Faker C++ +
+
+
+ + + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+ +
faker::esport Namespace Reference
+
+
+ + + + + + + + + + + + + + + + + +

+Functions

FAKER_CXX_EXPORT std::string_view player ()
 Returns a random player name.
 
FAKER_CXX_EXPORT std::string_view team ()
 Returns a random esport team.
 
FAKER_CXX_EXPORT std::string_view league ()
 Returns a random esport league.
 
FAKER_CXX_EXPORT std::string_view event ()
 Returns a random esport event.
 
FAKER_CXX_EXPORT std::string_view game ()
 Returns a random competitive video game.
 
+

Function Documentation

+ +

◆ event()

+ +
+
+ + + + + + + +
FAKER_CXX_EXPORT std::string_view faker::esport::event ()
+
+ +

Returns a random esport event.

+
Returns
Esport Event.
+
+
FAKER_CXX_EXPORT std::string_view event()
Returns a random esport event.
+
+
+
+ +

◆ game()

+ +
+
+ + + + + + + +
FAKER_CXX_EXPORT std::string_view faker::esport::game ()
+
+ +

Returns a random competitive video game.

+
Returns
Competitive video game.
+
faker::esport::game() // "Rocket League"
+
FAKER_CXX_EXPORT std::string_view game()
Returns a random competitive video game.
+
+
+
+ +

◆ league()

+ +
+
+ + + + + + + +
FAKER_CXX_EXPORT std::string_view faker::esport::league ()
+
+ +

Returns a random esport league.

+
Returns
Esport League.
+
+
FAKER_CXX_EXPORT std::string_view league()
Returns a random esport league.
+
+
+
+ +

◆ player()

+ +
+
+ + + + + + + +
FAKER_CXX_EXPORT std::string_view faker::esport::player ()
+
+ +

Returns a random player name.

+
Returns
Player name.
+
+
FAKER_CXX_EXPORT std::string_view player()
Returns a random player name.
+
+
+
+ +

◆ team()

+ +
+
+ + + + + + + +
FAKER_CXX_EXPORT std::string_view faker::esport::team ()
+
+ +

Returns a random esport team.

+
Returns
Esport team.
+
faker::esport::team() // "Karmine Corp"
+
FAKER_CXX_EXPORT std::string_view team()
Returns a random esport team.
+
+
+
+
+
+ + + + diff --git a/namespacemembers_e.html b/namespacemembers_e.html index 2fd82581..994f23d2 100644 --- a/namespacemembers_e.html +++ b/namespacemembers_e.html @@ -109,6 +109,7 @@

- e -

diff --git a/namespacemembers_func_e.html b/namespacemembers_func_e.html index e96ecb16..3d3b2ba2 100644 --- a/namespacemembers_func_e.html +++ b/namespacemembers_func_e.html @@ -108,6 +108,7 @@

- e -

diff --git a/namespacemembers_func_g.html b/namespacemembers_func_g.html index 0163b864..fd6fe370 100644 --- a/namespacemembers_func_g.html +++ b/namespacemembers_func_g.html @@ -102,6 +102,7 @@
Here is a list of all namespace functions with links to the namespace documentation for each function:

- g -