API Documentation
Toggle main menu visibility
Main Page
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
r
s
t
u
v
Properties
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
c
d
e
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Variables
Typedefs
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
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
};
8
class
NDEVR_BASE_API
MachineID
{
…
};
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