libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
Namespaces | |
namespace | private_ |
Classes | |
struct | wrapper |
Functions | |
void | setup (char const *const stats_name) noexcept(false) |
void | teardown () noexcept(true) |
|
inlinenoexcept |
This can be used in this manner:
boost::unit_test::fixture(boost::bind(&stats_to_csv::setup, "count_setbits.csv"), &stats_to_csv::teardown)
or:
boost::unit_test::fixture<libjmmcg::stats_to_csv::wrapper>(std::string("count_setbits.csv"))
or:
make_fixture("count_setbits.csv")
Definition at line 94 of file stats_output.hpp.
Referenced by jmmcg::LIBJMMCG_VER_NAMESPACE::stats_to_csv::wrapper::wrapper().
|
inlinenoexcept |
Definition at line 102 of file stats_output.hpp.
Referenced by jmmcg::LIBJMMCG_VER_NAMESPACE::stats_to_csv::wrapper::~wrapper().