![]() |
Faker C++
|
#include <string_view>#include "faker-cxx/export.h"

Go to the source code of this file.
Namespaces | |
| namespace | faker |
| namespace | faker::computer |
Functions | |
| FAKER_CXX_EXPORT std::string_view | faker::computer::type () |
| Returns a random computer type. | |
| FAKER_CXX_EXPORT std::string_view | faker::computer::manufacture () |
| Returns a random computer manufacture name. | |
| FAKER_CXX_EXPORT std::string_view | faker::computer::model () |
| Returns a random computer model. | |
| FAKER_CXX_EXPORT std::string_view | faker::computer::cpuManufacture () |
| Returns a random CPU manufacture name. | |
| FAKER_CXX_EXPORT std::string_view | faker::computer::cpuType () |
| Returns a random CPU type. | |
| FAKER_CXX_EXPORT std::string_view | faker::computer::cpuModel () |
| Returns a random CPU model. | |
| FAKER_CXX_EXPORT std::string_view | faker::computer::gpuManufacture () |
| Returns a random GPU manufacture name. | |
| FAKER_CXX_EXPORT std::string_view | faker::computer::gpuType () |
| Returns a random GPU type. | |
| FAKER_CXX_EXPORT std::string_view | faker::computer::gpuModel () |
| Returns a random GPU model. | |