BenchGen
BenchGen is a tool for generating benchmarks to stress-test a computing system.
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
c
e
f
g
i
l
m
n
o
p
r
s
t
v
~
Functions
a
c
e
f
g
i
l
n
o
p
r
s
~
Variables
Files
File List
File Members
All
Functions
Enumerations
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
src
gen
shared
varTypes.h
Go to the documentation of this file.
1
#ifndef VARTYPES_H
2
#define VARTYPES_H
3
4
#include "
globalIncludes.h
"
5
12
class
VarTypes
{
13
public
:
14
// Constant string representing the "array" variable type
15
inline
static
const
std::string
ARRAY
=
"array"
;
16
inline
static
const
std::string
SORTEDLIST
=
"sortedlist"
;
17
};
12
class
VarTypes
{
…
};
18
19
#endif
VarTypes
Class that defines various variable types as constants.
Definition
varTypes.h:12
VarTypes::SORTEDLIST
static const std::string SORTEDLIST
Definition
varTypes.h:16
VarTypes::ARRAY
static const std::string ARRAY
Definition
varTypes.h:15
globalIncludes.h
Generated by
1.12.0