Faker C++
Toggle main menu visibility
Loading...
Searching...
No Matches
computer.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string_view>
4
5
#include "faker-cxx/export.h"
6
7
namespace
faker::computer
8
{
18
FAKER_CXX_EXPORT std::string_view
type
();
19
29
FAKER_CXX_EXPORT std::string_view
manufacture
();
30
40
FAKER_CXX_EXPORT std::string_view
model
();
41
51
FAKER_CXX_EXPORT std::string_view
cpuManufacture
();
52
62
FAKER_CXX_EXPORT std::string_view
cpuType
();
63
73
FAKER_CXX_EXPORT std::string_view
cpuModel
();
74
84
FAKER_CXX_EXPORT std::string_view
gpuManufacture
();
85
95
FAKER_CXX_EXPORT std::string_view
gpuType
();
96
106
FAKER_CXX_EXPORT std::string_view
gpuModel
();
107
108
}
faker::computer
Definition
computer.h:8
faker::computer::cpuType
FAKER_CXX_EXPORT std::string_view cpuType()
Returns a random CPU type.
faker::computer::cpuModel
FAKER_CXX_EXPORT std::string_view cpuModel()
Returns a random CPU model.
faker::computer::type
FAKER_CXX_EXPORT std::string_view type()
Returns a random computer type.
faker::computer::cpuManufacture
FAKER_CXX_EXPORT std::string_view cpuManufacture()
Returns a random CPU manufacture name.
faker::computer::gpuType
FAKER_CXX_EXPORT std::string_view gpuType()
Returns a random GPU type.
faker::computer::gpuModel
FAKER_CXX_EXPORT std::string_view gpuModel()
Returns a random GPU model.
faker::computer::model
FAKER_CXX_EXPORT std::string_view model()
Returns a random computer model.
faker::computer::gpuManufacture
FAKER_CXX_EXPORT std::string_view gpuManufacture()
Returns a random GPU manufacture name.
faker::computer::manufacture
FAKER_CXX_EXPORT std::string_view manufacture()
Returns a random computer manufacture name.
include
faker-cxx
computer.h
Generated by
1.17.0