Faker C++
Loading...
Searching...
No Matches
Movie.h
Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
4#include "faker-cxx/Export.h"
5
6namespace faker::movie
7{
17FAKER_CXX_EXPORT std::string_view genre();
18
28FAKER_CXX_EXPORT std::string_view movieTitle();
29
39FAKER_CXX_EXPORT std::string_view tvShow();
40
50FAKER_CXX_EXPORT std::string_view director();
51
61FAKER_CXX_EXPORT std::string_view actor();
62
72FAKER_CXX_EXPORT std::string_view actress();
73}
Definition Movie.h:7
FAKER_CXX_EXPORT std::string_view actor()
Returns a random actor name.
FAKER_CXX_EXPORT std::string_view movieTitle()
Returns a random movie title.
FAKER_CXX_EXPORT std::string_view genre()
Returns a random movie genre.
FAKER_CXX_EXPORT std::string_view actress()
Returns a random actress name.
FAKER_CXX_EXPORT std::string_view tvShow()
Returns a random tv show.
FAKER_CXX_EXPORT std::string_view director()
Returns a random movie director name.