Faker C++
Loading...
Searching...
No Matches
movie.h File Reference
#include <string_view>
#include "faker-cxx/export.h"
#include "faker-cxx/types/locale.h"
Include dependency graph for movie.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  faker
 
namespace  faker::movie
 

Functions

FAKER_CXX_EXPORT std::string_view faker::movie::genre (Locale locale=Locale::en_US)
 Returns a random movie genre.
 
FAKER_CXX_EXPORT std::string_view faker::movie::movieTitle (Locale locale=Locale::en_US)
 Returns a random movie title.
 
FAKER_CXX_EXPORT std::string_view faker::movie::tvShow (Locale locale=Locale::en_US)
 Returns a random tv show.
 
FAKER_CXX_EXPORT std::string_view faker::movie::director (Locale locale=Locale::en_US)
 Returns a random movie director name.
 
FAKER_CXX_EXPORT std::string_view faker::movie::actor (Locale locale=Locale::en_US)
 Returns a random actor name.
 
FAKER_CXX_EXPORT std::string_view faker::movie::actress (Locale locale=Locale::en_US)
 Returns a random actress name.