#include <benchpress.hpp>
Public Member Functions | |
benchmark_info (std::string name, std::function< void(context *)> func) | |
std::string | get_name () const |
Public Attributes | |
std::function< void(context *) | get_func )() const |
Private Attributes | |
std::function< void(context *) | d_func ) |
std::string | d_name |
Definition at line 94 of file benchpress.hpp.
benchpress::benchmark_info::benchmark_info | ( | std::string | name, |
std::function< void(context *)> | func | ||
) | [inline] |
Definition at line 99 of file benchpress.hpp.
std::string benchpress::benchmark_info::get_name | ( | ) | const [inline] |
Definition at line 104 of file benchpress.hpp.
std::function<void(context*) benchpress::benchmark_info::d_func) [private] |
Definition at line 96 of file benchpress.hpp.
std::string benchpress::benchmark_info::d_name [private] |
Definition at line 95 of file benchpress.hpp.
std::function<void(context*) benchpress::benchmark_info::get_func)() const [inline] |
Definition at line 105 of file benchpress.hpp.