Faker C++
Loading...
Searching...
No Matches
Computer.h
Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
4#include "faker-cxx/Export.h"
5
7{
17FAKER_CXX_EXPORT std::string_view type();
18
28FAKER_CXX_EXPORT std::string_view manufacture();
29
39FAKER_CXX_EXPORT std::string_view model();
40
50FAKER_CXX_EXPORT std::string_view cpuManufacture();
51
61FAKER_CXX_EXPORT std::string_view cpuType();
62
72FAKER_CXX_EXPORT std::string_view cpuModel();
73
83FAKER_CXX_EXPORT std::string_view gpuManufacture();
84
94FAKER_CXX_EXPORT std::string_view gpuType();
95
105FAKER_CXX_EXPORT std::string_view gpuModel();
106
107}
Definition Computer.h:7
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.