Faker C++
Toggle main menu visibility
Loading...
Searching...
No Matches
video_game.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string_view>
4
5
#include "faker-cxx/export.h"
6
#include "faker-cxx/types/locale.h"
7
8
namespace
faker::videogame
9
{
21
FAKER_CXX_EXPORT std::string_view
gameTitle
(Locale locale = Locale::en_US);
22
34
FAKER_CXX_EXPORT std::string_view
genre
(Locale locale = Locale::en_US);
35
47
FAKER_CXX_EXPORT std::string_view
platform
(Locale locale = Locale::en_US);
48
60
FAKER_CXX_EXPORT std::string_view
studioName
(Locale locale = Locale::en_US);
61
}
faker::videogame
Definition
video_game.h:9
faker::videogame::genre
FAKER_CXX_EXPORT std::string_view genre(Locale locale=Locale::en_US)
Returns a random video game genre.
faker::videogame::studioName
FAKER_CXX_EXPORT std::string_view studioName(Locale locale=Locale::en_US)
Returns a random video game studio name.
faker::videogame::gameTitle
FAKER_CXX_EXPORT std::string_view gameTitle(Locale locale=Locale::en_US)
Returns a random video game name.
faker::videogame::platform
FAKER_CXX_EXPORT std::string_view platform(Locale locale=Locale::en_US)
Returns a random video game platform.
include
faker-cxx
video_game.h
Generated by
1.17.0