-
- |
-static std::string_view | abbreviation () |
- | Returns a hacker abbreviation.
|
- |
-static std::string_view | adjective () |
- | Returns a random adjective.
|
- |
-static std::string_view | noun () |
- | Returns a random noun.
|
- |
-static std::string_view | verb () |
- | Returns a random verb.
|
- |
-static std::string_view | ingverb () |
- | Returns a random ingverb.
|
- |
-static std::string | phrase () |
- | Returns a random phrase.
|
- |
-
-
-
-
◆ abbreviation()
-
-
-
-
-
-
-
-
- static std::string_view faker::Hacker::abbreviation |
- ( |
- | ) |
- |
-
-
- |
-
-static |
-
-
-
-
-
Returns a hacker abbreviation.
-
- Returns
- abbreviation.
-
-
static std::string_view abbreviation()
Returns a hacker abbreviation.
-
-
-
-
-
◆ adjective()
-
-
-
-
-
-
-
-
- static std::string_view faker::Hacker::adjective |
- ( |
- | ) |
- |
-
-
- |
-
-static |
-
-
-
-
-
Returns a random adjective.
-
- Returns
- adjective.
-
-
static std::string_view adjective()
Returns a random adjective.
-
-
-
-
-
◆ ingverb()
-
-
-
-
-
-
-
-
- static std::string_view faker::Hacker::ingverb |
- ( |
- | ) |
- |
-
-
- |
-
-static |
-
-
-
-
-
Returns a random ingverb.
-
- Returns
- ingverb.
-
-
static std::string_view ingverb()
Returns a random ingverb.
-
-
-
-
-
◆ noun()
-
-
-
-
-
-
-
-
- static std::string_view faker::Hacker::noun |
- ( |
- | ) |
- |
-
-
- |
-
-static |
-
-
-
-
-
Returns a random noun.
-
- Returns
- noun.
-
-
static std::string_view noun()
Returns a random noun.
-
-
-
-
-
◆ phrase()
-
-
-
-
-
-
-
-
- static std::string faker::Hacker::phrase |
- ( |
- | ) |
- |
-
-
- |
-
-static |
-
-
-
-
-
Returns a random phrase.
-
- Returns
- phrase.
-
-
static std::string phrase()
Returns a random phrase.
-
-
-
-
-
◆ verb()
-
-
-
-
-
-
-
-
- static std::string_view faker::Hacker::verb |
- ( |
- | ) |
- |
-
-
- |
-
-static |
-
-
-
-
-
Returns a random verb.
-
- Returns
- verb.
-
-
static std::string_view verb()
Returns a random verb.
-
-
-
-
The documentation for this class was generated from the following file:
-