#include <Args.h>
|
| Args (const int argc, char **argv) noexcept |
|
const std::string & | config (void) |
|
const std::vector< std::string > & | kernel (void) |
|
const std::string & | reporter (void) |
|
const std::string & | filter (void) |
|
const std::string & | output (void) |
|
int | verbose (void) |
|
Definition at line 25 of file Args.h.
◆ Args()
kbenchmark::Args::Args |
( |
const int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
noexcept |
Definition at line 27 of file Args.cc.
27{ Initialize(argc, argv); }
◆ config()
const std::string & kbenchmark::Args::config |
( |
void |
| ) |
|
|
inline |
◆ filter()
const std::string & kbenchmark::Args::filter |
( |
void |
| ) |
|
|
inline |
◆ kernel()
const std::vector< std::string > & kbenchmark::Args::kernel |
( |
void |
| ) |
|
|
inline |
◆ output()
const std::string & kbenchmark::Args::output |
( |
void |
| ) |
|
|
inline |
◆ reporter()
const std::string & kbenchmark::Args::reporter |
( |
void |
| ) |
|
|
inline |
◆ verbose()
int kbenchmark::Args::verbose |
( |
void |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: