API Documentation
Loading...
Searching...
No Matches
MachineID.h
Go to the documentation of this file.
1
#pragma once
2
#include "
DLLInfo.h
"
3
#include <NDEVR/UUID.h>
4
#include <NDEVR/String.h>
5
#include <NDEVR/Buffer.h>
6
namespace
NDEVR
7
{
8
class
NDEVR_BASE_API
MachineID
9
{
10
public
:
11
static
String
CPUID();
12
static
String
VolumeID();
13
static
Buffer<String>
MacHashes();
14
static
String
MachineName();
15
};
16
}
DLLInfo.h
NDEVR_BASE_API
#define NDEVR_BASE_API
Definition
DLLInfo.h:78
NDEVR::Buffer
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition
Buffer.hpp:64
NDEVR::MachineID
Definition
MachineID.h:9
NDEVR::String
Definition
String.h:40
NDEVR
Definition
ACIColor.h:37
Base
Headers
MachineID.h