7#include "faker-cxx/export.h"
8#include "faker-cxx/types/locale.h"
33FAKER_CXX_EXPORT std::string
companyName(std::optional<CompanyNameFormat> format = std::nullopt,
34 Locale locale = Locale::en_US);
47FAKER_CXX_EXPORT std::string_view
type(Locale locale = Locale::en_US);
60FAKER_CXX_EXPORT std::string_view
industry(Locale locale = Locale::en_US);
73FAKER_CXX_EXPORT std::string
buzzPhrase(Locale locale = Locale::en_US);
86FAKER_CXX_EXPORT std::string_view
buzzAdjective(Locale locale = Locale::en_US);
99FAKER_CXX_EXPORT std::string_view
buzzNoun(Locale locale = Locale::en_US);
112FAKER_CXX_EXPORT std::string_view
buzzVerb(Locale locale = Locale::en_US);
125FAKER_CXX_EXPORT std::string
catchPhrase(Locale locale = Locale::en_US);
FAKER_CXX_EXPORT std::string_view buzzNoun(Locale locale=Locale::en_US)
Returns a random buzz noun.
FAKER_CXX_EXPORT std::string_view buzzAdjective(Locale locale=Locale::en_US)
Returns a random buzz adjective.
FAKER_CXX_EXPORT std::string_view catchPhraseNoun(Locale locale=Locale::en_US)
Returns a random catch phrase noun.
FAKER_CXX_EXPORT std::string_view industry(Locale locale=Locale::en_US)
Returns a random company industry.
CompanyNameFormat
Definition company.h:13
@ FirstNameLastNameSuffix
@ FirstNameLastNameJobAreaSuffix
FAKER_CXX_EXPORT std::string_view buzzVerb(Locale locale=Locale::en_US)
Returns a random buzz verb.
FAKER_CXX_EXPORT std::string catchPhrase(Locale locale=Locale::en_US)
Returns a random catch phrase.
FAKER_CXX_EXPORT std::string buzzPhrase(Locale locale=Locale::en_US)
Returns a random buzz phrase.
FAKER_CXX_EXPORT std::string_view type(Locale locale=Locale::en_US)
Returns a random company type.
FAKER_CXX_EXPORT std::string_view catchPhraseDescriptor(Locale locale=Locale::en_US)
Returns a random catch phrase descriptor.
FAKER_CXX_EXPORT std::string companyName(std::optional< CompanyNameFormat > format=std::nullopt, Locale locale=Locale::en_US)
Returns a random company name.
FAKER_CXX_EXPORT std::string_view catchPhraseAdjective(Locale locale=Locale::en_US)
Returns a random catch phrase adjective.