Faker C++
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
8{
18FAKER_CXX_EXPORT std::string_view type();
19
29FAKER_CXX_EXPORT std::string_view manufacture();
30
40FAKER_CXX_EXPORT std::string_view model();
41
51FAKER_CXX_EXPORT std::string_view cpuManufacture();
52
62FAKER_CXX_EXPORT std::string_view cpuType();
63
73FAKER_CXX_EXPORT std::string_view cpuModel();
74
84FAKER_CXX_EXPORT std::string_view gpuManufacture();
85
95FAKER_CXX_EXPORT std::string_view gpuType();
96
106FAKER_CXX_EXPORT std::string_view gpuModel();
107
108}
Definition computer.h:8
FAKER_CXX_EXPORT std::string_view cpuType()
Returns a random CPU type.
FAKER_CXX_EXPORT std::string_view cpuModel()
Returns a random CPU model.
FAKER_CXX_EXPORT std::string_view type()
Returns a random computer type.
FAKER_CXX_EXPORT std::string_view cpuManufacture()
Returns a random CPU manufacture name.
FAKER_CXX_EXPORT std::string_view gpuType()
Returns a random GPU type.
FAKER_CXX_EXPORT std::string_view gpuModel()
Returns a random GPU model.
FAKER_CXX_EXPORT std::string_view model()
Returns a random computer model.
FAKER_CXX_EXPORT std::string_view gpuManufacture()
Returns a random GPU manufacture name.
FAKER_CXX_EXPORT std::string_view manufacture()
Returns a random computer manufacture name.