Faker C++
|
Enumerations | |
enum class | CompanyNameFormat { LastNameSuffix , FirstNameLastNameSuffix , FirstNameLastNameJobAreaSuffix } |
Functions | |
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 | type (Locale locale=Locale::en_US) |
Returns a random company type. | |
FAKER_CXX_EXPORT std::string_view | industry (Locale locale=Locale::en_US) |
Returns a random company industry. | |
FAKER_CXX_EXPORT std::string | buzzPhrase (Locale locale=Locale::en_US) |
Returns a random buzz phrase. | |
FAKER_CXX_EXPORT std::string_view | buzzAdjective (Locale locale=Locale::en_US) |
Returns a random buzz adjective. | |
FAKER_CXX_EXPORT std::string_view | buzzNoun (Locale locale=Locale::en_US) |
Returns a random buzz noun. | |
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_view | catchPhraseAdjective (Locale locale=Locale::en_US) |
Returns a random catch phrase adjective. | |
FAKER_CXX_EXPORT std::string_view | catchPhraseDescriptor (Locale locale=Locale::en_US) |
Returns a random catch phrase descriptor. | |
FAKER_CXX_EXPORT std::string_view | catchPhraseNoun (Locale locale=Locale::en_US) |
Returns a random catch phrase noun. | |
|
strong |
FAKER_CXX_EXPORT std::string_view faker::company::buzzAdjective | ( | Locale | locale = Locale::en_US | ) |
Returns a random buzz adjective.
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string_view faker::company::buzzNoun | ( | Locale | locale = Locale::en_US | ) |
Returns a random buzz noun.
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string faker::company::buzzPhrase | ( | Locale | locale = Locale::en_US | ) |
Returns a random buzz phrase.
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string_view faker::company::buzzVerb | ( | Locale | locale = Locale::en_US | ) |
Returns a random buzz verb.
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string faker::company::catchPhrase | ( | Locale | locale = Locale::en_US | ) |
Returns a random catch phrase.
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string_view faker::company::catchPhraseAdjective | ( | Locale | locale = Locale::en_US | ) |
Returns a random catch phrase adjective.
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string_view faker::company::catchPhraseDescriptor | ( | Locale | locale = Locale::en_US | ) |
Returns a random catch phrase descriptor.
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string_view faker::company::catchPhraseNoun | ( | Locale | locale = Locale::en_US | ) |
Returns a random catch phrase noun.
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string faker::company::companyName | ( | std::optional< CompanyNameFormat > | format = std::nullopt, |
Locale | locale = Locale::en_US ) |
Returns a random company name.
format | The optional format of the company name. |
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string_view faker::company::industry | ( | Locale | locale = Locale::en_US | ) |
Returns a random company industry.
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string_view faker::company::type | ( | Locale | locale = Locale::en_US | ) |
Returns a random company type.
locale | The locale. Defaults to `Locale::en_US`. |