Faker C++
Toggle main menu visibility
Loading...
Searching...
No Matches
movie.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::movie
9
{
21
FAKER_CXX_EXPORT std::string_view
genre
(Locale locale = Locale::en_US);
22
34
FAKER_CXX_EXPORT std::string_view
movieTitle
(Locale locale = Locale::en_US);
35
46
FAKER_CXX_EXPORT std::string_view
tvShow
(Locale locale = Locale::en_US);
47
59
FAKER_CXX_EXPORT std::string_view
director
(Locale locale = Locale::en_US);
60
72
FAKER_CXX_EXPORT std::string_view
actor
(Locale locale = Locale::en_US);
73
85
FAKER_CXX_EXPORT std::string_view
actress
(Locale locale = Locale::en_US);
86
}
faker::movie
Definition
movie.h:9
faker::movie::actress
FAKER_CXX_EXPORT std::string_view actress(Locale locale=Locale::en_US)
Returns a random actress name.
faker::movie::movieTitle
FAKER_CXX_EXPORT std::string_view movieTitle(Locale locale=Locale::en_US)
Returns a random movie title.
faker::movie::actor
FAKER_CXX_EXPORT std::string_view actor(Locale locale=Locale::en_US)
Returns a random actor name.
faker::movie::tvShow
FAKER_CXX_EXPORT std::string_view tvShow(Locale locale=Locale::en_US)
Returns a random tv show.
faker::movie::genre
FAKER_CXX_EXPORT std::string_view genre(Locale locale=Locale::en_US)
Returns a random movie genre.
faker::movie::director
FAKER_CXX_EXPORT std::string_view director(Locale locale=Locale::en_US)
Returns a random movie director name.
include
faker-cxx
movie.h
Generated by
1.17.0