Faker C++
Loading...
Searching...
No Matches
hacker.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4#include <string_view>
5
6#include "faker-cxx/export.h"
7
8namespace faker::hacker
9{
19FAKER_CXX_EXPORT std::string_view abbreviation();
20
30FAKER_CXX_EXPORT std::string_view adjective();
31
41FAKER_CXX_EXPORT std::string_view noun();
42
52FAKER_CXX_EXPORT std::string_view verb();
53
63FAKER_CXX_EXPORT std::string_view ingverb();
64
74FAKER_CXX_EXPORT std::string phrase();
75}
Definition hacker.h:9
FAKER_CXX_EXPORT std::string_view verb()
Returns a random verb.
FAKER_CXX_EXPORT std::string_view ingverb()
Returns a random ingverb.
FAKER_CXX_EXPORT std::string_view adjective()
Returns a random adjective.
FAKER_CXX_EXPORT std::string phrase()
Returns a random phrase.
FAKER_CXX_EXPORT std::string_view abbreviation()
Returns a hacker abbreviation.
FAKER_CXX_EXPORT std::string_view noun()
Returns a random noun.