Faker C++
Loading...
Searching...
No Matches
company.h File Reference
#include <optional>
#include <string>
#include <string_view>
#include "faker-cxx/export.h"
#include "faker-cxx/types/locale.h"
Include dependency graph for company.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::company
 

Enumerations

enum class  faker::company::CompanyNameFormat { faker::company::LastNameSuffix , faker::company::FirstNameLastNameSuffix , faker::company::FirstNameLastNameJobAreaSuffix }
 

Functions

FAKER_CXX_EXPORT std::string faker::company::companyName (std::optional< CompanyNameFormat > format=std::nullopt, Locale locale=Locale::en_US)
 Returns a random company name.
 
FAKER_CXX_EXPORT std::string_view faker::company::type (Locale locale=Locale::en_US)
 Returns a random company type.
 
FAKER_CXX_EXPORT std::string_view faker::company::industry (Locale locale=Locale::en_US)
 Returns a random company industry.
 
FAKER_CXX_EXPORT std::string faker::company::buzzPhrase (Locale locale=Locale::en_US)
 Returns a random buzz phrase.
 
FAKER_CXX_EXPORT std::string_view faker::company::buzzAdjective (Locale locale=Locale::en_US)
 Returns a random buzz adjective.
 
FAKER_CXX_EXPORT std::string_view faker::company::buzzNoun (Locale locale=Locale::en_US)
 Returns a random buzz noun.
 
FAKER_CXX_EXPORT std::string_view faker::company::buzzVerb (Locale locale=Locale::en_US)
 Returns a random buzz verb.
 
FAKER_CXX_EXPORT std::string faker::company::catchPhrase (Locale locale=Locale::en_US)
 Returns a random catch phrase.
 
FAKER_CXX_EXPORT std::string_view faker::company::catchPhraseAdjective (Locale locale=Locale::en_US)
 Returns a random catch phrase adjective.
 
FAKER_CXX_EXPORT std::string_view faker::company::catchPhraseDescriptor (Locale locale=Locale::en_US)
 Returns a random catch phrase descriptor.
 
FAKER_CXX_EXPORT std::string_view faker::company::catchPhraseNoun (Locale locale=Locale::en_US)
 Returns a random catch phrase noun.