BenchGen
BenchGen is a tool for generating benchmarks to stress-test a computing system.
Loading...
Searching...
No Matches
VarTypes Class Reference

Class that defines various variable types as constants. More...

#include <varTypes.h>

Static Public Attributes

static const std::string ARRAY = "array"
 
static const std::string SORTEDLIST = "sortedlist"
 

Detailed Description

Class that defines various variable types as constants.

This class is used to store static constants for different variable types that might be used throughout the application.

Member Data Documentation

◆ ARRAY

const std::string VarTypes::ARRAY = "array"
inlinestatic

◆ SORTEDLIST

const std::string VarTypes::SORTEDLIST = "sortedlist"
inlinestatic

The documentation for this class was generated from the following file: