Faker C++
Toggle main menu visibility
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
8
namespace
faker::hacker
9
{
19
FAKER_CXX_EXPORT std::string_view
abbreviation
();
20
30
FAKER_CXX_EXPORT std::string_view
adjective
();
31
41
FAKER_CXX_EXPORT std::string_view
noun
();
42
52
FAKER_CXX_EXPORT std::string_view
verb
();
53
63
FAKER_CXX_EXPORT std::string_view
ingverb
();
64
74
FAKER_CXX_EXPORT std::string
phrase
();
75
}
faker::hacker
Definition
hacker.h:9
faker::hacker::verb
FAKER_CXX_EXPORT std::string_view verb()
Returns a random verb.
faker::hacker::ingverb
FAKER_CXX_EXPORT std::string_view ingverb()
Returns a random ingverb.
faker::hacker::adjective
FAKER_CXX_EXPORT std::string_view adjective()
Returns a random adjective.
faker::hacker::phrase
FAKER_CXX_EXPORT std::string phrase()
Returns a random phrase.
faker::hacker::abbreviation
FAKER_CXX_EXPORT std::string_view abbreviation()
Returns a hacker abbreviation.
faker::hacker::noun
FAKER_CXX_EXPORT std::string_view noun()
Returns a random noun.
include
faker-cxx
hacker.h
Generated by
1.17.0