BenchGen
BenchGen is a tool for generating benchmarks to stress-test a computing system.
|
Represents a token with a type and text content. More...
#include <globalStructs.h>
Public Member Functions | |
bool | operator== (const Token &other) const |
Equality operator to compare two Token objects. | |
Public Attributes | |
int | type |
std::string | text |
Represents a token with a type and text content.
|
inline |
std::string Token::text |
int Token::type |